cURL
curl --request GET \ --url https://app.simpledocs.com/api/v1/repository_documents/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "0dbhXg", "type": "repository_document", "attributes": { "name": "Employment Agreement.pdf", "custom_fields": {}, "created_at": "2023-11-07T05:31:56Z", "agreement_url": "<string>" }, "relationships": { "legal_request": { "data": { "id": "<string>", "type": "legal_request" } } } } }
Retrieve a single repository document by its hash ID.
Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.
The resource's hash ID.
"0dbhXg"
The repository document.
Show child attributes