Returns business cases. The endpoint supports filtering by client, supplier, status, and full-text search in the business-case name or description. The response always returns the nested client or supplier based on the stored record, an optional nested status, and paginator metadata.
Bearer token created for a specific company in Integrations → API.
Filter by a client. This field is mutually exclusive with supplierId.
101
Filter by a supplier. This field is mutually exclusive with clientId.
151
Filter by a business-case status.
41
Full-text search by business-case name or description.
255"keyword"
Field used to sort business cases.
name, createdAt, updatedAt, boardPosition "updatedAt"
Sort direction.
asc, desc "desc"
Number of results per page. Maximum is 200.
1 <= x <= 20010
Page number to return.
x >= 11