GET AssetMeasurementTypes?assetMeasurementTypeId={assetMeasurementTypeId}
Retrieves an asset measurement type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetMeasurementTypeId |
Id of the asset measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset measurement type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | AssetMeasurementType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AssetMeasurementTypeId": "3bd6ea5b-f4dd-40a0-bb02-413b48ee5dd4", "Asset": { "AssetId": "ba5e4a83-333f-47f5-9240-76f7395afd47", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "d92d3a9d-6b08-4403-b047-aebb779e58dc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bc380fc9-ee3e-419b-bb51-f477d55d18bd", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:20:39.8812708-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "e1ca0f32-f3ce-461d-a246-8040f00216c7", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-10-10T15:20:39.8812708-07:00", "MeasurementValueNeededDate": "2024-10-10T15:20:39.8812708-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7fefb0e5-9df5-434c-8d79-0ccd81d96c64", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T15:20:39.8812708-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-10-10T15:20:39.8812708-07:00", "MeasurementValueNeededDate": "2024-10-10T15:20:39.8812708-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "baacefe1-de4d-4743-81ee-8ffc3005f426", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-10-10T15:20:39.8812708-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "9a50f59a-a034-46a0-b0ca-425ab1c7fbbd", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "d92d3a9d-6b08-4403-b047-aebb779e58dc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bc380fc9-ee3e-419b-bb51-f477d55d18bd", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:20:39.8812708-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "0776141c-8ad7-41ef-8dbe-c7f84d757c47", "Name": "sample string 1" }, "Unit": { "UnitId": "d86ec32f-126f-4e81-aa32-7751eee731f6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "12bf66ab-342a-444c-8cc5-ede73ae952b2", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T15:20:39.8812708-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": "2024-10-10T15:20:39.8812708-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "387e29f4-908b-4851-b27a-df9e0664c540", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-10-10T15:20:39.8812708-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2024-10-10T15:20:39.8812708-07:00", "LastValueDate": "2024-10-10T15:20:39.8812708-07:00", "SourceSystemId": "sample string 2", "CompanyId": "e7229a7b-ca7b-4e12-bf78-dc1d0353a5b3", "CreateDate": "2024-10-10T15:20:39.8812708-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:20:39.8812708-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }