v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Scheduling

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.

MachineVisitOrderIdinteger

The unique identifier for the visit order associated with a specific machine.

VisitDatestring date-time

The date and time when the visit is scheduled to occur.

DriverIdstring uuid nullable

The unique identifier of the driver assigned to the visit. This field is nullable if no driver is assigned.