GET https://api.mediaos.com/insertions/
Response Parameters
Paramater Description Data Type
ad_id Reference to ad object Integer
ad_rate_id Reference to ad rate object Integer
ad_size_id Reference to ad size object Integer
contract_id Reference to contract object Integer
date_canceled Date
date_delivery Date
description String
discount Cash discount off of ad rate Double
id Integer
issue_id Reference to issue object Integer
location_id Reference to location object Integer
placement String
product_id Reference to product object Integer
quantity Integer
section_id Reference to section object Integer
taxable Bool
Example Response
{
  "id":"1",
  "ad_id":null,
  "product_id":"1",
  "location_id":null,
  "ad_size_id":"1",
  "ad_rate_id":"1",
  "issue_id":"5322",
  "contract_id":"1",
  "quantity":"1",
  "taxable":false,
  "date_delivery":null,
  "date_canceled":null,
  "placement":null,
  "description":null,
  "discount":"0",
  "section_id":null,
  "schedule":[
    {
      "id":"1",
      "insertion_id":"134292",
      "date_start":"2017-05-01",
      "date_end":"2017-06-01",
      "date_created":"2017-04-21 10:41:25",
      "date_deleted":null,
      "order":null,
      "duration":null
    }
  ]
}