Retrieve the binary content for a given resource.
GET ~/resources/:resource-id
Headers
Field | Type | Description |
---|---|---|
Content-Type | String |
This should match the |
If-None-Match | String |
Contains the latest ETag of the resource to allow for version checking. If the value of this header matches the internal version of the resource then the endpoint will return |
Parameters
Field | Type | Description |
---|---|---|
:resource-id | String |
The ID of the resource. |
Response Headers
Field | Type | Description |
---|---|---|
ETag | String |
Contains the latest version of the resource. This value can then be sent on subsequent requests to check if the resource has changed. |
Comments
0 comments
Please sign in to leave a comment.