v1

latestSwagger 2.02026-07-13137761.0 MB
Measure family

Get a measure family (deprecated as of v5.0)

This endpoint allows you to get the information about a given measure family.

get/api/rest/v1/measure-families/{code}

Path parameters

codestring required

Code of the resource

Response

OK

codestring required

Measure family code

standardstring

Measure family standard

Example response

{
  "code": "Area",
  "standard": "SQUARE_METER",
  "units": [
    {
      "code": "SQUARE_MILLIMETER",
      "convert": {
        "mul": "0.001"
      },
      "symbol": "mm²"
    },
    {
      "code": "SQUARE_CENTIMETER",
      "convert": {
        "mul": "0.001"
      },
      "symbol": "cm²"
    }
  ]
}