Retrieves a paginated list of all quotes for the organization. Results include quote status, customer information, items, and pricing details.
A valid request URL is required to generate request examples
{ "data": [ "<array>" ], "meta": { "page": 1, "limit": 20, "totalItems": 100, "totalPages": 5, "hasNextPage": true, "hasPreviousPage": false } }
Page number (1-indexed)
x >= 1
1
Number of items per page
1 <= x <= 100
20
Paginated list of quotes retrieved successfully
Array of items
Pagination metadata
Show child attributes
Was this page helpful?