I'm reading from an API with an iterator.
The iterator passes a "job id" into the API Query module. The API Query module should append this "job id" to the URI.
For example, here is the URI from the API Query (advanced mode):
<api:set attr="uri" value="https://[somevalue]/api/v1.0/companies/[_connection.companyID]/jobs/[_connection.jobID]" />
And here are the API Query "Connection Options":
“Accept” and “companyID” parameters seem to work ok (they are hard-coded values), however the “jobID” parameter doesn’t like the reference to a job parameter (${v_jobID})
How do I pass the value from the iterator into the API URI?
If there is somewhere (anywhere) in the Matillion documentation that fully discusses the API parameters please let me know. I find the Matillion documentation to be seriously lacking in content.
Thank you.