Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
Is there way to get HTTP return code after calling an external API with for instance Resources["ContentLoaderFunctions"].GetJSON(params) ?
Regards
Stéphane
Hello, Stephane.
Are you talking about using the RESTful API in the manner described in this article? I don't see any place where that directly returns the HTTP error code.
Let me know if this is like your use case, or if you mean something different.
-- Craig A.
Hi Craig,
It is exactly the point.
The call return a 4XX http error code and I do see any way to get it.
Regards
Stéphane