Skip to main content
GET
/
structures
/
standard-labels
/
{nomenclature_id}
Get Nomenclature Standard Labels
curl --request GET \
  --url https://newleaf-api-336813653216.us-central1.run.app/external/v1/structures/standard-labels/{nomenclature_id} \
  --header 'Authorization: Bearer <token>'
[
  "PTV_High",
  "PTV_Low",
  "Heart",
  "SpinalCord"
]

Authorizations

Authorization
string
header
required

OAuth 2.0 Client Credentials Grant. Requires client_id and client_secret to obtain a Bearer token.

Path Parameters

nomenclature_id
string<uuid>
required

The UUID of the nomenclature to retrieve standard labels for.

Response

A list of standard label strings.

Example:
[
"PTV_High",
"PTV_Low",
"Heart",
"SpinalCord"
]