List commitments
Authentication
Authorizationstring
API Key authentication via header
Query parameters
page
Page Number
limit
Number of items to return
filter
Format: field:rule:value — comma-separated for multiple filters.
Fields: customerId (uuid): eq, neq, in, nin, isnull, isnotnull contractId (uuid): eq, neq, in, nin, isnull, isnotnull
Example: filter=customerId:eq:00000000-0000-0000-0000-000000000001
Response
Get all commitments with optional customer and contract filtering
payload
Response payload, will be empty when success is false
success
Boolean with true=success, false=failure
message
Plain-text description of the result
error
json element with any error messages or warnings
Errors
500
Internal Server Error

