curl --location --request GET 'https://api.synap.ac/v3/attribute-configs?limit=&offset='
{
"data": [
{
"id": "FID001",
"type": "AttributeConfig",
"attributes": {
"customId": "string",
"target": "User",
"type": "boolean",
"label": "string",
"sublabel": "string",
"description": "string",
"options": [
{
"value": "string",
"label": "string"
}
],
"labelQuestion": "string",
"registration": {
"collect": true
},
"required": true,
"editPermission": 0,
"viewPermission": 0,
"settings": {
"link": {
"display": {
"asButton": true
},
"authenticated": true,
"clickBehavior": "newWindow"
}
},
"inUse": true
},
"relationships": {}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}