GET https://api.mediaos.com/sections/
Request Parameters
Paramater Description Required Default Data Type
product_id Reference to product object Yes Integer
Response Parameters
Paramater Description Data Type
date_created Date
id Integer
name String
product_id Reference to product object Integer
Example Response
{
  "sections":[
    {
      "id":"2",
      "product_id":"3",
      "name":"Idea Home Sponsorship - $5000",
      "date_created":"2017-04-15 13:34:11"
    },
    {
      "id":"3",
      "product_id":"3",
      "name":"Idea Home Retail Sponsorship",
      "date_created":"2017-04-15 13:34:11"
    },
    {
      "id":"4",
      "product_id":"3",
      "name":"IDY Profile",
      "date_created":"2017-04-15 13:34:11"
    },
    {
      "id":"5",
      "product_id":"3",
      "name":"Idea Home Sponsorship - $2500",
      "date_created":"2017-04-15 13:34:11"
    },
    {
      "id":"6",
      "product_id":"3",
      "name":"Idea Home",
      "date_created":"2017-04-15 13:34:14"
    },
    {
      "id":"7",
      "product_id":"3",
      "name":"Ask the Professionals",
      "date_created":"2017-04-15 13:34:22"
    }
  ]
}