View All Code Values by Parent

get

/api/restapi/codeValue/byParent

Send a request to this endpoint to view all code values under parent 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 requested object does not exist, or you do not have access to it.
Back to Top