RT Structures

Get Nomenclature Standard Labels

Retrieves the list of standard labels for a given nomenclature ID. Requires a valid Bearer token. Access might be restricted based on client's organization or if the ID corresponds to the public template.

get/structures/standard-labels/{nomenclature_id}

Path parameters

nomenclature_idstring uuid required

The UUID of the nomenclature to retrieve standard labels for.

Response

A list of standard label strings.

string[] required

Example response

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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.