Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-01-21 10:24 AM
Hi,
I want to pull the report using the API call without manual interventions. Can some one help me with the API call for the same.
Thanks!
2019-01-21 10:26 AM
The SOAP API has a collection of methods for this: Search Class
The one you probably want is this: https://community.rsa.com/docs/DOC-98528
2019-01-21 10:26 AM
The SOAP API has a collection of methods for this: Search Class
The one you probably want is this: https://community.rsa.com/docs/DOC-98528
2019-01-21 10:27 AM
2019-01-21 11:37 AM
If the report does not exist, check out the ExecuteSearch method. To help create the SearchReport XML string, check out the Archer Search 2.0 tool - A quick way to test and build different SearchReport XML strings using the Web Services ExecuteSearch method.
2019-01-22 12:07 PM
Here's a link to some related content SearchRecordsByReport
Also, if you poke around the community you should be able to find discussions about the process.
When you're using a report, you'll want to do 2 things - 1. configure the report to have max # of records per page (250)
2. call the ws and then use a method to identify number of pages in the report.
Then, you need to make a call the webservice for each page of the report.
i.e. - https://community.rsa.com/message/914938?commentID=914938#comment-914938
2022-04-22 03:58 PM
Hello. Can someone map these links to existing pages please? Thank you in advance!
2022-07-12 10:55 AM
I get access denied when trying to access this document, even though I am logged in. Can someone fix? @Anonymous ?
2022-07-13 11:13 AM
Maybe this is better: https://help.archerirm.cloud/610-en/content/api/webapi/search_class.htm
2024-07-18 09:26 AM
This thread point to the RSA community URLs and when I try to open it I see this mostly
Is this information available on acherirm community ?
2024-07-18 09:34 AM
If you replace community.rsa.com with www.archerirm.community the URL should work, Solved: Re: [WS] SearchRecordsByReport multiple pages - Archer Community - 467346
Advisory Consultant