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