Retrieve a list of pick tickets
OData
P4W utilizes OData when querying database through API calls. Following example retrieves first 20 pick tickets (including corresponding warehouse and assigned clients if applicable) sorted by creation date.
GET
https://{tenant_name}p4warehouse.com/odata/PickTicket
Query Parameters
Name | Type | Description |
---|---|---|
$expand | String | A list of collections or data entities to be included in the response |
$orderby | String | Date created |
$top | Double | Number of picktickets to retrieve |
$count | Boolean | Whether to displays total number of picktickets available |
Headers
Name | Type | Description |
---|---|---|
ApiKey* | String | System API key |
Use OData syntax to personalize queries through API calls.