curl --request GET \
--url https://api.kadoa.com/v4/templates/{templateId}/workflows \
--header 'x-api-key: <api-key>'{
"error": false,
"data": [
{
"workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflowName": "<string>",
"templateVersion": 123,
"isOutdated": true
}
]
}Retrieve all workflows linked to a template
curl --request GET \
--url https://api.kadoa.com/v4/templates/{templateId}/workflows \
--header 'x-api-key: <api-key>'{
"error": false,
"data": [
{
"workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflowName": "<string>",
"templateVersion": 123,
"isOutdated": true
}
]
}API key for authentication
Template ID