List quotes
Project
List quotes
GET
List quotes
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
UID of the project
Query Parameters
Filter by quote name
Page number, starting with 0, default 0
Required range:
x >= 0Page size, accepts values between 1 and 50, default 50
Required range:
1 <= x <= 50Sorting field
Available options:
DATE_CREATED, INNER_ID Sorting order
Available options:
asc, desc