Show Campaign
GET /services/api/v1/campaigns/{id}
Returns the requested campaign.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the campaign. |
Response
Requested campaign.
- Example
- Schema
{
"id": "KRBbJBwN",
"type_of": "custom",
"name_de": "Zeitung",
"name_it": "Giornale",
"name_en": "Newspaper",
"created_at": "2025-01-08T10:12:02.461Z"
}
Attribute | Type | Description |
---|---|---|
id | string | Campaign id. |
type_of | string | Type of the campaign. Possible values are for example "facebook", "linkedin", "custom" ecc. |
created_at | string | Campaign creation date. |
name_{locale} | string | Name of the campaign. |