get https://backstage.taboola.com/backstage/api/1.0//campaigns//items//
Get a specific campaign item, for the specified campaign.
Sample response:
"id": "1",
"campaign_id": "1234",
"type": "ITEM",
"url": "http://news.example.com/demo_article_1.html",
"thumbnail_url": "http://cdn.example.com/demo_image_1.jpg",
"title": "Demo Article 1",
"approval_state": "APPROVED",
"is_active": true,
"status": "RUNNING"
}
{
"http_status": 404,
"message": "Resource not found"
}
The response body is a valid, JSON object that represents a single campaign item.