GET /api/v1/workflows — List Workflows
Retrieve a paginated list of all signing workflows configured for the tenant.
Authentication
SadqAuthorize
Request Headers
- Authorization (required)
- Bearer {token}
Responses
HTTP 200 — Workflows list
{
"totalCount": 2,
"dataList": [
{
"id": "575f0d6b-f4be-4543-90e0-ca473ded3758",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"nameAr": "Test Integration 9",
"nameEn": "Test Integration 9",
"isActive": true,
"isDeleted": false,
"creatorId": "6e71bfed-63b0-47c6-8733-65ba15d7f127",
"workflowDestinations": [
{
"id": "62529c87-cf62-4a8f-a07e-1738874e40ec",
"workflowId": "575f0d6b-f4be-4543-90e0-ca473ded3758",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"name": "test203",
"email": "Test_20@Sadq.Sa",
"phone": null,
"order": 2,
"authenticationType": 1,
"destinationType": 1
},
{
"id": "a89ae641-4dd3-4915-bf8f-ba31bd365619",
"workflowId": "575f0d6b-f4be-4543-90e0-ca473ded3758",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"name": "hussein",
"email": "huss66n@gmail.com",
"phone": null,
"order": 1,
"authenticationType": 1,
"destinationType": 3
},
{
"id": "c88dbe54-cb54-4e0e-896e-c483c41662e8",
"workflowId": "575f0d6b-f4be-4543-90e0-ca473ded3758",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"name": "Alaa",
"email": "a.darweesh@sadq.sa",
"phone": null,
"order": 3,
"authenticationType": 0,
"destinationType": 1
}
]
},
{
"id": "10bcb6b6-739c-42ce-990a-dff5fde92132",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"nameAr": "Test Integration 99",
"nameEn": "Test Integration 99",
"isActive": true,
"isDeleted": false,
"creatorId": "6e71bfed-63b0-47c6-8733-65ba15d7f127",
"workflowDestinations": [
{
"id": "68c8f2dc-2f04-453c-a6a1-498c10c3408f",
"workflowId": "10bcb6b6-739c-42ce-990a-dff5fde92132",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"name": "test203",
"email": "Test_20@Sadq.Sa",
"phone": null,
"order": 2,
"authenticationType": 1,
"destinationType": 1
},
{
"id": "35bc0f97-1c5a-43ef-a525-5f858fe1fcae",
"workflowId": "10bcb6b6-739c-42ce-990a-dff5fde92132",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"name": "Alaa",
"email": "a.darweesh@sadq.sa",
"phone": null,
"order": 3,
"authenticationType": 0,
"destinationType": 1
},
{
"id": "2933b25b-4377-4f68-80f2-725a16ae2d26",
"workflowId": "10bcb6b6-739c-42ce-990a-dff5fde92132",
"accountId": "c0f63b10-f2e5-44e7-93b3-c78189ce392b",
"name": "hussein",
"email": "huss66n@gmail.com",
"phone": null,
"order": 1,
"authenticationType": 1,
"destinationType": 3
}
]
}
],
"errorCode": 0,
"message": ""
}