curl --location --request GET 'https://api.synap.ac/v3/user-engagement?filter&limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "UserEngagement",
"attributes": {
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"totalResponses": 0,
"correctResponses": 0,
"averageScore": 0,
"attemptCount": 0,
"uniqueQuestionCount": 0
},
"relationships": {
"user": {
"data": {
"id": "FID001",
"type": "User"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0,
"updatedAt": "2019-08-24T14:15:22Z"
}
}