Scripted rest api returns null response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:51 AM
Hello,
Scripted rest api returns null value with 200k status.
I have a data within the interval but still I am getting null value in response. Response time is below 5sec.
Can anyone help me with the possible reasons for this issue.
Thanks in advance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 12:00 PM
Hi @lucky6 ,
The possible issues will be :
1. Limited timeout, see if you can check on the timeout of request.
2. Try to connect with post man to see if you can request response.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 11:25 AM
Hi @Sohail Khilji ,
Thanks for your response...here third party is calling the SN API and they are getting response as null with 200 status..when I tried with postman i am getting correct response.
There is no timeout issue.
Any idea why third party is getting null response here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 11:52 AM
Hey @lucky6,
What REST API are you invoking?
Is it possible that there are no records to fetch for that particular account?
Cheers