GET https://api.mediaos.com/adSizes/{ad_size_id}
Response Parameters
Paramater Description Data Type
date_created Date
date_deleted Date
description String
height Height of the ad Float
id Integer
key_date Date from which all time is calculated from Date
location_id Reference to location object Integer
name String
product_id Reference to product object Integer
schedule_concurrent_limit Maximum number of ads running concurrently Integer
scheduling_units ('Years','Months','Weeks','Days') Enum
width Width of the ad Float
Example Response
{
  "id":"1",
  "product_id":"1",
  "key_date":null,
  "scheduling_units":"",
  "schedule_concurrent_limit":null,
  "width":"6",
  "height":"4",
  "description":"",
  "name":"Full Page",
  "location_id":null,
  "date_created":null,
  "date_deleted":"2013-11-06 09:35:01"
}