Authorization: Bearer ********************
X-Altan-Key: ********************
{
"@fields": [
"string"
],
"@filter": {
"spec": {
"logicop": "@and",
"value": [
{
"param": "string",
"operation": {
"operator": "_eq",
"value": null
}
}
]
}
},
"@groupby": {},
"@paginate": {
"limit": 0,
"order_by": "string",
"cursor": "string",
"desc": true
},
"@orderby": {},
"edges": {
"property1": {},
"property2": {}
}
}
curl --location --request POST 'https://api.altan.ai/module//gq' \
--header 'Content-Type: application/json' \
--data-raw '{
"@fields": [
"string"
],
"@filter": {
"spec": {
"logicop": "@and",
"value": [
{
"param": "string",
"operation": {
"operator": "_eq",
"value": null
}
}
]
}
},
"@groupby": {},
"@paginate": {
"limit": 0,
"order_by": "string",
"cursor": "string",
"desc": true
},
"@orderby": {},
"edges": {
"property1": {},
"property2": {}
}
}'
null