GET https://api.mediaos.com/products/{product_id}
Response Parameters
Paramater Description Data Type
active Bool
id Integer
name String
product_type.ad_unit String
product_type.has_ad_size Bool
product_type.has_delivery_billing Bool
product_type.has_deliver_date Bool
product_type.has_duration Bool
product_type.has_event Bool
product_type.has_issues Bool
product_type.has_locations Bool
product_type.has_quantity Bool
product_type.has_time Bool
product_type.id Integer
product_type.is_digital_display Bool
product_type.name String
product_type.quantity_unit
product_type.schedule_method Enum
Example Response
{
  "id":"1",
  "name":"Texas Monthly",
  "active":true,
  "product_type":{
    "id":"1",
    "name":"Print Magazine",
    "has_issues":"1",
    "has_locations":"0",
    "has_time":"0",
    "has_event":"0",
    "is_digital_display":"0",
    "ad_unit":"Inches",
    "has_ad_size":"1",
    "has_quantity":"0",
    "has_duration":"0",
    "has_delivery_billing":"0",
    "has_deliver_date":"0",
    "schedule_method":"Timeline",
    "quantity_unit":null
  }
}