Get the list of available stages
GET
/geoscience-object/orgs/{org_id}/stagesThe response will list available stages for the provided organisation.
Request
Responses
200
Successful Response
Response schema
stagesobject[]
namestring
stage_iduuid
Example response
{
"stages": [
{
"name": "string",
"stage_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
422
Validation Error
Response schema
detailobject[]
loc(string | integer)[]
Any of:
string
integer
msgstring
typestring
Example response
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}