QamaqQamaq
GET

Entitäts-Datensatz abrufen

/entities/{entity_key}/records/{record_id}

Gibt einen bestimmten Entitäts-Datensatz nach ID zurück.

Parameter

Pfadparameter

NameTypBeschreibung
entity_keyerforderlich
string

The entity schema ID

record_iderforderlich
string

The record ID

Code-Beispiele

curl -X GET "https://api.qamaq.io/api/v1/entities/{entity_key}/records/{record_id}" \
  -H "Authorization: Bearer qmq_your_api_key"

Antworten

200Entity record details

Response Body

{
id:string
data:object
created_at:string (date-time)
updated_at:string (date-time)
}