Filter or search typed Records
POST
/api/v1/entities/{id}/records/queryRequires an Organization API key with the member capability.
Authorization
apiKey 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" }}