Request Information

URI Parameters

NameDescriptionTypeAdditional information
appCampaignId

The app campaign identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An app campaign.

Nano.AppCampaign
NameDescriptionTypeAdditional 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:34:08.8925845Z",
  "appCampaignId": 3,
  "app": "4"
}

text/html

Sample:
{"campaign":"sample String 1","date":"2025-04-25T18:34:08.8925845Z","appCampaignId":3,"app":"4"}

application/xml, text/xml

Sample:
<AppCampaign xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Campaign>sample String 1</Campaign>
  <Date>2025-04-25T18:34:08.8925845Z</Date>
  <AppCampaignId>3</AppCampaignId>
  <AppId>4</AppId>
</AppCampaign>

application/vnd.api+json

Sample:

Sample not available.