Categories: Development

API Overview

Pagination

Overview:

Collections such as “components” and “notices” only return a maximum of 25 records per request. Larger collections are split into multiple pages and contain a URL to retrieve the next page in the collection.

We also include a count of the records on this page and the total record count across all pages.

Sample Code
{
    "notices": [],
    "meta": {
        "count": 25,
        "total_count": 100,
        "next_page": "/v1/notices?page=2"
    }
}

Author

Page: 1 2 3 4 5 6 7 8 9

Sam Colquhoun

Recent Posts

Optimizing Payroll Processes For Fall 2024

We’ll be the first ones to say it – summer is OVER (sorry). This means…

2 years ago

12 Best Canadian Payroll Software for Small Businesses in 2025

What is the best Canadian payroll software in 2025? This choice depends on your industry,…

2 years ago

How to Easily Calculate Severance Pay in Canada 2024

For Canadian employers severance obligations are not just a legal necessity but a critical component…

2 years ago

Offboarding An Employee: 11 Steps To Compliance

It’s an unfortunate reality of managing a business: eventually, you’ll probably be offboarding an employee.…

2 years ago

Understanding Termination Pay and Severance Pay: The Easy Employer’s Guide 2024

Terminating an employee is never ideal. Awkward conversations, new job postings and complex employment legislation…

2 years ago

Understanding Employee Benefits: 3 Critical Categories

Attract, retain, reward – that’s the name of the game regarding employee benefits. In theory,…

2 years ago