API mub | Workflow - Get list workflow BP
This article is itended to document the API mub | GetLIst - with filters BP. Route: GET => http://api.mub.cloud/api/v2/workflow API Field Field Type Allowed Operators Values id Number = igual = menor ou igual = maior …
Moises ScarpinPublicado 08 de fev. de 20241 min de leitura
This article is itended to document the API mub | GetLIst - with filters BP.
Route: GET => http://api.mub.cloud/api/v2/workflow
|
See below full object of request and expected response.
Request example:
http://api.mub.cloud/api/v2/workflow?filter=statusPENDING,INCORRECTION,FINISHED
Response example:
{
"success": true,
"message": "Workflows successfully listed!",
"data": [
{
"id": 333
},
{
"id": 334
},
{
"id": 335
},
{
"id": 364
},
{
"id": 397
},
{
"id": 430
},
{
"id": 431
},
{
"id": 432
},
{
"id": 463
},
{
"id": 496
}
]
}
