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": "40de6f1b-2499-48ce-91b7-736aed0b85c6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "2f665382-72d6-41c4-921c-d15e71597a95", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8d30961a-2483-4c60-8f64-57c9bd0887e1", "CreateDate": "2025-04-24T14:22:25.3370574-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:22:25.3370574-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5a537837-55e4-434b-bdf3-5240bb45bfc2", "Name": "sample string 1" }, "Unit": { "UnitId": "7b50004c-9502-4853-939b-abbe4954305c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "03c5e6ad-22b1-4ae0-8f6d-8848a84ba7f4", "CreateDate": "2025-04-24T14:22:25.3370574-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:22:25.3370574-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "1c3e434f-fe21-4d41-9956-0de6f117d6e8", "FieldId": "b8579df8-1762-4f04-aa05-4f90d1386a91", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "1c3e434f-fe21-4d41-9956-0de6f117d6e8", "FieldId": "b8579df8-1762-4f04-aa05-4f90d1386a91", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-04-24T14:22:25.3370574-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "6d75049b-30b1-4b36-b09e-e1237d27d079", "CreateDate": "2025-04-24T14:22:25.3370574-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:22:25.3370574-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }