Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.ezzydoc.com/EzzyService.svc/Rest/getSystemWorkflows
{ "service_status": { "invoice_id": 123, "message": "<string>" }, "myworkflows": { "active_workflow_id": 123, "list": [ { "description": "<string>", "isDefault": true, "isSystem": 123, "name": "<string>", "workflowID": 123, "workflowType": 123, "frequency": 123 } ] } }
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Success
Show child attributes