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-08-21T22:58:03.731Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-21T22:58:03.731Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "description": "text",
  "name": "text",
  "statistics": {
    "itemCount": 1
  }
}

Last updated

Was this helpful?