cURL
curl --request GET \ --url https://api.example.com/api/documents/{id}/ \ --cookie sessionid=
{ "id": 123, "check": 123, "file": "<string>", "original_name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "case": 123, "customer": 123, "delete_after": -1 }
Retrieve a specific document by ID
Read-only serializer for Document.
Base64 encoded file content.
255
Days until deletion.
-2147483648 <= x <= 2147483647
Was this page helpful?