Skip to main content

Overview

Job Families are read-only taxonomy records that group related jobs together. They are managed through the Qualifi dashboard and cannot be created or modified via the API. Use this endpoint to retrieve job family data and the job IDs associated with each family. Base URL: https://api.prod.qualifi.hr Authentication: All requests require an x-api-key header.
Job Families are read-only via the API. Create or edit job families through the Qualifi dashboard.

List Job Families

List all job families for the authenticated team. Endpoint: GET /qsi/gather/job-families
The list endpoint returns all job family records for your team. Member jobIds are not included in the list response — fetch individual job families to retrieve their associated job IDs.

Get Job Family

Retrieve a single job family by ID, including its associated job IDs. Endpoint: GET /qsi/gather/job-families/{id}
string
required
UUID of the job family
jobIds — the list of job UUIDs belonging to this family — is only returned on the single-get response, not the list endpoint.

JobFamilyResponse Field Reference

Error Reference

Jobs

Create and manage job postings associated with job families

Interviews

Attach interviews to jobs