Activity Profile
List Activity Profiles
GET
https://{organisation}.clearlrs.com/xapi/activities/profile
Returns a list of profileIds stored for the specified parameters.
Query Parameters
Name | Type | Description |
---|---|---|
activityId | string | 1 |
Retrieve Activity Profile
GET
https://{organisation}.clearlrs.com/xapi/activities/profile
Retrieves the Activity Profile document
Query Parameters
Name | Type | Description |
---|---|---|
activityId | string | 1 |
profileId | string | 2 |
Update Activity Profile
PUT
https://{organisation}.clearlrs.com/xapi/activities/profile
Replaces the Activity Profile document for the given activityId and profileId.
Query Parameters
Name | Type | Description |
---|---|---|
activityId | string | 1 |
profileId | string | 2 |
Merge Activity Profile
POST
https://{organisation}.clearlrs.com/xapi/activities/profile
Query Parameters
Name | Type | Description |
---|---|---|
activityId | string | 1 |
profileId | string | 2 |
Remove Activity Profile
DELETE
https://{organisation}.clearlrs.com/xapi/activities/profile
Query Parameters
Name | Type | Description |
---|---|---|
activityId | string | 1 |
profileId | string | 2 |
Last updated