Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
patrickbender
Contributor III
Contributor III

QV API Connector Loop

Hi All,

I'm connected to a REST API for the program Fieldwire.

I have an Excelfile that loops the question for multiple projects in order to compile a complete table.

The API Endpoint: https://console.fieldwire.net/api/

Authorization: "Token api=[api token]"


That gives me a list of projects and their projects Token which I need to use in order to get the project data.


Then I need to reuse the endpoint to create a new question for each project using a new authentication.

Authorization: Token api=[api token],project=[project token]


Is it possible to do this?

I have tried to find something about the "With Connection" method but have come up emty handed on how to use it.

Labels (1)
0 Replies