Pagesize Parameter (Connect-HubSpot Cmdlet)
The maximum number of results to return per page from HubSpot.
Syntax
Connect-HubSpot -Pagesize int
Data Type
int
Default Value
100
Remarks
The default value for the PageSize connection property depends on the API, entity, or schema being used:
- Search API (HubSpotV3): The default value for the PageSize is 100. The maximum value is 200.
- Property History entities (HubSpotV3 & HubSpotV4): The default and maximum value for the PageSize is 50.
- All other cases (HubSpotV3 & HubSpotV4): The default and maximum value for the PageSize is 100.