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": "ac9a441b-301f-41c9-b25f-380902e0d4e9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d171793d-8430-4eea-a56d-42b215711bfe",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "61d7d075-96e8-4699-93ab-48c9df096700",
"CreateDate": "2026-07-23T06:47:08.4153969-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-23T06:47:08.4153969-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "515d4f8a-ad9c-4924-93fb-01fc38a511ed",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5fb8196b-d931-4e31-b5d7-394d98757e84",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8765da13-0db6-42db-8aec-11b0b46a44a3",
"CreateDate": "2026-07-23T06:47:08.4153969-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-23T06:47:08.4153969-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8dc2407-860a-4dfe-8728-a67f15409df1",
"FieldId": "5bf77a99-b279-4b48-bbc5-e57bac402b55",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8dc2407-860a-4dfe-8728-a67f15409df1",
"FieldId": "5bf77a99-b279-4b48-bbc5-e57bac402b55",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-23T06:47:08.4153969-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "eb2ecb49-86e1-456a-abc6-32ad72717b00",
"CreateDate": "2026-07-23T06:47:08.4153969-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-23T06:47:08.4153969-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}