Retrieve All Push Apps

Use this interface to retrieve all apps in the account.

Note: The Responsys Advanced API is generally available for all Responsys customers.

Service URL:

/rest/api/push/v1.3/campaigns/applications

Request Method:

GET

Request Header:

Authorization=<AUTH_TOKEN>

Content-Type=application/json

Request Body - Required Properties:

Not applicable

Sample Request Body

Not applicable

Sample Response Body

[
    {
        "appName": "<appName1>",
        "configured": true,
        "channelListName": "<ChannelListName1>",
        "channelListFolder": "<ChannelListFolder1>"
    },
    {
        "appName": "<appName2>",
        "configured": false,
        "channelListName": null,
        "channelListFolder": null
    },
    {
        "appName": "<appName3>",
        "configured": false,
        "channelListName": null,
        "channelListFolder": null
    }  
]