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"
}
]
}
403
Session expired. Create a session and make the request with the _session_id cookie.
Returns UnauthorizedError of type(s) application/json
{
"error": "Session expired. Please login again."
}
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
{
"error": "Server Error",
"detail": "Unexpected server error."
}
string
error
Optional
Server Error.
string
detail
Optional
Details of error. Exact error format subject to change depending on type of error.