LubeLogger Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
An Otter Wiki
Advanced
Api
cbbc81
Commit
cbbc81
2025-08-18 17:32:11
Hargata Softworks
: x
advanced/api.md
..
@@ 38,6 38,29 @@

+
## GET Parameters
+
As of 1.4.8, you can now pass in additional parameters to filter down results from the following GET API endpoints:
+
+
- Plan
+
- Odometer
+
- Service Record
+
- Repair
+
- Upgrade
+
- Fuel
+
- Tax
+
+
The parameters that you can pass in are:
+
+
```
+
Id: Id of the record
+
StartDate: Find records after this date (not inclusive)
+
EndDate: Find records before this date (not inclusive)
+
Tags: Find records that contains these tags(separated by white space, not applicable to Plans)
+
```
+
+

+
+
## Testing
You can utilize any REST API testing tool to test your use-case.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9