curl --request GET \
--url https://api.example.com/api/Configuration/JobPosting/Locations[
{
"id": 123,
"parentID": 123,
"name": "<string>",
"isDeleted": true
}
]Returns a list of Locations specific to the Adverts Module.
curl --request GET \
--url https://api.example.com/api/Configuration/JobPosting/Locations[
{
"id": 123,
"parentID": 123,
"name": "<string>",
"isDeleted": true
}
]Was this page helpful?