Headless LMS

List a course's activity→asset links

GET /api/courses/{courseId}/activity-assets. List a course's activity→asset links. Headless LMS Content API reference.

GET
/api/courses/{courseId}/activity-assets

Path Parameters

courseId*string

Response Body

application/json

curl -X GET "https://example.com/api/courses/string/activity-assets"
[  {    "orgId": "string",    "id": "string",    "activityId": "string",    "assetId": "string",    "seq": -9007199254740991,    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]