Get A Writable Volume By ID

Get A Writable Volume By ID

Get a Writable Volume by ID

Request
URI
GET
https://{api_host}/app_volumes/writables/{id}
COPY
Path Parameters
integer
id
Required

Writable Volume ID.


Responses
200

Returns the Writable Volume.

Returns GetWritableVolume of type(s) application/json
"GetWritableVolume Object"
object
writable
Optional

writable


400

ID missing from request.

{
    "error": "Missing parameters"
}
string
error
Optional

Failure details.


403

Session expired. Create a session and make the request with the _session_id cookie.

Returns UnauthorizedError of type(s) application/json
"UnauthorizedError Object"
string
error
Optional

Session expired. Create a session using and make the request with the _session_id cookie.


404

Writable Volume was not found.

Operation doesn't return any data structure

500

Server error.

Returns ServerError of type(s) application/json
"ServerError Object"
string
error
Optional

Server Error.

string
detail
Optional

Details of error. Exact error format subject to change depending on type of error.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/app_volumes/writables/{id}