GET api/DocumentBlob/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DocumentBlobData| Name | Description | Type | Additional information |
|---|---|---|---|
| BlobID | integer |
None. |
|
| BlobObject | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"BlobID": 1,
"BlobObject": "QEA="
}
text/xml
Sample:
<DocumentBlobData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL"> <BlobID>1</BlobID> <BlobObject>QEA=</BlobObject> </DocumentBlobData>