Thanx · JSON Structure

Consumer Api Pagination Structure

Pagination schema from Thanx Consumer API

Type: object Properties: 3
RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

Pagination is a JSON Structure definition published by Thanx, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total_page per_page current_page

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/thanx/refs/heads/main/json-structure/consumer-api-pagination-structure.json",
  "name": "Pagination",
  "description": "Pagination schema from Thanx Consumer API",
  "type": "object",
  "properties": {
    "total_page": {
      "type": "int32",
      "example": 1
    },
    "per_page": {
      "type": "int32",
      "example": 1
    },
    "current_page": {
      "type": "int32",
      "example": 1
    }
  }
}