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": "bdeec7b7-d19a-42c5-bc86-33161d1be97b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "2eae87a0-a3ef-4f0e-ab26-1d6d38b4bc96", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c3a8ee0c-7b5f-4aa1-baa6-135061928c23", "CreateDate": "2025-06-16T14:49:22.8891025-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T14:49:22.8891025-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "272b0f25-58d2-4d25-895f-678c30dad38d", "Name": "sample string 1" }, "Unit": { "UnitId": "15abedbd-3bb0-4204-94ef-e6ef92f2031f", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "e2726956-9419-4173-87e2-cb84a024a7b2", "CreateDate": "2025-06-16T14:49:22.8891025-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T14:49:22.8891025-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "6edd1399-6622-4339-aaa4-eec50c0616f8", "FieldId": "a9cbf911-2a5e-44ae-b98c-40f14bb38931", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "6edd1399-6622-4339-aaa4-eec50c0616f8", "FieldId": "a9cbf911-2a5e-44ae-b98c-40f14bb38931", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-16T14:49:22.8891025-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "340abf24-8cb6-49bb-b0c9-6b364b43178e", "CreateDate": "2025-06-16T14:49:22.8891025-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T14:49:22.8891025-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }