When getting records from TiS REST API the number of records is limited to 100. Is there a way to increase this limit to 1000?
Here is the beginning of the response string:
{"startIssueIndex":200,"endIssueIndex":300,"pageSize":100,"total":469,
I know I can switch the blocks with startIssueIndex but this doesn't help me in this case.
Thanks in Advance