Entitäten
One Entity
GET
/api/v1/entities/{id}Erfordert einen API-Schlüssel der Organisation mit der Berechtigung „member“.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/entities/string"{ "id": "string", "organizationId": "string", "name": "string", "description": "string", "attributes": [ { "key": "string", "label": "string", "type": "number" } ], "keyAttribute": "string", "scope": "user", "identityAttribute": null, "createdAt": "string", "updatedAt": "string"}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}