Skip to main content

A paged list is a structure that is used to describe paging details for listing and search results.

Properties

Name Type Format Description
pageIndex number int The index of the result set to return
pageSize number int The size of the result set to return
totalCount number int The total number of results available
pageCount number int The calculated page count based on the totalCount and pageSize
items object […] A container for the items being returned

Example

The paged list properties provide the information required to implement paging.

JSON
{
  "pageIndex": 0,
  "pageSize": 20,
  "totalCount": 342,
  "pageCount": 18,
  "items": [
    {
      "title": "The Terminator",
      "tagline": "The thing that won't die, in the nightmare that won't end.",
      "overview": "<p>In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?</p>",
      "releaseDate": "1985-01-11T00:00:00",
      "actors": [],
      "entryTitle": "The Terminator",
      "entryDescription": "<p>In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?</p>",
      "sys": {
        "id": "b678c784-0bb0-46ff-8837-9e0e79b8ba21",
        "uri": "/api/management/projects/website/entries/b678c784-0bb0-46ff-8837-9e0e79b8ba21",
        "projectId": "website",
        "contentTypeId": "movie",
        "dataFormat": "entry",
        "language": "en-GB",
        "metadata": {},
        "properties": {},
        "version": {
          "createdBy": "k.smith",
          "created": "2017-03-07T16:10:41.8894598+00:00",
          "modifiedBy": "s.bob",
          "modified": "2017-03-07T16:10:43.5147206+00:00",
          "publishedBy": "b.murray",
          "published": "2017-03-07T16:10:43.9989079+00:00",
          "versionNo": "1.0"
        },
        "owner": "k.smith"
      }
    },
    {
      ...
    }
  ]
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request