Skip to main content
GET
/
notifications
/
pagination
Get all pagination states for the organization
curl --request GET \
  --url https://api.sandbox.flowpayroll.ai/v1/hmrc-dps/notifications/pagination \
  --header 'X-Auth-Token: <api-key>'
{
  "content": {
    "data": {
      "organisationStartDate": "2023-12-25",
      "paginationStates": [
        {
          "highWaterMark": 123,
          "moreData": true,
          "lastRetrievedCount": 123,
          "lastRetrievedAt": "2023-11-07T05:31:56Z",
          "exists": true,
          "organisationStartDate": "2023-12-25"
        }
      ],
      "summary": {
        "totalDataTypes": 123,
        "withPagination": 123,
        "withoutPagination": 123
      }
    },
    "metadata": {
      "dateFormat": "<string>",
      "dateTimeFormat": "<string>"
    }
  },
  "metadata": {
    "dateFormat": "<string>",
    "dateTimeFormat": "<string>"
  },
  "errors": [
    {
      "field": "<string>",
      "reasonText": "<string>",
      "reasonId": "<string>",
      "reasonParameters": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ]
    }
  ],
  "message": {
    "text": "<string>",
    "textId": "<string>",
    "textParameters": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Authentication token for API access

Response

OK

content
object
metadata
object
errors
object[] | null
message
object