Locations
This resource represents locations.
Get all locations for user
Locations available to current user
GET /api/Location
Get location
Get a location by ID.
Request
Path parameters
Response
GET /api/Location/{locID}
Get location logo
This returns the raw binary data of the location's logo image or falls back to Account's logo image. It is represented as base64 data and can be displayed through html: <img src="data:image;base64,{{response}}" />
Request
Path parameters
GET /api/Location/{locID}/LogoImage
Get location groups for user
LocationGroups available to current user
GET /api/LocationGroup
Get location group
LocationGroup by ID
Request
Path parameters
Response
GET /api/LocationGroup/{locGrpID}