PageInfo

目前頁面的相關資訊。

列出支援分頁的操作只會傳回一個結果「頁面」。這個通訊協定緩衝區訊息會說明已傳回的網頁。

JSON 表示法
{
  "totalResults": integer,
  "resultPerPage": integer,
  "startIndex": integer
}
欄位
totalResults

integer

後端結果總數 !結果集中的結果總數。

resultPerPage

integer

單一頁面傳回的結果數量上限。提問!API 回應包含的結果數量。

startIndex

integer

在目前網頁中傳回的第一個結果索引。