Download OpenAPI specification:Download
| Accept required | string Example: application\json |
| Content-Type required | string Example: application\json |
| X-Auth-Token required | string Example: d417473a-dc63-11ec-9d64-0242ac120002 |
{- "data": [
- {
- "type": "progress",
- "id": "838dfbf6-d21d-11ec-a880-0242ac120005",
- "attributes": {
- "id": "1234",
- "userId": "5678",
- "itemId": "91011",
- "itemType": "Video",
- "status": "completed",
- "createdAt": "2023-10-25 17:27:20",
- "updatedAt": "2023-10-25 17:27:20",
- "meta": {
- "metaId": "1122",
- "progressId": "3344",
- "property": "property",
- "value": "value",
- "createdAt": "2023-10-25 17:27:20",
- "updatedAt": "2023-10-25 17:27:20"
}
}
}
]
}| Accept required | string Example: application\json |
| Content-Type required | string Example: application\json |
| itemId required | string |
| itemType required | string Enum: "Course" "Lesson" "LessonSteps" "Video" "VideoSeries" "Qualification" |
| status | string Enum: "started" "completed" |
object |
{- "itemId": "1234",
- "itemType": "Course",
- "status": "started",
- "meta": {
- "timestamp": "0.0"
}
}{- "data": {
- "type": "progress",
- "id": "838dfbf6-d21d-11ec-a880-0242ac120005",
- "attributes": {
- "id": "1234",
- "userId": "5678",
- "itemId": "91011",
- "itemType": "Video",
- "status": "completed",
- "createdAt": "2023-10-25 17:27:20",
- "updatedAt": "2023-10-25 17:27:20",
- "meta": {
- "metaId": "1122",
- "progressId": "3344",
- "property": "property",
- "value": "value",
- "createdAt": "2023-10-25 17:27:20",
- "updatedAt": "2023-10-25 17:27:20"
}
}
}
}Update progress by id
| id required | string Example: e4cc5e1a-1240-11eb-9573-0242ac140005 |
| Accept required | string Example: application\json |
| Content-Type required | string Example: application\json |
| status | string Enum: "started" "completed" |
object |
{- "status": "completed",
- "meta": {
- "timestamp": "0.0"
}
}{- "data": {
- "type": "progress",
- "id": "838dfbf6-d21d-11ec-a880-0242ac120005",
- "attributes": {
- "id": "1234",
- "userId": "5678",
- "itemId": "91011",
- "itemType": "Video",
- "status": "completed",
- "createdAt": "2023-10-25 17:27:20",
- "updatedAt": "2023-10-25 17:27:20",
- "meta": {
- "metaId": "1122",
- "progressId": "3344",
- "property": "property",
- "value": "value",
- "createdAt": "2023-10-25 17:27:20",
- "updatedAt": "2023-10-25 17:27:20"
}
}
}
}