Geoscience Object API
Version: 1.21.4
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
namestring
stage_iduuid
{
"stages": [
{
"name": "string",
"stage_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
422
Validation Error
msgstring
typestring
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}