Get a paginated list of price schedules with optional filtering.
For detailed information about the filtering system and available operators, refer to the Filter System Documentation.
name: Schedule namecounting_algorithm: Type of counting algorithm usedmodification_type: Type of price modification# Find schedules by name
?name[eq]=Bulk Discount
# Find schedules by counting algorithm
?counting_algorithm[eq]=individual
# Find schedules by modification type
?modification_type[eq]=percentage
Authenticate using a bearer token. To obtain a token, contact [email protected]
Page number for pagination (starts at 1)
x >= 1Number of items per page (max 100)
1 <= x <= 100Filter by schedule name
Filter by counting algorithm
Filter by modification type