GET MeasurementTypes?measurementTypeId={measurementTypeId}
Retrieves a measurement type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| measurementTypeId |
Id of the measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the measurement type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | MeasurementType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"MeasurementTypeId": "41ca4b70-4ff8-45e9-94d6-70d2c42177e1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6bde9fb0-fdb5-436b-901d-0d97c4c64a49",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "515d2031-2c50-433d-a498-cda44fc55bc0",
"CreateDate": "2026-06-12T20:20:50.2729835-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-12T20:20:50.2729835-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1a7328e4-45fc-4e26-84b1-663490d4d40a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "400eb300-17f8-4df8-8701-c0ceefe150f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "88359c7f-9149-4d63-816b-c9bad3ef83b2",
"CreateDate": "2026-06-12T20:20:50.2729835-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-12T20:20:50.2729835-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8dbcf510-3531-44d3-b5e9-6ea7493c6481",
"FieldId": "ad5c09eb-ed51-44db-abe0-eb521597112c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8dbcf510-3531-44d3-b5e9-6ea7493c6481",
"FieldId": "ad5c09eb-ed51-44db-abe0-eb521597112c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-12T20:20:50.2729835-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1fa30b7d-addf-4c15-b6da-43626f3c6504",
"CreateDate": "2026-06-12T20:20:50.2729835-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-12T20:20:50.2729835-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}