Get Marketing Campaigns
GET/inventory/v1/marketing/campaign
Get all marketing campaigns. There is currently no way to add Market Campaigns via API. Reach out to your Rally Here representative to add a new campaign.
Responses
- 200
- 403
- 409
- 500
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- Portal
Array [
]
- MOD1
- MOD1
]
campaigns
object[]
required
List of external Marketing Campaigns
The unique identifier for the Marketing Campaign
The name of the Marketing Campaign
portal_id
object
Platform for the Marketing Campaign
anyOf
integer
Possible values: [-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]
key_types
object[]
required
The types of keys that can be claimed from this campaign
The type of key
created_on
object
The time the MarketingCampaign was created
anyOf
string
last_modified_on
object
The time the MarketingCampaign was last modified
anyOf
string
{
"campaigns": [
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"portal_id": -2,
"key_types": [
{
"type": "string"
}
],
"created_on": "string",
"last_modified_on": "string"
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Conflict
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}