List all employee breakdowns

GET
/contribution_reports/:contribution_report_id/employee_breakdowns

Returns a list of employee breakdowns for a contribution report. The breakdowns are returned sorted by creation date, with the most recent breakdown appearing first.

Path parameters

contribution_report_idstringRequired

Query parameters

pageintegerOptional
page_sizeintegerOptional

Response

OK

itemslist of objects

A paginated array containing the response elements

pageinteger

The current page of the results

page_sizeinteger

The number of results on this page. This can be different from the requested page size if the total number of results is less than the requested page size

total_countinteger

The total number of elements available in the response. This is the total number of elements available across all pages, not just the current page.

has_next_pagebooleanOptional

Whether there are more pages available after this page

has_previous_pagebooleanOptional

Whether there are more pages available before this page

Built with