GET v1/pickups
Summary: List Scheduled Pickups
Operation ID: list_scheduled_pickups
Auth: unknown
Operation ID: list_scheduled_pickups
Auth: unknown
Description
List all pickups that have been scheduled for this carrier
Parameters (6)
carrier_id
(?, query, optional)
Carrier ID
created_at_end
(string, query, optional)
Only return scheduled pickups that were created on or before a specific date/time
created_at_start
(string, query, optional)
Only return scheduled pickups that were created on or after a specific date/time
page
(integer, query, optional, default: 1)
Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.
Constraints: {'minimum': 1}
page_size
(integer, query, optional, default: 25)
The number of results to return per response.
Constraints: {'minimum': 1}
warehouse_id
(?, query, optional)
Warehouse ID
No probe data for this endpoint yet.