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": "835e2065-6d87-4041-b286-3f1ee042dfdd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f0332bfd-f152-4ece-9cd7-8db4c247f416",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f238d2b2-39af-4912-b7cd-7925977b49ca",
"CreateDate": "2025-11-20T00:29:31.2557597-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-20T00:29:31.2557597-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9cbfc174-b279-456c-972f-1ffcfd3b1bdc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "99365353-283a-403a-86dd-1f4ae6016a74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f3d7a3b-fffa-4051-84b8-7a3efdbd012e",
"CreateDate": "2025-11-20T00:29:31.2557597-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-20T00:29:31.2557597-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8bdf71c-0612-4531-b9ec-f777b76619ab",
"FieldId": "9bbd4e1d-45ea-441c-9d45-c12af1f891be",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8bdf71c-0612-4531-b9ec-f777b76619ab",
"FieldId": "9bbd4e1d-45ea-441c-9d45-c12af1f891be",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-20T00:29:31.2557597-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "89ac3349-7515-449d-ba4a-4fec7cbe685f",
"CreateDate": "2025-11-20T00:29:31.2557597-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-20T00:29:31.2557597-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}