GET /programapplications
programApplicationItems
. See programApplicationItem element definition in WSDL/XSD. Notes
Program applications are still returned even after the advertiser program has been paused discontinued. The attribute "active" in the "program" element, indicates whether the program is still active.
Resource URL
Parameters
program | Limits results to a particular program. Value Type: |
adspace | Limits results to incentives that have tracking links associated with this ad space. Value Type: |
status | Restrict results to program applications with one of the following statuses Value Type: String Example Value: |
items | See Paging. Value Type: |
page | See Paging. Value Type:Example Value: |
Example Request
https://api.zanox.com/xml/2011-03-01/programapplications?items=1
Example Response
<GetProgramApplicationsResponse xmlns="http://api.zanox.com/namespace/2011-03-01/"> <page>0</page> <items>1</items> <total>3</total> <programApplicationItems> <programApplicationItem id="8203734"> <program active="true" id="2243">zanox Professional Publisher</program> <adspace id="1455403">ZAnox</adspace> <status>confirmed</status> <createDate>2010-07-07T15:26:19.883+02:00</createDate> <allowTpv>false</allowTpv> </programApplicationItem> </programApplicationItems> </GetProgramApplicationsResponse>
Resource Information
Rate Limited? | No |
Authentication | Requires signature. See REST Authentication SOAP Authentication |
Response Formats | json, xml |
HTTP Methods | GET |
Resource family | ProgramApplications |
Response Object | programApplicationItems |
API Version | 2011-03-01 |