Mindbody · Example Payload

Public Api V6 Pagination Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Pagination Example is an example object payload from Mindbody, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PageNumberPageSizeTotalResultCountTotalPageCount

Example Payload

Raw ↑
{
  "PageNumber": 1,
  "PageSize": 1,
  "TotalResultCount": 10,
  "TotalPageCount": 10
}