PageSize
Specifies the number of records to return per page when retrieving data from Zoho CRM.
Data Type
string
Default Value
""
Remarks
This property controls how many records are included in each page of the query results returned by the add-in. This is particularly useful for paginating large datasets, ensuring more efficient data handling and retrieval. The page size can be adjusted to balance performance and data volume depending on the needs of your integration or reporting tools.
The default and maximum value of the property is 2000 when using the v8 schema with the COQL API (Schema=v8;UseCOQL=true;). For all other cases, the default and maximum value is 200. Setting the property higher than the maximum value or lower than one results in an error from Zoho CRM.