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": "2ade8f7f-ba59-4597-bf7f-ee344f3e64dc", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "173d9dbe-a1ba-4a3e-b9ae-90b8e7c3d0b0", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4dd4eb97-930f-4831-ae30-a0757bd96760", "CreateDate": "2025-04-30T14:57:22.9124766-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:57:22.9124766-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "d07a5a58-898d-4ce1-909a-fe58a912b505", "Name": "sample string 1" }, "Unit": { "UnitId": "7b5eddc7-b279-451f-a581-427171049cf7", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f9ba77f2-0f81-43dd-87f9-318b5ef926b1", "CreateDate": "2025-04-30T14:57:22.9124766-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:57:22.9124766-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "74911d7c-61bb-4252-95e7-78963b3d617d", "FieldId": "dd82f406-99c0-4b6e-952e-bb4af89192e9", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "74911d7c-61bb-4252-95e7-78963b3d617d", "FieldId": "dd82f406-99c0-4b6e-952e-bb4af89192e9", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-04-30T14:57:22.9124766-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "4dbe9f87-4c10-4e30-a0e3-bd5f0a84679f", "CreateDate": "2025-04-30T14:57:22.9124766-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:57:22.9124766-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }