Skip to content

List job types with counts

GET
/api/nova/public/jobs/types

Returns the tenant's configured employment types (e.g. permanent, contract), each with the number of jobs of that type. Types are read in their configured position order and returned as name/count pairs. Authenticated by a PUBLIC-role apiKey query parameter; an invalid key returns 401. Useful for building job type filter facets on a public job board.

Authorizations

publicApiKey
Type
API Key (query: apiKey)

Parameters

Query Parameters

apiKey*

apiKey

Type
string
Required

Responses

OK

application/json
JSON
[
  
{
  
  
"count": 0,
  
  
"name": "string",
  
  
"value": 0
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Recruitly — Recruitment CRM for Agencies