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": "1cd73588-8965-4e6c-babe-a058b0679c12", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "08c1a31c-7702-4220-add9-fff0e11e6957", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "556c2cb8-46f1-4be0-a56a-efca02777bcd", "CreateDate": "2025-09-16T02:43:45.7203325-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T02:43:45.7203325-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "2e7b2eac-43cc-4e1f-b307-3575c4813eff", "Name": "sample string 1" }, "Unit": { "UnitId": "b2e6e157-cf75-4ce1-89bc-d6c5f0ae67ab", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "43572d90-49c0-432b-8ee0-8013803cd277", "CreateDate": "2025-09-16T02:43:45.7203325-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T02:43:45.7203325-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "924891d2-307b-488f-aa97-829ba36a2d5c", "FieldId": "4ef97a1c-d136-49b5-b5ef-27e4566e94eb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "924891d2-307b-488f-aa97-829ba36a2d5c", "FieldId": "4ef97a1c-d136-49b5-b5ef-27e4566e94eb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T02:43:45.7203325-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "86a1482b-30a7-41a2-a41a-170b88c7ee26", "CreateDate": "2025-09-16T02:43:45.7203325-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T02:43:45.7203325-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }