Authorization: ********************
{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/cards/ID of workflow/filter' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}'
[
{
"_id": "string",
"workflowId": "string",
"fieldsMap": {},
"stageSystemFieldsMap": {},
"tags": [
"string"
],
"history": {
"stageTraversalHistory": [
{
"stageId": "string"
}
]
},
"dueDate": "2019-08-24T14:15:22Z",
"assignee": [
"string"
],
"assigneeUserGroupIds": [
"string"
],
"stageId": "string",
"stageActions": [
{
"actionId": "string",
"stageId": "string",
"actionType": "STAGE_ENTRY",
"resultId": "string",
"resultType": "STAGE_MOVEMENT",
"status": "ADDED",
"response": {
"entityId": "string",
"errorMessage": "string",
"data": {}
}
}
],
"status": "ACTIVE",
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}
]