Get Unit of Measure
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
/public/v1/catalog/units-of-measure/{id}Last updated
Was this helpful?
OK
Not Found
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/catalog/units-of-measure/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2026-02-05T08:25:38.126Z",
"by": {}
},
"updated": {
"at": "2026-02-05T08:25:38.126Z",
"by": {}
}
},
"$meta": {
"omitted": [
"text"
]
},
"description": "text",
"name": "text",
"statistics": {
"itemCount": 1
}
}