PageInfo

目前網頁的相關資訊。

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

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

integer

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

resultPerPage

integer

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

startIndex

integer

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