Pathways
Authorizations
HTTPRequired
Path parameters
pathwayIdstringRequired
experienceIdstring · uuidRequired
Body
recipientone ofRequired
or
or
passedbooleanRequired
Responses
204
No Content
400
Bad Request
*/*
post
/v2/pathways/{pathwayId}/experience/{experienceId}/submitNo content
CSV file should contain recipientId,passed header row. Each row should contain a single entry of recipientId (email:[email protected]) and a passed value (true/false) separated by a comma.
Authorizations
HTTPRequired
Path parameters
pathwayIdstringRequired
experienceIdstring · uuidRequired
Body
stringOptionalExample:
recipientId,passed email:[email protected],trueResponses
200
OK
400
Bad Request
*/*
post
/v2/pathways/{pathwayId}/experience/{experienceId}/submit-csvAuthorizations
HTTPRequired
Path parameters
idstringRequired
Body
groupIdsToAddstring[]RequiredExample:
61aa04adf5afe00d0a6dac72groupIdsToRemovestring[]RequiredExample:
67aa04adf5afe00d0a6dac72Responses
200
OK
No content
400
Bad Request
*/*
post
/v2/pathways/{id}/subscriptionsNo content
Authorizations
HTTPRequired
Path parameters
idstringRequired
Query parameters
recipientIdentifierstringRequiredExample:
Identifier of the recipient, format: recipientType:recipientId
email:[email protected]Responses
200
OK
400
Bad Request
*/*
get
/v2/pathways/{id}/recipient-progressLast updated
Was this helpful?