I am using the connector you created...thanks so much for making this available. I do have a question. When using output = bulk, I am only getting the top 200 rows returned. I decided to try output = full which pulls everything. However, the first item in the xml returned is total_result. Can you tell me how I can eliminate that section in the results? Here is an example:
<rsp stat="ok" version="1.0"> <result> <total_results>73</total_results> <customRedirect> <id>5406</id> <name>Some name</name> <url>http://wvw</url> <destination_url>http://cdn-www.</destination_url> <created_at>2017-09-11 08:57:21</created_at> <updated_at>2018-02-27 13:06:57</updated_at> </customRedirect> </result> </rsp>
I would like to only return the sections.
Thank you for your help.
I am using the connector you created...thanks so much for making this available. I do have a question. When using output = bulk, I am only getting the top 200 rows returned. I decided to try output = full which pulls everything. However, the first item in the xml returned is total_result. Can you tell me how I can eliminate that section in the results? Here is an example:
<rsp stat="ok" version="1.0"> <result> <total_results>73</total_results> <customRedirect> <id>5406</id> <name>Some name</name> <url>http://wvw</url> <destination_url>http://cdn-www.</destination_url> <created_at>2017-09-11 08:57:21</created_at> <updated_at>2018-02-27 13:06:57</updated_at> </customRedirect> </result> </rsp>I would like to only return the sections.
Thank you for your help.