cURL
curl --request GET \ --url https://api.kadoa.com/v4/schemas/{schemaId} \ --header 'x-api-key: <api-key>'
{ "error": true, "data": { "id": "<string>", "name": "<string>", "type": "NEO", "isPublic": true, "schema": [ { "name": "<string>", "description": "<string>", "fieldType": "SCHEMA", "example": "<string>", "dataType": "STRING", "isKey": true } ], "entity": "<string>", "description": { "hintText": "<string>" } } }
Retrieve a specific schema by its unique identifier
API key for authentication
Schema ID
200
Response wrapper for a single schema
Error flag (always false on success)
Schema data
Show child attributes