Entitlements V2

List Grants

Returns a list of manual grants for the specified entitlement. Requires entitlements:read scope.

get/v2/entitlements/{id}/grants

Path parameters

idstring required

Entitlement ID

Entitlement ID

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (1-100, default: 10)

starting_afterstring

a string to be decoded into a number

a string to be decoded into a number

ending_beforestring

a string to be decoded into a number

a string to be decoded into a number

include_expired'true' | 'false'

a string to be decoded into a boolean

Include expired grants (default: false)

include_revoked'true' | 'false'

a string to be decoded into a boolean

Include revoked grants (default: false)

Response

Success

object'list' required

Object type, always list

url'/v2/entitlements/:id/grants' required

API endpoint URL for this list

has_moreboolean required

Whether there are more results available beyond this page

Changes

No recorded changes to this endpoint across all 2 revisions of this API.