Get Unit of Measure

Retrieve a unit of measure by ID.

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
get
GET /public/v1/catalog/units-of-measure/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-12T22:08:18.046Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-12T22:08:18.046Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "revision": 1,
  "description": "text",
  "statistics": {
    "itemCount": 1
  }
}

Last updated

Was this helpful?