i am trying to get response from a public api using the external api activity but it is giving error saying json format not acceptable.
Also in the url it is saying this is not a valid integer. Please suggest what can be the issue?
Solved! Go to Solution.
Views
Replies
Total Likes
Unfortunately the format supported is rather limited (see docu below).
Anything not following this standard can't be parsed. (Mainly then nothing can be parsed)
So basically you nearly always needs something intermediary translating the data from the public service to ACS JSON format.
Views
Replies
Total Likes
Unfortunately the format supported is rather limited (see docu below).
Anything not following this standard can't be parsed. (Mainly then nothing can be parsed)
So basically you nearly always needs something intermediary translating the data from the public service to ACS JSON format.
Views
Replies
Total Likes
Views
Replies
Total Likes
Is the JSON content exactly the same?
I saw issues where the actual JSON had nulls or different data formats.
You may have to check the column. definition in the activity if the automatic. parsing generated something useful
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies