Returns the Units of Measure for the specified units of Measure name.
get
/primeapi/restapi/v16.2/unitsOfMeasure/name/{name}/workspace/{id}
Request
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
- name
Type:string
Required:true
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityUnitsOfMeasure
Type:
object
- displayName
-
Type:
string
The name of the unit of measure. - key
-
Type:
string
The abbreviation for the unit of measure name. - unitOfMeasureId
-
Type:
integer
(int64
)The unique identifier for the unit of measure. - workspaceId
-
Type:
integer
(int64
)
404 Response
Units of Measure does not exist or you do not have access to it.