Get a Child Item

Get a specific Child Item, for the specified RSS Item.

Sample response:

{
   "id": "11",
   "campaign_id": "1234",
   "type": "ITEM",
   "url": "http://news.demosite.com/demo_article_11.html",
   "thumbnail_url": "http://cdn.demosite.com/demo_image_11.jpg",
   "title": "Demo Article 11",
   "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.

Language