curl --location 'https://api.synap.ac/v3/tests?source=&limit=&offset=&include=undefined'{
"data": [
{
"id": "FID001",
"type": "Test",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"title": "string",
"attr": {
"property1": "string",
"property2": "string"
},
"totalQuestions": 0,
"settings": {},
"sectionSettings": [
{}
],
"resitAllowedAttempts": 0
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"questions": {
"data": [
{
"id": "FID001",
"type": "Question"
}
]
},
"coverImage": {
"data": {
"id": "FID001",
"type": "Image"
}
}
}
}
],
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {
"property1": "string",
"property2": "string"
},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {
"property1": "string",
"property2": "string"
}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {
"property1": "string",
"property2": "string"
}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}