v1
latestOpenAPI 3.0.12026-07-26181265484.9 KBScheduling
Get Visit Orders
Retrieves a list of visit orders based on various query parameters such as VisitDate, MachineId, DriverId, RouteId, and ActorId.
get/v1/Scheduling/schedule/visit-order
Query parameters
VisitDatestring date-time
The date for which the visit orders are requested.
MachineIdinteger
The unique identifier of the machine associated with the visit order.
DriverIdstring uuid
The unique identifier of the driver associated with the visit order.
RouteIdinteger
The unique identifier of the route associated with the visit order.
ActorIdinteger
The unique identifier of the actor associated with the visit order.
Response
A list of visit orders that match the specified criteria.