The following method returns details for a particular location group:
GET /settings/location_group/:id.xml
GET /settings/location_group/:id.json
XML Response example
<location_group> <city>Adrar</city> <country>Algeria</country> <created_at type="datetime">2013-06-10T15:35:33+03:00</created_at> <id type="integer">1</id> <is_deleted type="boolean">false</is_deleted> <updated_at type="datetime">2013-06-10T15:35:33+03:00</updated_at> <cdn_reference type="integer">495</cdn_reference> </location_group>
Where:
created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
updated_at - the date when the location group was updated in the [YYYY][MM][DD]T[hh][mm][ss]Z format
city - the location group City
country - the location group country
id - the location group ID
cdn_reference - the ID of location in OnApp Dashboard