Skip to main content
GET
/
measurement_templates
/
{id}
Find measurement template by ID
curl --request GET \
  --url https://api.rechain.co/public/v1/measurement_templates/{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 measurement template to return

Response

successful operation

The response is of type any.