GET https://api.mediaos.com/locations/{location_id}
Response Parameters
Paramater Description Data Type
address String
business_name String
city String
date_created Date
date_deleted Date
date_lease_end Date
id Integer
latitude Float
longitude Float
name String
number String
postal_code String
product_id Reference to product object Integer
revenue_share_percent Double
state String
Example Response
{
  "id":"1",
  "number":"A-1234",
  "product_id":"1",
  "name":"Time Square Board A",
  "business_name":"McDonald's",
  "address":"123 Time Square",
  "city":"New York",
  "state":"NY",
  "postal_code":"12345",
  "country":{
    "name":"United States",
    "abbreviation":"USA"
  },
  "latitude":null,
  "longitude":null,
  "revenue_share_percent":"12",
  "date_lease_end":null,
  "date_created":"2017-08-17",
  "date_deleted":null
}