API Reference
App Resolbit
    • Introduction
    • Authentication
    • Pagination
    • Errors
    • Claims
      • List claims
        GET
    • Schemas
      • Schemas
        • Claim
        • Brand
        • Client
        • Problem
        • Solution
        • Executive
    App Resolbit

    Pagination

    For endpoints that return a list of items, such as "List claims", pagination is supported using the query parameters max and offset.
    max: Specifies the maximum number of records to return per request.
    Default: 50
    Maximum allowed: 250
    offset: Specifies the starting index of records to return.
    Default: 0
    If max is set above 250, it will automatically be limited to 250.

    Example Request#

    To list claims with a custom pagination of 100 items per page, starting from the 20th record, your cURL command would be:
    🔐 Important: If you do not provide these parameters, the endpoint will use the default values (max = 50 and offset = 0).
    Modified at 2025-04-27 11:02:04
    Previous
    Authentication
    Next
    Errors
    Built with