GET api/LocationContext/GetAllLocationContext

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LocationContext
NameDescriptionTypeAdditional information
CreatedBy

integer

None.

CreatedDate

date

None.

EffectiveDate

date

None.

HasIngestedData

boolean

None.

HistoricalName

string

None.

Id

integer

None.

IsActive

boolean

None.

IsVisible

boolean

None.

LocationCode

string

None.

LocationContextCode

string

None.

ParentId

integer

None.

Sganame

string

None.

Status

integer

None.

ParentName

string

None.

IsNew

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CreatedBy": 1,
    "CreatedDate": "2026-09-24T15:33:31.4701741-07:00",
    "EffectiveDate": "2026-09-24T15:33:31.4701741-07:00",
    "HasIngestedData": true,
    "HistoricalName": "sample string 1",
    "Id": 2,
    "IsActive": true,
    "IsVisible": true,
    "LocationCode": "sample string 5",
    "LocationContextCode": "sample string 6",
    "ParentId": 1,
    "Sganame": "sample string 7",
    "Status": 1,
    "ParentName": "sample string 8",
    "IsNew": true
  },
  {
    "CreatedBy": 1,
    "CreatedDate": "2026-09-24T15:33:31.4701741-07:00",
    "EffectiveDate": "2026-09-24T15:33:31.4701741-07:00",
    "HasIngestedData": true,
    "HistoricalName": "sample string 1",
    "Id": 2,
    "IsActive": true,
    "IsVisible": true,
    "LocationCode": "sample string 5",
    "LocationContextCode": "sample string 6",
    "ParentId": 1,
    "Sganame": "sample string 7",
    "Status": 1,
    "ParentName": "sample string 8",
    "IsNew": true
  }
]