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": "a2728d2c-9c1d-4e41-91a6-1ed89f9535f6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "eb43943b-d4eb-43b5-9d27-114c0bd82512", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "632ababe-23d4-469f-9619-88fbe2e6d9fd", "CreateDate": "2025-05-09T15:48:50.1779489-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T15:48:50.1779489-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "1371a93e-fa94-4e20-8093-f3033e884030", "Name": "sample string 1" }, "Unit": { "UnitId": "63ee67b5-7565-4794-bc1f-e49447bc39c8", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "bcd75b52-d2ff-48f5-a0d0-44c5312b6126", "CreateDate": "2025-05-09T15:48:50.1779489-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T15:48:50.1779489-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e12ed966-7786-4bcf-b487-258392e510a3", "FieldId": "038c0e62-56f6-4501-a630-6eb0647ac31d", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e12ed966-7786-4bcf-b487-258392e510a3", "FieldId": "038c0e62-56f6-4501-a630-6eb0647ac31d", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-05-09T15:48:50.1779489-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "0badda1b-c0f3-45d5-b196-a7746523f966", "CreateDate": "2025-05-09T15:48:50.1779489-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T15:48:50.1779489-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }