Returns the list of segment codes for the requested standard. The standard parameter must be one of the segment code standards available in the /reference/v1/overview endpoint (segmentCodeStandards).

get/reference/v1/segmentCodes

Query parameters

standardstring required

Segment code standard name, as returned in the segmentCodeStandards property of /reference/v1/overview.

Response

List of available segment codes for the requested standard.

string[] required

Example response

[
  "62.01"
]

Changes

Changed in 2 of the 59 revisions of this API.11