GET api/appcampaign/campaign/OnContentSet/{isOnContentSet}?width={width}&height={height}
Returns App Campaign data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| width |
Width of mobile device display |
integer |
Required |
| height |
Height of mobile device display |
integer |
Required |
| isOnContentSet |
Turn On to use ContentSet options |
boolean |
Required |
Body Parameters
None.
Response Information
First suitable AppCampaign
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppCampaignId | integer |
None. |
|
| Title | string |
None. |
|
| Header | string |
None. |
|
| Teaser | string |
None. |
|
| VisibleDateFrom | date |
None. |
|
| VisibleDateTo | date |
None. |
|
| Image | string |
None. |
|
| AppCampaignData | AppCampaignData |
None. |
Response Formats
application/json, text/json
Sample:
{
"appCampaignId": 1,
"title": "sample string 2",
"header": "sample string 3",
"teaser": "sample string 4",
"visibleDateFrom": "2025-10-29T22:36:27.5381566+01:00",
"visibleDateTo": "2025-10-29T22:36:27.5381566+01:00",
"image": "sample string 6",
"appCampaignData": null
}