Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.21 KB

QualificationsRedeemables.md

File metadata and controls

35 lines (19 loc) · 1.21 KB

QualificationsRedeemables

List of redeemables for examine qualification.

Properties

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.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"