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": "b1d4b757-538f-44fd-82f3-98a2c398d794", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "e9c3bfba-9715-4266-8659-4dd73a7195c8", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "1e06669d-4ec3-4217-8807-0396b5e06cf1", "CreateDate": "2025-07-11T19:59:59.179706-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-11T19:59:59.179706-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "f7d3bbf2-0b80-4a55-b99f-d1dc34b5a146", "Name": "sample string 1" }, "Unit": { "UnitId": "cee5b3f8-5502-4f4c-a1e0-bd3479148094", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ba761597-2631-4b3b-912c-58a6bee1a503", "CreateDate": "2025-07-11T19:59:59.179706-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-11T19:59:59.179706-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d08861cf-c053-4fe8-a58e-1e188af637ea", "FieldId": "aa998220-6a0b-4618-96b6-fcbef5a7cc08", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d08861cf-c053-4fe8-a58e-1e188af637ea", "FieldId": "aa998220-6a0b-4618-96b6-fcbef5a7cc08", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-07-11T19:59:59.179706-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "3c2e7f2c-a2f9-4a91-b981-26d167586ce8", "CreateDate": "2025-07-11T19:59:59.179706-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-11T19:59:59.179706-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }