Hello everybody,
I have a Python script that allows me to interact with an API of an application called KIZEO.
Lately I wanted to automate data recovery by FME. So I had to use the HTTP CALLER transformer which allows me via a URL to retrieve the first level data, i.e.:
- Entity identifier.
- Dated.
- ETC.
I stored all the identifiers retrieved by the script in a list (LISTE_ID). Then in order to access the detail of each entity (Level 2) I should call back the HTTP CALLER by entering the URL box: https://www.kizeoforms.com/rest/v3/forms/{formId}/ data/{LISTE_ID}.
But unfortunately, the HTTP CALLER does not accept me to enter the URL containing a list, it asks me to give it just a single element.
Link of API: https://kizeo.github.io/kizeo-forms-documentations/docs/fr/data