Entitlements
Get Account Entitlements
GET/accounts/{account_id}/entitlements
ModelsExpand Collapse
EntitlementListResponse object { id, allocation, created_date, 3 more } A single entitlement record for a zone or account.
EntitlementListResponse object { id, allocation, created_date, 3 more }
A single entitlement record for a zone or account.
allocation: object { type, value } Represents the allocation value for an entitlement. The shape of value depends on type: bool uses a boolean, max_count uses an integer, enum_number uses an array of numbers, range uses an object with min and max integer fields, and string uses a string.
allocation: object { type, value }
Represents the allocation value for an entitlement. The shape of value depends on type: bool uses a boolean, max_count uses an integer, enum_number uses an array of numbers, range uses an object with min and max integer fields, and string uses a string.
created_date: string
ISO 8601 timestamp (microsecond precision, no timezone offset) when the entitlement was created. Format: YYYY-MM-DDTHH:MM:SS.ffffff.
deleted_date: string
ISO 8601 timestamp when the entitlement was deleted, or empty string if not deleted.
edited_date: string
ISO 8601 timestamp (microsecond precision, no timezone offset) when the entitlement was last edited.