Skip to main content
GET
/
development_stages
/
{id}
Find development stage by ID
curl --request GET \
  --url https://api.rechain.co/public/v1/development_stages/{id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

ID of development stage to return

Response

successful operation

The response is of type any.