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.