cURL
curl --request GET \ --url https://api.example.com/api/Documents/{documentId}
{ "id": 123, "documentName": "<string>", "documentType": 123, "documentTypeName": "<string>", "documentExtension": "<string>", "size": 123, "createdByName": "<string>", "createdDate": "2023-11-07T05:31:56Z", "expirationDate": "2023-11-07T05:31:56Z", "deleted": true, "notes": "<string>" }
Returns document by id.
OK
Was this page helpful?