Developer Docs

Developer Docs

  • Getting Started
  • SubscriptionJS
  • REST API
  • Webhooks
  • Code Samples
  • UseCases
  • Request a Demo

›Introduction

Introduction

  • Schema
  • Errors
  • HTTP Verbs
  • Authentication
  • Pagination
  • Rate Limiting
  • Conditional Requests

Reference

  • API Reference

In App Purchase

  • Integration
  • Product Definition
  • Order Process
  • Billing & Cancellation Process
  • IAP KPIs & Reporting

Pagination

Pagination can be performed using skip and take parameters. However, skip/take pagination has some disadvantages:

  1. These are not stable cursors: if new elements are added in the mean time, the second page will contain elements that were present on the first page before
  2. skip is limited to 1000 elements, because the operation is rather expensive

Alternatively, some resources provide cursor-based pagination, e.g. https://app.billwerk.com/api/v1/contracts/?from=50f6b3d7eb596a1268f5651e

These cursors are stable and much faster than skips.

Last updated on 2/26/2020 by AxelDuenninger
← AuthenticationRate Limiting →
Docs
Getting StartedAPI Reference
Resource
Help CenterSupportBlogTutorials
Start with billwerk
Test for free
Request a Demo
Already started?
billwerk Sandboxbillwerk Production
billwerk GmbH
© Made with ❤ in Germany for Europe by billwerk GmbH | 2022
Imprint
|
Data Privacy Rules
|
Disclaimer