Get Lifecycle stages
Get Lifecycle stages
Request
URI
GET
https://{api_host}/app_volumes/lifecycle_stages
COPY
Responses
200
List of Lifecycle stages.
Returns
GetLifecycleStagesSuccess
of type(s)
application/json
{
"data": [
{
"id": 0,
"name": "New",
"priority": 0,
"created_at": "2021-12-03 13:10:13 -0800",
"created_at_human": "Dec 03 2021",
"updated_at": "2021-12-03 13:10:13 -0800",
"updated_at_human": "Dec 03 2021"
}
]
}
array of
object
data
Optional
A collection of LifecycleStages.
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.
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/lifecycle_stages