View a Code Value

get

/api/restapi/codeValue/{codeValueId}

This endpoint returns code values that meet the following requirements:
  • The object has an ID that matches the value of the {codeValueId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityCodeValue
Type: object
Title: ApiEntityCodeValue
Show Source
Nested Schema : parentCVCodes
Type: array
List of parent code values in a hierarchy. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source

404 Response

The requested code value does not exist, or you do not have access to it.
Back to Top