API structure has changed
7 structure changes including:
6 Additions
1 Modification
Modified
1
Breaking
GET /v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}
- Response
-
200 response Modified
-
application/json content type Modified
-
invitedAt, startedAt, completedAt, unenrolledAt, lastActivityAt properties Modified
-
Type went from
string(date-time) | nulltointeger | nullBreaking
-
Type went from
-
invitedAt, startedAt, completedAt, unenrolledAt, lastActivityAt properties Modified
-
application/json content type Modified
Added
6
GET /v1/learningPaths/{learningPathId}/participants
GET /v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions
GET /v1/learningPaths/{learningPathId}/participants/{learningPathParticipantId}/stepCompletions/{stepCompletionId}
GET /v1/learningPaths/{learningPathId}/steps
POST /v1/learningPaths/{learningPathId}/participants
POST /v1/learningPaths/{learningPathId}/participants~bulkInvite