Individual document
This HTTP GET request retrieves a specific file from the endpoint using specific document ID.
The response has a status code of 200 and a content type of application/pdf.
Get supporting document by document id
Authorizations
Path parameters
documentidanyRequired
Responses
200
Success
401
Unauthorised
404
Resource Not Found
get
GET /sandbox/boreg/files/{documentid} HTTP/1.1
Host: cipc-apm-rs-dev.azure-api.net
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?