Maintenance - REST API
GpsGate supports maintenance data access via a REST API, allowing you to load and integrate the data into your own system. You can authenticate using the same token you use in GpsGate.
How to use REST API? Click here
Rest API Endpoint:
| Endpoint | Description |
| /applications/{applicationid:int}/maintenance/upcomingservices | Upcoming services with a specific period |
| /applications/{applicationid:int}/maintenance/requiredresources | Required resources for the upcoming services |
| /applications/{applicationid:int}/maintenance/nextupcomingservices | Next upcoming services |
| /applications/{applicationid:int}/maintenance/servicelogs | History service logs |