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

NameTypeDescription

activityId

string

1

Retrieve Activity Profile

GET https://{organisation}.clearlrs.com/xapi/activities/profile

Retrieves the Activity Profile document

Query Parameters

NameTypeDescription

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

NameTypeDescription

activityId

string

1

profileId

string

2

Merge Activity Profile

POST https://{organisation}.clearlrs.com/xapi/activities/profile

Query Parameters

NameTypeDescription

activityId

string

1

profileId

string

2

Remove Activity Profile

DELETE https://{organisation}.clearlrs.com/xapi/activities/profile

Query Parameters

NameTypeDescription

activityId

string

1

profileId

string

2

Last updated