Flavours API Documentation
    Flavours API Documentation
    • Readme
    • Developer Guide
    • Authorization
    • Includables
    • Pagination
    • Sorting
    • Retrieve Market Information
    • Retrieve Branch Information
    • Me
      • Overview
      • Detail
        GET
    • Branches
      • Overview
      • List
        GET
      • Detail
        GET
      • Create
        POST
      • Update
        POST
      • Delete
        DELETE
    • Orders
      • Overview
      • List
        GET
      • Detail
        GET
      • Create
        POST
      • Calculate
        POST
      • Checkout
        POST
      • Update
        POST
      • Sync
        POST
    • Customers
      • Overview
      • List
        GET
      • Detail
        GET
      • Create
        POST
      • Update
        POST
    • Products
      • Overview
      • List
      • Detail
      • Create
      • Update
      • Delete
    • Product Categories
      • Overview
      • List
      • Detail
    • Discounts
      • Overview
      • List
      • Detail
      • Verify
    • Payment Methods
      • Overview
      • List
      • Detail
    • Table
      • Overview
      • List
      • Detail
      • Create
      • Update
      • Delete
    • Printer
    • Webhook
      • Orders Webhooks
        • Webhook Events
        • Payload
      • Product Webhooks
        • Webhook Events
        • Payload
      • Loyalty Webhooks
        • Promotional Coupon
      • Customers Webhooks
        • Webhook Events
        • Payload
      • Error Webhook
        • Stay Alert to Connectivity Issues
      • Third-Party
        • Ballurh
          • Install Ballurh
        • Loyapro
          • Loyalty
            • Check Reward
            • Redeem Reward
        • Bonat
          • Check Reward
          • Redeem Reward
        • Fai
          • Register Entity

    Pagination

    For endpoints with List requests, the API returns 20 objects per page (default). You need to navigate through pages if you want to get the full list of objects
    Pagination parameter can be added as below
    page defines which page you want to access and is added as a parameter page=page_number in the request
    per_page defines how much object / data you want to display and is added as a parameter per_page=object_amount in the request
    Modified at 2023-10-29 22:04:12
    Previous
    Includables
    Next
    Sorting
    Built with