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
GET
Fields
limit
The number of items, from the result set, returned in a single page.
Valid Values:
Default:
Valid Values:
1-100
Default:
20
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
Valid Values:
Default:
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