curl --location --request GET 'https://api.synap.ac/v3/proctor-captures?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "ProctorCapture",
"attributes": {
"desktop": "string",
"start": "string",
"end": "string",
"duration": 0
},
"relationships": {
"attempt": {
"data": {
"id": "FID001",
"type": "Attempt"
}
},
"proctorSession": {
"data": {
"id": "FID001",
"type": "ProctorSession"
}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}