Select Query REST API

Posted by Rollbase User on 06-Jun-2013 03:47

I would like to ask some concerns about using the REST API Select Statement, I'm using PHP as my language and XML as output of my REST API Select method. 1. failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden Error - usually encountered when looping of queries. It seems like many request sent hinders in completing my data. Here is a block of my code: $url = $static_bridging_url.'login?loginName='.urlencode($br_username).'&password=' .urlencode($br_password); $xmlstr = file_get_contents($url); $xml = new SimpleXMLElement($xmlstr); 2. can't maximize the use of maxRow GET Parameter in REST API - due to system's unable to use join function in MySQL i have to set my maxRow to atleast 1000 and then loop again another query, resulting to issue #1. Can I just skip setting specific max no. of rows? 3. Setting of static username and password to connect in REST Login API - Since only one,defined username and password is declared to connect using Login API, I have to

All Replies

This thread is closed