Skip to main content

A single set of search results, with information for accessing other sets.

Types that use CharitySearchResponse

Not used by any types.

Call that uses CharitySearchResponse

Fields

Field
Type
Description
charityOrgs
array of CharityOrg
The list of charitable organizations that match the search criteria.
href
The relative path to the current set of results.
limit
The number of items, from the result set, returned in a single page.

Valid Values: 1-100

Default: 20
next
The relative path to the next set of results.
offset
The number of items that will be skipped in the result set. This is used with the limit field to control the pagination of the output.

For example, if the offset is set to 0 and the limit is set to 10, the method will retrieve items 1 through 10 from the list of items returned. If the offset is set to 10 and the limit is set to 10, the method will retrieve items 11 through 20 from the list of items returned.

Valid Values: 0-10,000

Default: 0
prev
The relative path to the previous set of results.
total
The total number of matches for the search criteria.