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": "93b475de-686b-4d03-b6fc-fb84d44c2510",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "143f54df-3856-4343-b319-9e5af63d87a3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6e971a35-3fde-4af4-8e24-012f00db439c",
"CreateDate": "2025-12-18T17:12:56.1830187-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-18T17:12:56.1830187-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4bb5756b-a54d-4a9e-ad9a-369d8f07695e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "381ca35e-5613-4ae8-82e6-107614304348",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "967de576-66ea-4abf-9db0-82fffaac62f6",
"CreateDate": "2025-12-18T17:12:56.1830187-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-18T17:12:56.1830187-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "46b1022f-c57b-4f87-af6d-05b361a7b4e6",
"FieldId": "4442dc1a-03bd-4b2d-8f90-ef9f3a997256",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "46b1022f-c57b-4f87-af6d-05b361a7b4e6",
"FieldId": "4442dc1a-03bd-4b2d-8f90-ef9f3a997256",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-18T17:12:56.1830187-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6a2dde2b-130e-4ab0-96fc-21c691cd9964",
"CreateDate": "2025-12-18T17:12:56.1830187-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-18T17:12:56.1830187-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}