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": "6ec5cc4b-d32a-4bbf-b96e-78acd21215e3", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "17355b4e-295e-4815-beed-5aee0b7b3edb", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d6591682-ad6b-46f3-ac17-35681e58bf54", "CreateDate": "2025-07-19T04:22:25.5688908-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-19T04:22:25.5688908-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "7e640c9f-3c1a-4caa-96c8-79dc374f68f7", "Name": "sample string 1" }, "Unit": { "UnitId": "6c5ece04-4eda-4bd7-af44-c28940463185", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "95652ab4-f286-42a6-92e5-486b46653463", "CreateDate": "2025-07-19T04:22:25.5688908-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-19T04:22:25.5688908-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "1f4882d7-48e8-4c8b-8d41-4584d31fa044", "FieldId": "af46f5cd-9bdf-4779-a566-526db347defa", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "1f4882d7-48e8-4c8b-8d41-4584d31fa044", "FieldId": "af46f5cd-9bdf-4779-a566-526db347defa", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-07-19T04:22:25.5688908-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "80e8a3a0-4cb9-4de4-af08-d83ae33d578b", "CreateDate": "2025-07-19T04:22:25.5688908-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-19T04:22:25.5688908-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }