Earners Lists
The list allows organizations to track badge assignment and the status of badge earners.
An Earner is an individual who has earned badges after fulfilling the necessary criteria.
Received values
Field | Type | Description |
|---|---|---|
id |
| Unique identifier. |
name |
| Name of the list. |
description |
| Description of the list. |
status |
| Status of the list. Possible values: |
type |
| Type of the list. Possible values: |
earners |
| Array containing details of earners included in the list. |
earners.id |
| Unique identifier for each earner. |
earners.recipient_email |
| Email of the recipient. |
earners.recipient_first_name |
| First name of the recipient. |
earners.recipient_last_name |
| Last name of the recipient. |
earners.metadata |
| JSON object containing metadata values related to each earner, if any. |
earners.created_at |
| Date and time when the earner was created. Format: |
earners.updated_at |
| Date and time when the earner was last updated. Format: |
earners.email_verified_at |
| Date and time when the earner's email was verified. Format: |
created_at |
| Date and time when the list was created. Format: |
updated_at |
| Date and time when the list was last updated. Format: |