Returns information about the projects the user is a participant in.
GET
/users/{userid}/projectParticipations
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://learnifier.com/users//projectParticipations'
Response Response Example
200 - Example 1
{
"accessLink": "http://www.example.com/accesslink/123451",
"activated": true,
"activitiesCompleted": "3",
"activitiesTotal": "5",
"errorMessage": "string",
"expiration": "2019-08-24T14:15:22Z",
"externalId": "string",
"firstAccess": "2019-08-24T14:15:22Z",
"firstActivation": "2019-08-24T14:15:22Z",
"firstMail": "2019-08-24T14:15:22Z",
"id": 0,
"inError": true,
"lastAccess": "2019-08-24T14:15:22Z",
"lastActivation": "2019-08-24T14:15:22Z",
"lastMail": "2019-08-24T14:15:22Z",
"projectId": 0,
"projectName": "string",
"projectOrgId": 0,
"projectStatus": "ACTIVATED",
"projectThumbnail": "http://www.example.com/thumbnail.png",
"projectUserTitle": "string"
}
Request
Path Params
userid
string
required