Course
name | type | introduced in |
---|---|---|
id | uuid | v1 |
progress | number | v1 |
full_description | string | v1 |
image_url | string | v1 |
name | string | v1 |
sections | array [Section] | v1 |
categories | array [Category] | v1 |
instructors | array [Instructor] | v1 |
instructor_names | string | v1 |
events | array [TrainingEvent] | v1 |
enrollment_code | string | v1 |
ribbon | string | v1 |
properties | object | v1 |
enrolled? | boolean | v1 |
completed? | boolean | v1 |
started? | boolean | v1 |
learner_can_retake? | boolean | v1 |
has_to_restart? | boolean | v1 |
promo_video_embed_url | string | v1 |
has_certificate? | boolean | v1 |
certificate_name | string | v1 |
certificate_link | string | v1 |
certificate_completed? | boolean | v1 |
certificate_issue_date | timestamp | v1 |
Example
{{ courses.enrolled.first }}
Updated 7 months ago