PageInfo

目前網頁的相關資訊。

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

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

integer

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

resultPerPage

integer

單頁傳回的結果數量上限。!API 回應中包含的結果數量。

startIndex

integer

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