Get a specific document by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
markdown, text, html Optional unique identifier for the document. We enforce uniqueness in our end. If not provided, a UUID will be generated automatically and returned in the response. Must be alphanumeric and can include underscores and hyphens. The order of the documents in the response is the same as the order of the documents in the request, so you can match any generated IDs.
^[a-zA-Z0-9_-]+$UTC timestamp in ISO 8601 format (e.g. '2024-03-20T10:00:00Z').
UTC timestamp in ISO 8601 format (e.g. '2024-03-20T10:00:00Z').
Email addresses of the users that have read access to the document. If not provided, the document can be seen by anyone in Realm.