1
0
forked from docs/doc-exports
doc-exports/docs/apig/api-ref/apig-en-api-180713204.html
Chen, Junjie c94ea402f5 APIG API 20230331 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2023-07-13 08:57:09 +00: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