Pagination is a JSON Structure definition published by Mindbody, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-pagination-structure.json",
"name": "Pagination",
"description": "Implementation of the 'Pagination' model. Contains information about the pagination used.",
"type": "object",
"properties": {
"PageNumber": {
"type": "int32",
"description": "Page number of results in dataset.",
"example": 1
},
"PageSize": {
"type": "int32",
"description": "Number of results returned in this response.",
"example": 1
},
"TotalResultCount": {
"type": "int32",
"description": "Total number of results in dataset.",
"example": 10
},
"TotalPageCount": {
"type": "int32",
"description": "Total number of page in dataset.",
"example": 10
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.