Skip to main content
GET
/
api
/
Configuration
/
JobPosting
/
Locations
Get Advert Locations.
curl --request GET \
  --url https://api.example.com/api/Configuration/JobPosting/Locations
[
  {
    "id": 123,
    "parentID": 123,
    "name": "<string>",
    "isDeleted": true
  }
]

Response

200 - application/json

OK

id
integer<int32>
parentID
integer<int32>
name
string | null
isDeleted
boolean