Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 823 Bytes

File metadata and controls

15 lines (10 loc) · 823 Bytes

Common Parameters

Pagination Parameters

Most resource collections support pagination parameters to more finely control the response volume.

Parameters

The following groups of parameters can be used to query on any resource collection that supports it (Organizations, Opportunities, and HousingProperties).

Parameter Type Description Example
page integer The page offset. The default is 1 page=3
per_page integer The number of items to return. The default is 10. per_page=5
titles_only boolean Whether or not to return full resource objects or just titles and basic info. titles_only=true