How to use the Participant Activity Report APIs
{
"status": true,
"name": hello,
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"title": "Klaxoon activity title",
"description": "This is a Klaxoon activity",
"accessCode": "ABCDEFG",
"state": "draft",
"author": {
"id": "string"
},
"createdAt": "2024-02-20T16:51:14.482Z",
"updatedAt": "2024-02-20T16:51:14.482Z"
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
}
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
},
"result": {
"progression": 33.33,
"score": 33.33,
"successRate": 66.66,
"replays": 0,
"firstActionDate": "2020-07-24T09:00:00.000+0000",
"lastActionDate": "2020-07-24T09:00:00.000+0000",
"feedback": {
"comment": "string",
"rating": 5
}
}
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
},
"result": {
"progression": 33.33,
"answerRate": 33.33,
"firstActionDate": "2020-07-24T09:00:00.000+0000",
"lastActionDate": "2020-07-24T09:00:00.000+0000",
"feedback": {
"comment": "string",
"rating": 5
}
}
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
},
"result": {
"progression": 33.33,
"score": 33.33,
"successRate": 33.33,
"answerRate": 33.33,
"duration": 12345,
"firstActionDate": "2020-07-24T09:00:00.000+0000",
"lastActionDate": "2020-07-24T09:00:00.000+0000",
"feedback": {
"comment": "string",
"rating": 5
}
}
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
},
"result": {
"progression": 33.33,
"points": 1000,
"successRate": 33.33,
"score": 33.33,
"replays": 2,
"firstActionDate": "2020-07-24T09:00:00.000+0000",
"lastActionDate": "2020-07-24T09:00:00.000+0000",
"feedback": {
"comment": "string",
"rating": 5
}
}
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
},
"result": {
"progression": 33.33,
"points": 1000,
"successRate": 33.33,
"score": 33.33,
"firstActionDate": "2020-07-24T09:00:00.000+0000",
"lastActionDate": "2020-07-24T09:00:00.000+0000",
"feedback": {
"comment": "string",
"rating": 5
}
}
}
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"username": "J.D",
"role": "host",
"user": {
"id": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyy",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]"
},
"result": {
"points": 1000,
"score": 33.33,
"firstActionDate": "2020-07-24T09:00:00.000+0000",
"lastActionDate": "2020-07-24T09:00:00.000+0000",
"feedback": {
"comment": "string",
"rating": 5
}
}
}
Updated 17 days ago