Skip to main content

Geoscience Object API

Version: 1.17.0
Preview

Get the list of available stages

GET
/geoscience-object/orgs/{org_id}/stages

The response will list available stages for the provided organisation.

Request

Path parameters

Example: "b208a6c9-6881-4b97-b02d-acb5d81299bb"

The customer's organisation ID

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"
}
]
}