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": "c15301be-d7a0-4c85-a1fc-7e5bf98cde41", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "1d7cf81a-d31d-4628-b385-f9b006545ea5", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "9684bc55-43b0-4877-8c63-d51cac5111d3", "CreateDate": "2025-09-13T18:32:37.6714726-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:32:37.6714726-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "d9429a44-c92c-4879-9953-1e663f7dd117", "Name": "sample string 1" }, "Unit": { "UnitId": "ce860d86-caf5-4c1e-b14e-c33a19443128", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "cef89a61-a093-4ee7-b0d7-e680b95d10a7", "CreateDate": "2025-09-13T18:32:37.6714726-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T18:32:37.6714726-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "94293c9d-1128-40ec-bebf-662e63536783", "FieldId": "95baf344-7edc-459f-b6c4-7aed92fbee0d", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "94293c9d-1128-40ec-bebf-662e63536783", "FieldId": "95baf344-7edc-459f-b6c4-7aed92fbee0d", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-13T18:32:37.6714726-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "10fdb59a-7419-48f3-b3b7-881498369b8c", "CreateDate": "2025-09-13T18:32:37.6714726-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:32:37.6714726-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }