ChallengeAssignmentModel
Properties
Name | Type | Required | Description |
---|---|---|---|
challenge_completed_on | str | ❌ | |
challenge_end | str | ❌ | |
challenge_id | str | ❌ | |
challenge_start | str | ❌ | |
completed_checkpoints | int | ❌ | |
image_url | str | ❌ | |
contact_id | str | ❌ | |
id_ | str | ❌ | |
is_active | bool | ❌ | |
is_challenge_completed | bool | ❌ | |
latest_checkpoint_added_on | str | ❌ | |
required_checkpoints | int | ❌ | |
status | ChallengeAssignmentModelStatus | ❌ | |
links | List[IHypermediaLink] | ❌ |
ChallengeAssignmentModelStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
UNKNOWN | str | ✅ | "Unknown" |
COMPLETED | str | ✅ | "Completed" |
NOTCOMPLETED | str | ✅ | "NotCompleted" |
ACTIVE | str | ✅ | "Active" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs