GET api/v{version}/Locations/{locationId}

Gets a location by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

The ID of the location

integer

Required

version

The requested API version

string

Required

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

The location

IHttpActionResult

None.

Response Formats

application/json, text/json, application/problem+json, application/xml, text/xml

Sample:

Sample not available.