View Code Values by Project, Workspace and CodeType

get

/api/restapi/codeValue/projectCodeTypes

Send a request to this endpoint to view all code values under a code type with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityCodeValue>
Type: array
Title: List<ApiEntityCodeValue>
Show Source
Nested 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

204 Response

Successful operation with no content.

404 Response

The provided Workspace or Project or Code Type does not exist or has been deleted.
Back to Top