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
Documentation Index
Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
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