get/applications/{application_id}/entitlements

Query parameters

user_idstring snowflake
string
OR
SnowflakeType[]
guild_idstring snowflake
beforestring snowflake
afterstring snowflake
limitinteger
exclude_endedboolean
exclude_deletedboolean
only_activeboolean

Response

200 response for get_entitlements

idstring snowflake required
sku_idstring snowflake required
application_idstring snowflake required
user_idstring snowflake required
guild_idstring snowflake
deletedboolean required
starts_atstring date-time nullable required
ends_atstring date-time nullable required
fulfilled_atstring date-time nullable
consumedboolean
gifter_user_idstring snowflake
parent_idstring snowflake

Changes

Changed in 1 of the 58 revisions of this API.115

  • e5468cac9be0115See the full diff
    • the items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property items/consumed to the response with the 200 status

      response-optional-property-added

    • added the optional property items/fulfilled_at to the response with the 200 status

      response-optional-property-added

    • added the optional property items/fulfillment_status to the response with the 200 status

      response-optional-property-added

    • added the optional property items/gifter_user_id to the response with the 200 status

      response-optional-property-added

    • added the optional property items/guild_id to the response with the 200 status

      response-optional-property-added

    • added the optional property items/parent_id to the response with the 200 status

      response-optional-property-added

    • removed EntitlementResponse subschema #1 from the items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • added the required property items/application_id to the response with the 200 status

      response-required-property-added

    • added the required property items/deleted to the response with the 200 status

      response-required-property-added

    • added the required property items/ends_at to the response with the 200 status

      response-required-property-added

    • added the required property items/id to the response with the 200 status

      response-required-property-added

    • added the required property items/sku_id to the response with the 200 status

      response-required-property-added

    • added the required property items/starts_at to the response with the 200 status

      response-required-property-added

    • added the required property items/type to the response with the 200 status

      response-required-property-added

    • added the required property items/user_id to the response with the 200 status

      response-required-property-added