// The UTC date and time (in RFC3339 format) of when the entitlement was last updated.
LastUpdatedtime.Time`json:"last_updated"`
}
// Gets an organization’s list of entitlements that have been granted to a game, a user, or both.
//
// NOTE: Entitlements returned in the response body data are not guaranteed to be sorted by any field returned by the API. To retrieve CLAIMED or FULFILLED entitlements, use the fulfillment_status query parameter to filter results. To retrieve entitlements for a specific game, use the game_id query parameter to filter results.
//
// The following table identifies the request parameters that you may specify based on the type of access token used.
// App | None | If you don’t specify request parameters, the request returns all entitlements that your organization owns.
// App | user_id | The request returns all entitlements for any game that the organization granted to the specified user.
// App | user_id, game_id | The request returns all entitlements that the specified game granted to the specified user.
// App | game_id | The request returns all entitlements that the specified game granted to all entitled users.
// User | None | If you don’t specify request parameters, the request returns all entitlements for any game that the organization granted to the user identified in the access token.
// User | user_id | Invalid.
// User | user_id, game_id | Invalid.
// User | game_id | The request returns all entitlements that the specified game granted to the user identified in the access token.
//
// Requires an app access token or user access token. The client ID in the access token must own the game.