Get orders, optionally narrowed to one employee
Orders
Get orders, optionally narrowed to one employee
Return the list of orders for your company, most recent first. Pass employeeId to read the orders placed for one person instead of paging through the company: stock orders, which carry no employee, are then left out. Resolve a name to an id with getEmployees first — never enumerate the company to find one order.
GET
Get orders, optionally narrowed to one employee
Key: Read
Scope: Company
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
Page number
Required range:
1 <= x <= 9007199254740991Number of items per page (max 100)
Required range:
1 <= x <= 100Return only the orders placed for this employee. Stock orders carry no employee and are excluded.
Pattern:
^[a-f\d]{24}$