List contract billing term groups
Authentication
Authorizationstring
API Key authentication via header
Path parameters
id
Contract Id
Query parameters
page
Page Number
limit
Number of items to return
filter
Format: field:rule:value — comma-separated for multiple filters.
Fields: createdAt (datetime): eq, neq, gt, gte, lt, lte updatedAt (datetime): eq, neq, gt, gte, lt, lte
Date-only values (YYYY-MM-DD) match the full UTC day.
Example: filter=createdAt:gte:2026-01-01
Response
Billing term groups for the contract
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
400
Bad Request Error
404
Not Found Error
500
Internal Server Error

