Gets a list of measurements
Name | Description | Type | Additional information |
---|---|---|---|
Skip | How many items you want to skip. Usually we skip the item amount we already have | integer | No additional information available. |
Take | Number of items you want per page | integer | Range: inclusive between 0 and 50 |
No information available
Name | Description | Type | Additional information |
---|---|---|---|
UnitID | ID of the measurement unit | integer | No additional information available. |
Name | Full name o the unit measurement | string | Required Max length: 20 |
Abbreviation | Abbreviation of the unit measurement | string | Required Max length: 5 |
IsActive | Set to true if you want the current unit to be active or disabled | boolean | No additional information available. |
[
{
"unitID": 1,
"name": "sample string 2",
"abbreviation": "sample string 3",
"isActive": true
},
{
"unitID": 1,
"name": "sample string 2",
"abbreviation": "sample string 3",
"isActive": true
}
]