Skip to main content

Stages

Get the list of available stages

Geoscience Object API

Version: 1.21.4

The response will list available stages for the provided organisation.

Parameters

authorizationstring
Required

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

The customer's organisation ID

Returns

200

Successful Response

namestring
stage_iduuid

Endpoint

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

Request

curl -X GET 'https://{service_host}/geoscience-object/orgs/{org_id}/stages' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'

Response

{
"stages": [
{
"name": "string",
"stage_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}

What is the reason for your feedback?