Pagesize Parameter (Connect-SAPConcur Cmdlet)
The maximum number of results to return per page from SAP Concur.
Syntax
Connect-SAPConcur -Pagesize int
Data Type
int
Default Value
25
Remarks
Due to masive differences in pagsize on the SAP Concur API the pagesize connection property can be used only to reduce the pagesize for requests and can not be set to higher values. For example the ReportsV4 table has a default pagesize of 100, any value greater than 100 or smaller than 0 will deffault to 100. The same thing goes for the UsersV4 which has a default pagesize of 1000.