GET v2/DataPointValues/Adjustments
Retrieves the adjustments, if any, made to the data point values of the data points matching the filter criteria.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SortBy |
Gets or sets the name of the field to sort by. |
Lhp.EquipmentIntelligence.WebApi.Models.V2.DataPointValueSortFields |
None. |
| SortOrder |
Gets or sets the sort order. |
Lhp.EquipmentIntelligence.WebApi.Models.SortOrders |
None. |
| Fleet |
When true, returns the entire fleet regardless of whether or not it has a value for the requested datapoint(s) |
boolean |
None. |
| DataPointIds |
List of data point values to retrieve. |
Collection of integer |
None. |
| SearchSubCustomers |
When true, will return assets from the current user's customer as well as all sub-customers. |
boolean |
None. |
| AssetId |
When non-null, return only the matching Asset, if it exists. |
integer |
None. |
| VIN |
When neither null or an empty string, return only values for the asset with matching VIN, if it exists. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Adjustments, if any, made to the data point values of the datapoints matching the filter criteria.
Collection of Lhp.EquipmentIntelligence.WebApi.Client.Models.AssetDataPointAdjustmentsReport| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetId |
Asset ID of the asset. |
integer |
None. |
| VIN |
The VIN of the asset. |
string |
None. |
| Adjustments |
The requested data point values. |
Collection of Lhp.EquipmentIntelligence.WebApi.Client.Models.DataPointValueAdjustment |
None. |
Response Formats
application/json, text/json
[
{
"AssetId": 1,
"VIN": "sample string 2",
"Adjustments": [
{
"DataPointId": 1,
"Value": "sample string 2",
"Timestamp": "2025-10-28T16:57:00.8254197+00:00",
"CurrentAdjustmentValue": 1.1,
"DecimalValuePriorToMostRecentAdjustment": 1.1,
"DecimalValueAfterMostRecentAdjustment": 1.1,
"TextValuePriorToMostRecentAdjustment": "sample string 4",
"TextValueAfterMostRecentAdjustment": "sample string 5",
"TimeOfMostRecentAdjustment": "2025-10-28T16:57:00.8254197+00:00",
"MostRecentAdjustmentPerformedBy": "sample string 6"
},
{
"DataPointId": 1,
"Value": "sample string 2",
"Timestamp": "2025-10-28T16:57:00.8254197+00:00",
"CurrentAdjustmentValue": 1.1,
"DecimalValuePriorToMostRecentAdjustment": 1.1,
"DecimalValueAfterMostRecentAdjustment": 1.1,
"TextValuePriorToMostRecentAdjustment": "sample string 4",
"TextValueAfterMostRecentAdjustment": "sample string 5",
"TimeOfMostRecentAdjustment": "2025-10-28T16:57:00.8254197+00:00",
"MostRecentAdjustmentPerformedBy": "sample string 6"
}
]
},
{
"AssetId": 1,
"VIN": "sample string 2",
"Adjustments": [
{
"DataPointId": 1,
"Value": "sample string 2",
"Timestamp": "2025-10-28T16:57:00.8254197+00:00",
"CurrentAdjustmentValue": 1.1,
"DecimalValuePriorToMostRecentAdjustment": 1.1,
"DecimalValueAfterMostRecentAdjustment": 1.1,
"TextValuePriorToMostRecentAdjustment": "sample string 4",
"TextValueAfterMostRecentAdjustment": "sample string 5",
"TimeOfMostRecentAdjustment": "2025-10-28T16:57:00.8254197+00:00",
"MostRecentAdjustmentPerformedBy": "sample string 6"
},
{
"DataPointId": 1,
"Value": "sample string 2",
"Timestamp": "2025-10-28T16:57:00.8254197+00:00",
"CurrentAdjustmentValue": 1.1,
"DecimalValuePriorToMostRecentAdjustment": 1.1,
"DecimalValueAfterMostRecentAdjustment": 1.1,
"TextValuePriorToMostRecentAdjustment": "sample string 4",
"TextValueAfterMostRecentAdjustment": "sample string 5",
"TimeOfMostRecentAdjustment": "2025-10-28T16:57:00.8254197+00:00",
"MostRecentAdjustmentPerformedBy": "sample string 6"
}
]
}
]
application/xml, text/xml
<ArrayOfAssetDataPointAdjustmentsReport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AssetDataPointAdjustmentsReport>
<AssetId>1</AssetId>
<VIN>sample string 2</VIN>
<Adjustments>
<DataPointValueAdjustment>
<DataPointId>1</DataPointId>
<Value>sample string 2</Value>
<Timestamp>2025-10-28T16:57:00.8254197+00:00</Timestamp>
<CurrentAdjustmentValue>1.1</CurrentAdjustmentValue>
<DecimalValuePriorToMostRecentAdjustment>1.1</DecimalValuePriorToMostRecentAdjustment>
<DecimalValueAfterMostRecentAdjustment>1.1</DecimalValueAfterMostRecentAdjustment>
<TextValuePriorToMostRecentAdjustment>sample string 4</TextValuePriorToMostRecentAdjustment>
<TextValueAfterMostRecentAdjustment>sample string 5</TextValueAfterMostRecentAdjustment>
<TimeOfMostRecentAdjustment>2025-10-28T16:57:00.8254197+00:00</TimeOfMostRecentAdjustment>
<MostRecentAdjustmentPerformedBy>sample string 6</MostRecentAdjustmentPerformedBy>
</DataPointValueAdjustment>
<DataPointValueAdjustment>
<DataPointId>1</DataPointId>
<Value>sample string 2</Value>
<Timestamp>2025-10-28T16:57:00.8254197+00:00</Timestamp>
<CurrentAdjustmentValue>1.1</CurrentAdjustmentValue>
<DecimalValuePriorToMostRecentAdjustment>1.1</DecimalValuePriorToMostRecentAdjustment>
<DecimalValueAfterMostRecentAdjustment>1.1</DecimalValueAfterMostRecentAdjustment>
<TextValuePriorToMostRecentAdjustment>sample string 4</TextValuePriorToMostRecentAdjustment>
<TextValueAfterMostRecentAdjustment>sample string 5</TextValueAfterMostRecentAdjustment>
<TimeOfMostRecentAdjustment>2025-10-28T16:57:00.8254197+00:00</TimeOfMostRecentAdjustment>
<MostRecentAdjustmentPerformedBy>sample string 6</MostRecentAdjustmentPerformedBy>
</DataPointValueAdjustment>
</Adjustments>
</AssetDataPointAdjustmentsReport>
<AssetDataPointAdjustmentsReport>
<AssetId>1</AssetId>
<VIN>sample string 2</VIN>
<Adjustments>
<DataPointValueAdjustment>
<DataPointId>1</DataPointId>
<Value>sample string 2</Value>
<Timestamp>2025-10-28T16:57:00.8254197+00:00</Timestamp>
<CurrentAdjustmentValue>1.1</CurrentAdjustmentValue>
<DecimalValuePriorToMostRecentAdjustment>1.1</DecimalValuePriorToMostRecentAdjustment>
<DecimalValueAfterMostRecentAdjustment>1.1</DecimalValueAfterMostRecentAdjustment>
<TextValuePriorToMostRecentAdjustment>sample string 4</TextValuePriorToMostRecentAdjustment>
<TextValueAfterMostRecentAdjustment>sample string 5</TextValueAfterMostRecentAdjustment>
<TimeOfMostRecentAdjustment>2025-10-28T16:57:00.8254197+00:00</TimeOfMostRecentAdjustment>
<MostRecentAdjustmentPerformedBy>sample string 6</MostRecentAdjustmentPerformedBy>
</DataPointValueAdjustment>
<DataPointValueAdjustment>
<DataPointId>1</DataPointId>
<Value>sample string 2</Value>
<Timestamp>2025-10-28T16:57:00.8254197+00:00</Timestamp>
<CurrentAdjustmentValue>1.1</CurrentAdjustmentValue>
<DecimalValuePriorToMostRecentAdjustment>1.1</DecimalValuePriorToMostRecentAdjustment>
<DecimalValueAfterMostRecentAdjustment>1.1</DecimalValueAfterMostRecentAdjustment>
<TextValuePriorToMostRecentAdjustment>sample string 4</TextValuePriorToMostRecentAdjustment>
<TextValueAfterMostRecentAdjustment>sample string 5</TextValueAfterMostRecentAdjustment>
<TimeOfMostRecentAdjustment>2025-10-28T16:57:00.8254197+00:00</TimeOfMostRecentAdjustment>
<MostRecentAdjustmentPerformedBy>sample string 6</MostRecentAdjustmentPerformedBy>
</DataPointValueAdjustment>
</Adjustments>
</AssetDataPointAdjustmentsReport>
</ArrayOfAssetDataPointAdjustmentsReport>