Ciele
Entitäten

Filter or search typed Records

POST/api/v1/entities/{id}/records/query

Erfordert einen API-Schlüssel der Organisation mit der Berechtigung „member“.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/entities/string/records/query" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": [    {      "id": "string",      "entityId": "string",      "key": "string",      "values": {        "property1": null,        "property2": 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"  }}