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": "540df4f1-4d12-4d05-bed8-ff833634ed18",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95661adc-21a0-40a7-ab3e-5bdd568271d8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c086eab5-7c36-4fb5-a61a-fbd0b20fbd9a",
"CreateDate": "2026-08-09T23:44:12.9848739-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:44:12.9848739-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2490f045-1f63-4c9b-be53-25690f569f17",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3f35fbf1-da9d-43db-a62f-0153d98126f8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8c1f4a59-6512-4945-9efa-100e457a33cd",
"CreateDate": "2026-08-09T23:44:12.9848739-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T23:44:12.9848739-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "11c78220-d4b2-493b-9d0b-7a124ba24e43",
"FieldId": "2fad4943-c688-430a-b534-a42b6ccdb3b8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "11c78220-d4b2-493b-9d0b-7a124ba24e43",
"FieldId": "2fad4943-c688-430a-b534-a42b6ccdb3b8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T23:44:12.9848739-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d0d793ef-98c3-4520-9183-de636d2c1fd1",
"CreateDate": "2026-08-09T23:44:12.9848739-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-09T23:44:12.9848739-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}