Document is the representation of a record in the bucket, it has a unique ID to identify the record in the bucket in the account.
Every document is a JSON object and can store any kind of data always following the JSON standard.
GET:/datenbanken/{version}/buckets/{id}/documents
{
"records": {
"total": 1,
"found": 1
},
"documents": [{
"id": "63497744427a1f24aa9ccff9"
}]
}