API
Request Type | URL |
---|---|
GET | /v1/Binary/att-{referralRequestAttachmentId} |
Description
This API lets users retrieve and download linked files for a referral. Identify the file using both the request and attachment identifier.
Input
Header
Provide ASID of the end-point system and equivalent Session Key generated for the SSO Token-ID.
Example
XAPI_ASID:200000000220
HTTP_X_SESSION_KEY:{sessionKey}
Accept:*/*
Output
If successful file content linked to the referral is returned. The response code 200 (OK)
is returned.
Notes
Get the Attachment identified by the given Referral Request Id and Attachment Id.
Parameters
Parameter | Value | Description | Parameter Type | Data Type |
---|---|---|---|---|
referralRequestAttachmentId | Referral Request Attachment Id | Path | String |
Response Messages
HTTP Status Code | Reason |
---|---|
200 | OK |
403 | Forbidden |
404 | Not Found |