WSDL Page: http://<your_domain_here>/affiliate/api/2/reports.asmx?op=NetworkNews
Parameter Summary:
api_key / STRING = Affiliate API Key {See auth.asmx > Login}
affiliate_id / INT = Affiliate ID {See auth.asmx > Login}
row_limit / INT = Maximum Rows Returned ["0" = ALL Rows, "100000" = Maximum]
Parameter Types:
api_key - ID
affiliate_id - ID
row_limit - ASSIGNABLE
Sample GET Call:
Sample XML Response:
<network_news_response>
<success>true</success>
<row_count>3</row_count>
<news>
<item>
<date>2013-06-28T18:31:22Z</date>
<content>To follow up to yesterday's blog, what do you find valuable or helpful in onboarding and training transitions? We want to know! #getCAKEblog</content>
</item>
<item>
<date>2013-06-27T18:15:44Z</date>
<content>RT @ryanmeuse: Getting The Most Out Of Onboarding And Training - Blog - Cake Marketing http://t.co/tUHJ461QvT via @cakemark</content>
</item>
<item>
<date>2013-06-27T18:15:38Z</date>
<content>RT @garthlikescake: Getting The Most Out Of Onboarding And Training - Blog - Cake Marketing http://t.co/QvfAoaVhO4 via @cakemark</content>
</item>
</news>
</network_news_response>