curl --location --request GET 'https://api.synap.ac/v3/search-filter-configs?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "SearchFilterConfig",
"attributes": {
"target": "string",
"attribute": "string",
"label": "string",
"options": [
{
"label": "string",
"value": "string"
}
],
"placeholder": "string",
"explanation": "string",
"search": {
"className": "string",
"labelPath": "string"
},
"single": true
},
"relationships": {}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}