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": "fd7e3a80-9b11-47a3-a162-294184a81b06",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "97afb046-901a-49cd-b30d-56a7e0382638",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c2eaee99-7999-4187-9fe2-34010b23e637",
"CreateDate": "2026-05-13T09:41:37.1913159-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-13T09:41:37.1913159-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "b8778781-602f-49b9-b3fd-ea70e1f8cae8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "23d0ab2e-0bfc-48dd-8249-e333d3e7b552",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "21e750f2-339d-498d-ba38-a0f60ad31f89",
"CreateDate": "2026-05-13T09:41:37.1913159-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-13T09:41:37.1913159-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "74bfc8ae-d389-4b82-9ada-3bb8f279c7d6",
"FieldId": "10e29c78-3943-4713-b11b-30464d2388c6",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "74bfc8ae-d389-4b82-9ada-3bb8f279c7d6",
"FieldId": "10e29c78-3943-4713-b11b-30464d2388c6",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-13T09:41:37.1913159-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f69f0b49-5c73-4f9f-8345-a2cd5b2a91a0",
"CreateDate": "2026-05-13T09:41:37.1913159-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-13T09:41:37.1913159-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}