Important Update: Some Community URL Redirects are Under Maintenance. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

API call to pull the report from Archer

Sivaramachandra
Contributor III

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!

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

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 

View solution in original post

7 REPLIES 7

Anonymous
Not applicable

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 

JeffLetterman
Archer Employee
Archer Employee

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‌.  

jsol5
Advocate II

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 

Hello.  Can someone map these links to existing pages please? Thank you in advance!

 

I get access denied when trying to access this document, even though I am logged in.  Can someone fix?  @Anonymous ?