curl --location 'https://api.synap.ac/v3/search-results?search=undefined&filter=type%2C%3Cstring%3E%2C%3Cstring%3E%2CpropertyFilters%2C%3Cstring%3E%2C%3Cstring%3E&sort=undefined&limit=&offset=&include=undefined'{
"data": [
{
"id": "FID001",
"type": "Tag",
"attributes": {
"label": "string",
"facet": "exam",
"feedback": "string",
"isVisibleToStudents": true
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"tagSet": {
"data": {
"id": "FID001",
"type": "TagSet"
}
}
}
}
],
"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"
}
}
}
}
],
"links": {
"first": "https://some-url.com/path?query=true",
"prev": "https://some-url.com/path?query=true",
"next": "https://some-url.com/path?query=true",
"last": "https://some-url.com/path?query=true",
"self": "https://some-url.com/path?query=true"
},
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}