Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
martynwb
Contributor III
Contributor III

Making an XML request to a REST API.

Hi,

I'm gathering data via a REST API and this is the API call: https://qualysapi.qualys.com/qps/rest/2.0/search/am/tag. This call (given the appropriate authorisation) returns a JSON-structured query. However, it's limited in length. It returns an ID to make a subsequent call to the API to gather the next batch of files.

However, the next call needs to be made with an XML request file, within which the content is variable. An example of a follow up call is below:

<ServiceRequest>
<filters>
<Criteria field="ruleType" operator="EQUALS">GROOVY</Criteria>
</filters>
</ServiceRequest>

Is there any way to handle this in Qlik? The word 'Groovy' will change with each request until there are no more responses.

 

Thanks

 

Labels (2)
0 Replies