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": "95348896-2371-44dc-b763-15f3526190e8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d4986fed-e538-4f96-8754-3c50a9d15d1b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "46138ec4-9429-49dc-9151-744945a6b47f",
"CreateDate": "2026-05-21T08:22:26.9413135-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.9413135-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "7b846770-25c9-44bd-aaf0-3ad0cf709d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0c0e74e1-d4c8-476f-85e2-5acd184c29e6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b47264ff-00f1-4751-baa0-86e52d17c788",
"CreateDate": "2026-05-21T08:22:26.9413135-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.9413135-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "59e5b1f7-8598-4a5c-baaf-aece250ec409",
"FieldId": "a176efa4-4ebb-4e8c-8775-d7aec5e97762",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "59e5b1f7-8598-4a5c-baaf-aece250ec409",
"FieldId": "a176efa4-4ebb-4e8c-8775-d7aec5e97762",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-21T08:22:26.9413135-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ac55ec42-49a0-49b7-bf95-66050fff5583",
"CreateDate": "2026-05-21T08:22:26.9413135-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-21T08:22:26.9413135-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}