Authorization: Bearer ********************
{
"filter": {
"ids": [],
"teamIds": [],
"search": "",
"kinds": [],
"hasValues": null,
"sortBy": {
"key": "id",
"order": "asc"
},
"status": "active",
"createdAfter": null,
"updatedAfter": null
},
"page": 1,
"pageSize": 48
}
curl --location --request POST 'https://api.thinkeo.io/v0/attributes/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"ids": [],
"teamIds": [],
"search": "",
"kinds": [],
"hasValues": null,
"sortBy": {
"key": "id",
"order": "asc"
},
"status": "active",
"createdAfter": null,
"updatedAfter": null
},
"page": 1,
"pageSize": 48
}'
[
{
"allowedValues": [
"string"
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"name": "string",
"kind": "date",
"icon": "string",
"color": "string",
"archivedAt": "2019-08-24T14:15:22Z"
}
]