This drilldown search returns the company Levels of management in the State, City, and Industry provided.
Please Note:
The endpoint is /WorkplaceSearch/GetLevelsRegional
Sample Request:
{
"State": "TX",
"City": "Houston",
"Industry" : "CHEMICALS"
}
Sample Response:
{
"searchRecords": [
"C-LEVEL",
"DIRECTOR-LEVEL",
"MANAGER-LEVEL",
"OTHER",
"SELF-EMPLOYED",
"STAFF",
"UNEMPLOYED",
"VP-LEVEL"
],
"responseRecordCount": 8,
"pagination": {
"currentPageNumber": 0,
"resultsPerPage": 0,
"totalPages": 0
},
"searchCriteria": [],
"totalRequestExecutionTimeMs": 417,
"requestId": "928d8d7f-696c-48e9-af85-575f2b674f59",
"requestType": "Search",
"requestTime": "2022-01-24T14:11:08.0497677-06:00",
"isError": false
}