Schedules

Get Schedules via Date Range

get
Authorizations
x-api-keystringRequired
Query parameters
start_datestring · date-timeRequired

The start date of the schedules to filter on.

Supports the following formats:

  • YYYY-MM-DD
  • YYYY-MM-DDTHH:MM
  • YYYY-MM-DDTHH:MM-HH:MM
Example: 2024-01-01T04:00
end_datestring · date-timeRequired

The end date of the schedules to filter on.

Supports the following formats:

  • YYYY-MM-DD
  • YYYY-MM-DDTHH:MM
  • YYYY-MM-DDTHH:MM-HH:MM
Example: 2024-01-15
license_numberstringOptional

The license number of the processor to filter on.

By default, it will return all schedules.

Note: This field is only queryable with Admin API access.

Example: 1234
license_typestring · enumOptional

Whether to query for the destination processor, or the origin processor.

By default, it will query on the destination.

Example: originPossible values:
fluid_typestring · enumOptional

Whether to filter on raw milk or processed fluids.

By default, it will query both.

Example: rawPossible values:
commodity_typestringOptional

The commodity_type to filter further on processed fluids.

This field is only used if the fluid_type is processed.

Example: cream
Responses
200

Successful response

application/json
get
/schedules
200

Successful response

Last updated