Skip to main content
Domavia
Api
Latest

Travel API

Travel API endpoints (9 endpoints). Supports both read and write operations.

Travel API

Travel API endpoints (9 endpoints). Supports both read and write operations.

Available Operations:

  • create - create
  • list - list
  • update - update
  • delete - delete
  • getStatistics - getStatistics
  • getCurrentLocation - getCurrentLocation
  • getNotifications - getNotifications
  • dismissNotification - dismissNotification
  • getTimeline - getTimeline

Authentication

Authenticated

Most endpoints require authentication. See Authentication for details.

Endpoints

Queries

travel.list

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.getStatistics

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.getCurrentLocation

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.getNotifications

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.getTimeline

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


Mutations

travel.create

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.update

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.delete

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


travel.dismissNotification

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.