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": "756bc46f-a0b6-4c53-aeb6-e0e265c05e05", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "21b638e1-32cd-4685-9cdb-880974fe1b75", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "29dbf5c4-5b58-4d09-ae3c-4d4d8c4aa135", "CreateDate": "2025-08-23T22:46:57.0935479-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:46:57.0935479-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "41f0ea73-ae54-4343-a64a-b1ba5569d88a", "Name": "sample string 1" }, "Unit": { "UnitId": "5639b5ac-c9a6-4950-a1a5-d1c9aea3ca35", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ac932688-bab4-407b-84ec-4df7dbe7b026", "CreateDate": "2025-08-23T22:46:57.0935479-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:46:57.0935479-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e4dea9f4-6d0b-4334-bba9-e8691db0c5e1", "FieldId": "80b7b07f-a2bb-419f-80e0-be8195e199f3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e4dea9f4-6d0b-4334-bba9-e8691db0c5e1", "FieldId": "80b7b07f-a2bb-419f-80e0-be8195e199f3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-08-23T22:46:57.0935479-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "3975f00d-af77-4e1d-af9b-c51ca6a20726", "CreateDate": "2025-08-23T22:46:57.0935479-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:46:57.0935479-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }