JSON Reader Post Request Syntax (5 replies)
Hi, we don't have an actual service where we can test your requirements, however we think the following should work.
- Change the URL to:
/api/3.5/api.php?request=getAccpacData&start_date=2001-01-31&end_date=2020-12-31
- Remove the value in the Post Request.
- Remove the Content-Type header.
Hiya
Actually that was my first URL and I had errors so I decided to populate the Post Request since the API is a POST and the request is in the body but for some reason IMAN does not like that.
I am at my wits end now 🙁
Do you have some examples of JSON reader that uses POST because the KB seems to cater for GET.
I will really appreciate.
Hi
I think the problem is the JSON Entry Point, my URL is as follows:
So the question is what would be my entry point?
I have been using /api.php but it seems IMan does not like the .php, can you advise if there is a way to escape the period?
Oh and my data looks like this so not sure what IMan needs because the documentation seems to be specific on the entry point name https://www.realisable.co.uk/support/Documentation/iman-user-guide/Readers/JSON.htm
Solved by adding the entry point in the transaction JSON path.
Transaction JSON Path |
Hi
I just need a little help as I am setting up a JSON reader but my predicate is a POST Request in the body.
I can succesfully get the response through postman but when setting up in iman not sure where I am getting wrong so I attached screenshots if you can help thanks.