This drilldown search returns any Job Titles associated with the requested State, City, Industry, Level, and Department.
Please Note:
The endpoint is /WorkplaceSearch/GetJobTitlesRegional
Sample Request
{
"State": "WA",
"City": "ABERDEEN",
"Industry" : "ACCOUNTING",
"Level" : "STAFF",
"Department": "FINANCE AND ADMINISTRATION"
}
Sample Response
{
"searchRecords": [
"AUDITOR"
],
"responseRecordCount": 1,
"pagination": {
"currentPageNumber": 0,
"resultsPerPage": 0,
"totalPages": 0
},
"searchCriteria": [],
"totalRequestExecutionTimeMs": 1569,
"requestId": "c711752b-00a3-4b6a-808d-64f9104cc397",
"requestType": "Search",
"requestTime": "2022-01-24T15:42:00.0940956-06:00",
"isError": false
}