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": "0570f9cd-08ef-4cda-a781-b69538de1a73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "90165a06-617f-46fa-a57f-71f9db7aab8b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "25a24e73-03ab-4b77-a755-a25f0c605cea",
"CreateDate": "2026-02-08T18:42:02.9273221-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:42:02.9273221-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "43a0e79d-f33f-4e48-a079-679ce3dd39cf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "151bb3fe-4914-471c-ad3b-bcf7384522c9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "dbd658a0-389f-4478-a59e-54979bb7316a",
"CreateDate": "2026-02-08T18:42:02.9273221-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:42:02.9273221-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e0d187e2-f84c-4575-9985-66178911e386",
"FieldId": "20e3b392-a0cd-40dc-9166-4c026e63f515",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e0d187e2-f84c-4575-9985-66178911e386",
"FieldId": "20e3b392-a0cd-40dc-9166-4c026e63f515",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T18:42:02.9273221-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "80455c10-993b-4c9d-a10d-64df3bfe2689",
"CreateDate": "2026-02-08T18:42:02.9273221-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:42:02.9273221-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}