Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of app campaigns.
Collection of Nano.AppCampaignName | Description | Type | Additional information |
---|---|---|---|
campaign |
Gets or sets the campaign. |
string |
None. |
date |
Gets or sets the date. |
date |
None. |
appCampaignId |
Gets or sets the app campaign id. |
integer |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "campaign": "sample String 1", "date": "2025-04-25T18:22:15.8772302Z", "appCampaignId": 3, "app": "4" }, { "campaign": "sample String 1", "date": "2025-04-25T18:22:15.8772302Z", "appCampaignId": 3, "app": "4" } ]
text/html
Sample:
[{"campaign":"sample String 1","date":"2025-04-25T18:22:15.8772302Z","appCampaignId":3,"app":"4"},{"campaign":"sample String 1","date":"2025-04-25T18:22:15.8772302Z","appCampaignId":3,"app":"4"}]
application/xml, text/xml
Sample:
<ArrayOfAppCampaign xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppCampaign> <Campaign>sample String 1</Campaign> <Date>2025-04-25T18:22:15.8772302Z</Date> <AppCampaignId>3</AppCampaignId> <AppId>4</AppId> </AppCampaign> <AppCampaign> <Campaign>sample String 1</Campaign> <Date>2025-04-25T18:22:15.8772302Z</Date> <AppCampaignId>3</AppCampaignId> <AppId>4</AppId> </AppCampaign> </ArrayOfAppCampaign>
application/vnd.api+json
Sample:
Sample not available.