Last updated
Last updated
Creates or merges into an activity profile document by the activity identifier and activity profile identifier.
This method returns an AxiosPromise
with empty success data
if successful.
Creates or overwrites an activity profile document by the activity identifier and activity profile identifier.
This method returns an AxiosPromise
with empty success data
if successful.
Gets an array of activity profile identifiers by the activity identifier.
This method returns an AxiosPromise
with the success data
containing an array of activity profile identifiers if successful.
Gets an activity profile document by the activity identifier and the activity profile identifier.
Deletes an activity profile document by the activity identifier and the activity profile identifier.
This method returns an AxiosPromise
with empty success data
if successful.
This method returns an AxiosPromise
with the success data
containing the stored if successful.
Parameter
Type
Required
Description
activityId
string
true
The URI of the activity.
profileId
string
true
The URI of the activity profile to be created or overwritten.
profile
true
The profile data to be stored.
etag
string
true
The ETag of the original document.
matchHeader
string
true
The ETag header type. Accepts "If-Match" or "If-None-Match".
contentType
string
false
The content type of the profile data.
Parameter
Type
Required
Description
activityId
string
true
The URI of the activity.
since
Timestamp
false
Only return Activity Profiles stored since specified Timestamp.
useCacheBuster
boolean
false
Enables cache busting.
Parameter
Type
Required
Description
activityId
string
true
The URI of the activity.
profileId
string
true
The URI of the profile to be retrieved.
useCacheBuster
boolean
false
Enables cache busting.
Parameter
Type
Required
Description
activityId
string
true
The URI of the activity.
profileId
string
true
The URI of the profile to be deleted.
etag
string
false
The ETag of the original document.
Manages cross-learner state for an activity.
Parameter
Type
Required
Description
activityId
string
true
The URI of the activity.
profileId
string
true
The URI of the activity profile to be created or merged into.
profile
true
The profile data to be stored.
etag
string
false
The ETag of the original document if merging.
matchHeader
string
false
The ETag header type. Accepts "If-Match" or "If-None-Match".