cURL
curl --request GET \ --url https://app.aegister.com/api/v1/V-Ciso/workflows \ --header 'X-Aegister-Token: <api-key>'
{ "error": 0, "messages": "<array>", "data": [ { "organization_id": 2, "organization_name": "<string>", "workflow_id": "<string>", "workflow_name": "<string>" } ] }
Retrieve all workflow associations across organizations.
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
0
If error is 1, contains zero or more details on the error.
error
1
[]
Show child attributes