Tyk · Example Payload

Tyk Gateway Pagination Status Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

page_numpage_sizepage_total

Example Payload

Raw ↑
{
  "page_num": 10,
  "page_size": 10,
  "page_total": 10
}