List Areas
/locations/{locationid}/areas
Get a list of areas in a location.
Get Areas [GET]
The area’s id and rowStatus are assigned by the InspectAll API at the moment of creation.
Authorization: Admin, Web, Mobile
Response 200
Body
{ "page": 1, "pages": 1, "count": 5, "items": [ { "id": "50DD24B0-1FA2-11E3-8000-020000000000", "name": "Manufacturing Station 12", "rowStatus": 1, "locationId": 8973 } ] }