List of redeemables for examine qualification.
Name | Type | Description |
---|---|---|
_object | ObjectEnum | The type of the object represented by JSON. Default is `list`. |
dataRef | DataRefEnum | Identifies the name of the attribute that contains the array of qualified redeemables. |
data | List<QualificationsRedeemable> | Array of qualified redeemables. |
total | Integer | The number of redeemables returned in the API request. |
hasMore | Boolean | As results are always limited, the `has_more` flag indicates if there are more records for given parameters. This lets you know if you can run another request (with different options) to get more records returned in the results. |
moreStartingAfter | OffsetDateTime | Timestamp representing the date and time to use in `starting_after` cursor to get more redeemables. |
Name | Value |
---|---|
LIST | "list" |
Name | Value |
---|---|
DATA | "data" |