doc-exports/docs/apig/api-ref/apig-api-180713204.html
Hasko, Vladimir f3362c7fd1 re-introduce APIG API 20240125 version
Reviewed-by: Topchii, Maria <mtopchii@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-11-05 13:07:40 +00:00

1.5 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