Commit cbbc81

2025-08-18 17:32:11 Hargata Softworks: x
advanced/api.md ..
@@ 38,6 38,29 @@
![](/Advanced/API/a/image-1735660354711.png)
+ ## 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)
+ ```
+
+ ![](/Advanced/API/a/image-1755538298273.png)
+
+
## 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