cURL
curl --request GET \ --url https://api.kadoa.com/v4/schemas/ \ --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 all schemas accessible by the authenticated user
API key for authentication
200
Response wrapper for list of schemas
Error flag (always false on success)
Array of schemas
Show child attributes