v2

latestOpenAPI 3.0.0raw.githubusercontent.com2025-05-154614.1 KB
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"
]