Returns the code value for specified CodeType Id and Workspace Id.
get
/primeapi/restapi/v16.2/codeValue/workspaceId/{workspaceId}/codeTypeId/{codeTypeId}
Request
Path Parameters
- codeTypeId
-
Type:
integer(int64)Required:true- workspaceId
Type:integer(int64)Required:true
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:
stringAllowed Values:[ "LENGTH[1-32]" ]The unique identifier for the code value. - codeValueId
-
Type:
integer(int64)The unique identifier for the code value. - codeValueName
-
Type:
stringAllowed 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??