Read company positions budgets

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

The required body parameters are:
- Fields: Specify the fields you want to retrieve. A list of available fields can be found in the 200 response body detailed below.
- Filters: Define the filtering conditions. You can filter by the fields defined in the filter section.
- Pagination: This endpoint uses cursor-based pagination to handle large number of table entries. To learn more, see Pagination in Bob's API


Required permissions
To access the positions, the service user making the call must have the following permissions:
Features > Workforce planning > Position management > Manage positions.

Body Params
fields
array of strings
required

Array of field ids to fetch for the positions budgets.
Minimum 1 up to 50 fields. Any invalid number of fields will get a response of 400 HTTP error.
You can include only the field ids listed in the '200' response below.

fields*
filters
array of objects
required
filters*
boolean
Defaults to false

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

pagination
object

Optional pagination parameters.

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