Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-02-09 08:45 AM
Hi,
I am trying to fetch records from a report using SearchRecordsByReport method.
2024-02-12 12:39 PM
2024-02-09 09:04 AM
@SinghaiPrachi is Archer installed in a folder called "archer"? If not, remove it from the path to the call to the API.
Advisory Consultant
2024-02-09 12:31 PM
@DavidPetty Can you tell me how can I check it, I am new to the API so I am not sure what exactly I need to check.
Also I have been calling the request using postman.
2024-02-09 01:24 PM
It would be in the actual url you use to get into Archer. https://<<domain>>//defualt.aspx or https://<<domain>>/Archer/default.aspx.
Depending what's after <<domain>> (and before default.aspx) you would add /ws/search.asmx
Advisory Consultant
2024-02-12 03:57 AM
Hi @DavidPetty
Previously I was using
URL: https://<<domain>>/archer/ws/search.asmx and getting the
Response Msg: window.top.location="/Default.aspx?aspxerrorpath=/archer/ws/search.asmx",
But after your comment I did tried the
URL: https://<<domain>>/archer/ws/search.asmx/Default.aspx
Response Msg: window.top.location='/Default.aspx'
Please suggest.
Thanks.
2024-02-12 09:02 AM
What is the url you to get to Archer itself?
Advisory Consultant
2024-02-12 10:16 AM
I am using a session token to establish the connection with Archer.
I am getting the session token by using the url: https://<<domain>>/api/core/security/login
2024-02-12 10:21 AM
Thanks, so you url would be https://<<domain>>/ws/search.asmx
Advisory Consultant
2024-02-12 11:52 AM
With https://<<domain>>/ws/search.asmx , I am 400 Bad Request error. Attaching the screenshot for reference.
2024-02-12 12:39 PM
Do you have these defined for the header?
Advisory Consultant