Description
Enables you to get a list of all available industries.
Request
GET https://api.smartrecruiters.com/v1/industries
Path Parameters
n/a
Query Parameters
n/a
Request Body
n/a
Response Body
ListResult containing list of Industries
Example request
curl -i https://api.smartrecruiters.com/v1/industries
Example response
{ "offset": 0, "limit": 200, "totalFound": 147, "content": [ { id: "law_practice", label: "Law Practice" }, { id: "legal_services", label: "Legal Services" }, { id: "legislative_office", label: "Legislative Office" }, { id: "aviation_and_aerospace", label: "Aviation And Aerospace" }, { id: "military", label: "Military" }, { id: "judiciary", label: "Judiciary" }, { id: "international_affairs", label: "International Affairs" }, { id: "government_administration", label: "Government Administration" } ... ] } |