Siit API Reference home pagelight logodark logo
  • API Reference
  • Get Started
    • Introduction
    • Authentication
    • Pagination
    • Errors
    Application
    • GET
      List Applications
    • POST
      Create Application
    • GET
      Retrieve an Application
    • PUT
      Update an Application
    Equipment
    • GET
      List Categories
    • GET
      List all Equipments
    • POST
      Create an Equipment
    • GET
      Retrieve an Equipment
    • PUT
      Update an Equipment
    Comment
    • POST
      Post a comment
    Tag
    • GET
      List Tags
    • GET
      Retrieve a Tag
    Request
    • GET
      List Requests
    • POST
      Create a Request
    • POST
      Create a Request [Slack Automations]
    • POST
      Import past Requests
    • GET
      Retrieve a Request
    • PATCH
      Update assignees
    • PATCH
      Update status
    User
    • GET
      List Users
    • POST
      Create User
    • GET
      Retrieve a User
    • PUT
      Update a User
    • PATCH
      Archive a User
    • PATCH
      Unarchive a User
    • PATCH
      Merge User
    Workflow
    • GET
      List Workflows
    • GET
      Retrieve a Workflow
    Service
    • GET
      List Services
    • GET
      Retrieve a Service
    • Blog
    • Help center
    • Dashboard
    Siit API Reference home pagelight logodark logo
    • Blog
    • Help center
    • Dashboard
    • Dashboard
    Get Started
    Pagination
    Get Started

    Pagination

    A few words about pagination

    ​
    Introduction

    When retrieving a collection of objects with a GET request the result is paginated.

    Pagination information is presented under meta object in the response body and described below.

    ​
    The meta object

    The schema is of type object.

    AuthenticationErrors
    linkedininstagramgithubtwitter
    {
      "count": 123,
      "total": 123,
      "current_page": 123,
      "per_page": 20,
      "next_page_link": "<string>",
      "previous_page_link": "<string>"
    }