Entitlement Definitions
Administrative APIs for working with entitlement definitions
Entitlement definitions describe particular entitlements. They specify whether an entitlement is Boolean or numeric and whether a numeric entitlement is expendable or not.
Common Entitlements Definition Types
Listing Entitlement Definitions
Call the listEntitlementDefinitions
query to list all of the entitlement definitions in the system. This list will vary depending on the Sudo Platform service enabled in your environment.
The results list is paginated with a default page size of 10. To retrieve all results your application must implement the following algorithm.
Possible Errors
ServiceError will be returned for internal errors.
Listing entitlement definitions using SDK.
Last updated