Get Departments (Regional)

This drilldown search returns any Departments that match the requested State, City, Industry, and Level

❗️

Please Note:

The endpoint is /WorkplaceSearch/GetDepartmentsRegional

Sample Request

{
  "State": "WA",
  "City": "ABERDEEN",
  "Industry" : "ACCOUNTING",
  "Level" : "STAFF"
}

Sample Response:

{
    "searchRecords": [
        "FINANCE AND ADMINISTRATION"
    ],
    "responseRecordCount": 1,
    "pagination": {
        "currentPageNumber": 0,
        "resultsPerPage": 0,
        "totalPages": 0
    },
    "searchCriteria": [],
    "totalRequestExecutionTimeMs": 471,
    "requestId": "3d861a1f-315a-45c3-9347-1ee8bec7d16f",
    "requestType": "Search",
    "requestTime": "2022-01-24T14:18:18.9109549-06:00",
    "isError": false
}