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": "2c7ac711-5cbf-4017-8afc-4b744bc599c4", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "be1cc949-c27b-410a-8030-d966f61ec2c2", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "48efc3ca-52c1-4baf-958e-1a967cc6682c", "CreateDate": "2025-06-02T15:07:50.8314511-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T15:07:50.8314511-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "71c3e503-0ada-4312-b430-fe35c6770613", "Name": "sample string 1" }, "Unit": { "UnitId": "62bbcfae-578c-49ea-a002-8bd9f93e6808", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "bbac45f6-8d8a-4dbb-9da4-66b1fe75785c", "CreateDate": "2025-06-02T15:07:50.8314511-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T15:07:50.8314511-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "8b7186ec-6b7e-4a69-8058-bc88d999e12c", "FieldId": "e3fa6b29-7716-4efb-87f5-4e3cc71bce94", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "8b7186ec-6b7e-4a69-8058-bc88d999e12c", "FieldId": "e3fa6b29-7716-4efb-87f5-4e3cc71bce94", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-02T15:07:50.8314511-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "7c9b8e06-28d4-4d00-96b7-7c60d3ef0e03", "CreateDate": "2025-06-02T15:07:50.8314511-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T15:07:50.8314511-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }