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
Returns
200
Successful Response
Endpoint
GET
/geoscience-object/orgs/{org_id}/stagesRequest
cURL
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"
}
]
}