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": "1c9c9cef-27b2-486c-bd4a-1bf860cc959f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "ab0aa1a6-c7cc-4ef7-919d-1fc58628cee2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "81f6fdea-9aff-46e4-9e8e-fa6b7f3d10d9", "CreateDate": "2025-07-03T17:58:42.2848972-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-03T17:58:42.2848972-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "db5fff56-af8d-49fe-b13a-b65887424a4c", "Name": "sample string 1" }, "Unit": { "UnitId": "71ddd847-66f1-4af8-843f-1fb4bebc1a99", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b37997ff-7b24-4b76-86e1-3768c10cc39c", "CreateDate": "2025-07-03T17:58:42.2848972-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-03T17:58:42.2848972-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ef8c7d7b-e290-4325-88d8-4390ce06518f", "FieldId": "c6cdcbd9-4ddf-4234-a060-5a22b2e065c6", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ef8c7d7b-e290-4325-88d8-4390ce06518f", "FieldId": "c6cdcbd9-4ddf-4234-a060-5a22b2e065c6", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-07-03T17:58:42.2848972-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "ed11c1be-7824-416e-8ca1-280abf1a3b47", "CreateDate": "2025-07-03T17:58:42.2848972-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-03T17:58:42.2848972-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }