Read company job profiles

This endpoint returns a list of company job profiles filtered by the specified attributes. Note that this endpoint requires body parameters, which is why it is implemented as a POST request.

To successfully use this endpoint, a filter is mandatory. Ensure you use the filter provided in the Example > Request example option; otherwise, the call will fail.

Required permissions
The service user making the call must have the required permissions: see Permissions required.

Pagination
This endpoint uses cursor-based pagination to handle large number of table entries. To learn more, see Pagination in Bob's API

Body Params
fields
array
required

List of field IDs to include in the response. Available standard fields are listed in the response schema. Custom fields follow the pattern /jobProfile/field_. The array can contain 1 to 50 field IDs. To find out the field ID of a custom field, use the Get all job profiles fields metadata endpoint.

fields*
filters
array of objects
required

An array of filtering conditions.

filters*
pagination
object

Optional pagination parameters.

boolean
Defaults to false

Whether to include the additional "humanReadable" entry in the response.

Responses

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json