RTPHPLib
RTPHPLib copied to clipboard
Adding additional parameters to search function in RTPHPLib
Hello, By the user interface of RT it is possible to add params for pagintation with: &Page=1 &Rows=20 &RowsPerPage=20 but it looks like the search function in RTPHPLib doesn't provide a way for you to specify additional parameters. Do you know if is possible to do that?
Thanks a lot in advance
I am pretty sure those parameters only work from UI. The API does not support them yet...
I'll put this as a possibility for v2, as the JSON api coming in RT may support additional parameters. Will investigate further once we have our hands on it.