doc-exports/docs/apig/api-ref/apig-en-api-180713204.html
Vshivkov Vladimir 226aea3199 Revert "APIG API 20240125 version"
This reverts commit 2fc8a34abd2d6390ea596ff7b7d487944342bdee.
2024-10-31 11:04:21 +01:00

1.3 KiB

Pagination Query

APIG supports pagination query of resource lists, such as an API list.

To perform a pagination query, add the following parameters to the URL:

  • page_size: number of records to be displayed on each page. If this parameter is not specified, the default value 20 is used. The maximum value is 500.
  • page_no: page number for displaying query results.

Example:

GET /v1.0/apigw/apis?page_size=10&page_no=5