Retrieve a list of locations
GET/odata/v2/Location
Response is limited to 3000 records. Follow '@odata.nextLink' to retrieve the next page.
Request
Query Parameters
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
value
object[]
nullable
required
locationId stringnullable
name stringnullable
addressStreet stringnullable
addressCity stringnullable
addressStateProvince stringnullable
addressZipPostalCode stringnullable
addressCountryRegion stringnullable
addressAddress stringnullable
telephoneCountryName stringnullable
telephoneCityAreaCode stringnullable
telephoneLocalNumber stringnullable
telephoneExtension stringnullable
telephoneFullPhoneNumber stringnullable
teleFaxCountryName stringnullable
teleFaxCityAreaCode stringnullable
teleFaxLocalNumber stringnullable
teleFaxExtension stringnullable
teleFaxFullPhoneNumber stringnullable
email stringnullable
url stringnullable
availableOnVacancy boolean
availableOnMileage boolean
rowNumber int32
createdBy stringnullable
createdDateTime date-time
modifiedBy stringnullable
modifiedDateTime date-timenullable
versionStamp int32
documentsExists boolean
regionName stringnullable
@odata.context stringnullable
@odata.count int32nullable
@odata.nextLink stringnullable
{
"value": [
{
"locationId": "string",
"name": "string",
"addressStreet": "string",
"addressCity": "string",
"addressStateProvince": "string",
"addressZipPostalCode": "string",
"addressCountryRegion": "string",
"addressAddress": "string",
"telephoneCountryName": "string",
"telephoneCityAreaCode": "string",
"telephoneLocalNumber": "string",
"telephoneExtension": "string",
"telephoneFullPhoneNumber": "string",
"teleFaxCountryName": "string",
"teleFaxCityAreaCode": "string",
"teleFaxLocalNumber": "string",
"teleFaxExtension": "string",
"teleFaxFullPhoneNumber": "string",
"email": "string",
"url": "string",
"availableOnVacancy": true,
"availableOnMileage": true,
"rowNumber": 0,
"createdBy": "string",
"createdDateTime": "2026-03-25T15:10:39.172Z",
"modifiedBy": "string",
"modifiedDateTime": "2026-03-25T15:10:39.172Z",
"versionStamp": 0,
"documentsExists": true,
"regionName": "string"
}
],
"@odata.context": "string",
"@odata.count": 0,
"@odata.nextLink": "string"
}
Bad request. Occurs if the request payload or querystring contains invalid data
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Unauthorized
Loading...