Get a list of assignments
Returns a cursor-paginated list of capability assignments for the given customer. An assignment ties an entity to a capability with a usage limit and reset cadence.
Path parameters
The customer identifier (owner) the assignments belong to
Query parameters
Return items that come after this cursor
Return items that come before this cursor
Maximum number of items to return
Filter assignments to a specific entity ID
Filter assignments to a specific feature, by its ID. Mutually exclusive with currencyId.
Filter assignments to a specific currency, by its ID. Mutually exclusive with featureId.
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Response
A paginated list of assignment objects.
Changes
Changed in 13 of the 115 revisions of this API.71018
- ●
added the new
CreditOveragePriceCurrencyNotFoundenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvalidCreditOverageBillingModelenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
InvoicePreviewNotAvailableForDraftContractenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceNotSupportedOnAddonenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
OveragePriceRequiresUsageLimitenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
GovernanceNotEnabledenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
api tag
Governance Assignmentsaddedapi-tag-added
- ○
api tag
Beta - Assignmentsremovedapi-tag-removed
- ○
- ●
deleted the
queryrequest parametercapabilityIdrequest-parameter-removed
- ○
added the new optional
queryrequest parametercurrencyIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterfeatureIdnew-optional-request-parameter
- ●
- ○
removed the
MONTHenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
the
//response's property pattern^(?:P[1-9]\d*[YMWD]|PT[1-9]\d*[HMS])$was added for the statusresponse-property-pattern-added
- ○
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
- ▲
the
//response property's minLength was decreased from1to0for the response statusresponse-property-min-length-decreased
- ▲
the
//response property's minLength was decreased from1to0for the response statusresponse-property-min-length-decreased
- ▲
the
//response property's minLength was decreased from1to0for the response statusresponse-property-min-length-decreased
- ▲
the
//response property's minLength was decreased from1to0for the response statusresponse-property-min-length-decreased
- ▲
the
///response property's minLength was decreased from1to0for the response statusresponse-property-min-length-decreased
- ○
the
//response's property pattern^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$was removed for the statusresponse-property-pattern-removed
- ○
the
//response's property pattern^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$was removed for the statusresponse-property-pattern-removed
- ○
the
//response's property pattern^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$was removed for the statusresponse-property-pattern-removed
- ○
the
//response's property pattern^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$was removed for the statusresponse-property-pattern-removed
- ○
the
///response's property pattern^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$was removed for the statusresponse-property-pattern-removed
- ▲
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ▲
- ○
added the new optional
headerrequest parameterX-ACCOUNT-IDnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterX-ENVIRONMENT-IDnew-optional-request-parameter
- ○
- ●
added the new
PricingModelNotSupportedByBillingIntegrationenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●