Skip to main content
GET
/
v4
/
templates
/
{templateId}
/
schemas
List template schemas
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
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

templateId
string<uuid>
required

Template ID

Response

200

Response for listing schemas linked to a template

error
enum<boolean>
required

Error flag (always false on success)

Available options:
false
data
object[]
required

Schemas linked to this template