GET api/resources/{identifier}
Retrieves the bytes for a specific resource stored in the storage system.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier |
Guid identifying the resource to retrieve. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
If successful, sends back an HTTP 200 response with content of the response streaming the bytes of the resource.
ResponseMessageResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Response |
|
HttpResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.