cURL
curl --request GET \ --url https://api.lithoblocks.com/entities/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "fields": [ { "id": "<string>", "name": "<string>", "type": "string", "description": "<string>", "isRequired": true, "parentFieldId": "<string>", "arrayItemType": "string", "objectSchema": {}, "path": [ "<string>" ], "createdAt": "<string>", "updatedAt": "<string>" } ] }
Get a specific entity with all its fields
LithoBlocks API key obtained from your organization dashboard
Entity with fields
Show child attributes