Tableau · Example Payload

Tableau Rest Pagination Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Rest Pagination Example is an example object payload from Tableau, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pageNumberpageSizetotalAvailable

Example Payload

Raw ↑
{
  "pageNumber": 10,
  "pageSize": 10,
  "totalAvailable": 10
}