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": "72f480d7-363f-40d2-8ee4-d04057f8e78c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "aea7a478-d6f8-4972-a648-99e394c3f372", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b35ac990-3de3-474d-ba16-206d456d0488", "CreateDate": "2025-05-08T21:32:56.3374434-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T21:32:56.3374434-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "2bb92a18-44ab-4a8f-8b03-0658ff274311", "Name": "sample string 1" }, "Unit": { "UnitId": "a420a9d8-8c17-4d04-9add-08fbfc64a7d0", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "796851aa-d168-4c4f-b452-69e127dd0e8d", "CreateDate": "2025-05-08T21:32:56.3374434-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T21:32:56.3374434-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-05-08T21:32:56.3374434-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "da2bf652-c4c4-4150-8f6b-c66c5f715f6a", "CreateDate": "2025-05-08T21:32:56.3374434-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T21:32:56.3374434-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }