Get Departments

This request returns all possible Departments within the requested Industry and Level.

❗️

Please Note:

The endpoint is /WorkplaceSearch/GetDepartments

Sample Request

{
  "Industry": "ACCOUNTING",
  "Level": "DIRECTOR-LEVEL"
}

Sample Response

{
    "searchRecords": [
        "BANKING AND WEALTH MANAGEMENT",
        "BUSINESS MANAGEMENT",
        "COMPLIANCE",
        "CONSULTING",
        "EDUCATION",
        "ENGINEERING",
        "FINANCE AND ADMINISTRATION",
        "HEALTHCARE",
        "HUMAN RESOURCES",
        "INFORMATION TECHNOLOGY",
        "LEGAL",
        "MARKETING AND PRODUCT",
        "OPERATIONS",
        "PROGRAM AND PROJECT MANAGEMENT",
        "PUBLISHING, EDITORIAL AND REPORTING",
        "QUALITY",
        "REAL ESTATE",
        "SALES",
        "SUPPORT"
    ],
    "responseRecordCount": 19,
    "pagination": {
        "currentPageNumber": 0,
        "resultsPerPage": 0,
        "totalPages": 0
    },
    "searchCriteria": [],
    "totalRequestExecutionTimeMs": 328,
    "requestId": "c6faf488-8db3-4a8d-822a-10a2a9221286",
    "requestType": "Search",
    "requestTime": "2022-01-24T16:01:39.1567048-06:00",
    "isError": false
}