Returns the code value for the specified code value ID.
get
/primeapi/restapi/v16.2/codeValue/{id}
Request
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
ID of the Code Value to be loaded.
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityCodeValue
Type:
object
- codeTypeId
-
Type:
integer
(int64
)The ID for the code type. - codeValueCode
-
Type:
string
Allowed Values:[ "LENGTH[1-32]" ]
The unique identifier for the code value. - codeValueId
-
Type:
integer
(int64
)The unique identifier for the code value. - codeValueName
-
Type:
string
Allowed Values:[ "LENGTH[1-100]" ]
The name of the code value. - parentCodeValue
-
Type:
integer
(int64
)The parent code value. - sequenceNumber
-
Type:
integer
(int32
)The number that specifies the position of the code value item within the code type list.
404 Response
??codeValue_resource_find_error??