v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Custom Field Departments

List custom field departments

A custom_field_department restricts a custom field's visibility to a single department, so the field only appears on jobs, offers, or candidates whose department matches. A custom field with no rows in this list is visible to every department. Filter by custom_field_ids to see which departments a given field is scoped to, or by department_ids to see which fields are scoped to a given department.

get/v3/custom_field_departments

Query parameters

cursorstring

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

per_pageinteger

Number of results per page

idsinteger[]

Comma separated list

gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
custom_field_idsinteger[]

Comma separated list

department_idsinteger[]

Comma separated list

fieldsstring[]

Comma separated list of fields to return

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
custom_field_idinteger

Id of the custom field whose visibility is being scoped. References a /v3/custom_fields row.

department_idinteger

Id of the department the custom field is restricted to. References a /v3/departments row.