Skip to main content
GET
/
api
/
JobPosting
/
{advertId}
/
JobBoards
/
{jobBoardId}
/
WP-V2
/
Regions
Gets regions options for WordPressJobManagerV2 job board.
curl --request GET \
  --url https://api.example.com/api/JobPosting/{advertId}/JobBoards/{jobBoardId}/WP-V2/Regions
[
  {
    "slug": "<string>",
    "name": "<string>"
  }
]

Path Parameters

advertId
integer<int32>
required
jobBoardId
integer<int32>
required

Response

OK

slug
string | null
name
string | null