Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 
Archer API Users
Share API best practices with fellow Archer admins

Forum Posts

REST API Download Attachment Timeout?

Hi API Experts! I wrote a C#.NET application/tool to allow end-users to download attachments for a given app/questionnaire. It works amazing but occassionally there are a few attachments which fail due to a timeout from Archer and is repeatable for t...

Anonymous by Not applicable
  • 2326 Views
  • 6 replies
  • 0 kudos

.Net and SFTP

Thought I'd ask my .net developers if they've seen an issue where FTP is not failing but not necessarily working 100%.The scenario I have is that when sending a large file via FTP, the file, on occasion, will only send partially.for example if the fi...

jsol5 by Advocate II
  • 1326 Views
  • 5 replies
  • 0 kudos

Resolved! RESTful API data deserialized as a StringWrapper

I am writing a function in C# to logout an Archer session using the RESTful API POST method.public async Task PostLogoutAsync(string sessionToken){ string logoutPath = "platformapi/core/security/logout"; string logoutBody = "{\"Value\":\"" + sessionT...

UpdateContactInfo Webservices Call

Hi all, I'm trying to leverage the UpdateContactInfo soap call but can't get it to work. Getting 400 Bad Request errors so something's off in the structure of my xml but I've tried everything I could find in the API guide and just by trying different...

Resolved! Question on API Sample Calls.

Greetings API community, I am new to the Archer API so please forgive the simple questions. Using PowerShell and the REST API sample calls I was able to complete the basics such as set the Instance information, login and obtain a session token. The “...

API code in multi-session environment

Hi all, Statement:Archer platform v6.4 SP1 P3Application with custom object, which uses WEB API to authenticate and do SOAP requests. Question:I am using the API code in Custom Object, and for each session, I am authenticating. But because I cannot a...

Ilya_Khen by Champion III
  • 1875 Views
  • 8 replies
  • 0 kudos

Resolved! Platform API

Hi all, Statement:Archer v6.4 SP1 P3.Platform API. Question:If I get it right, platform API is something which is combining both WEB and REST APIs. While old path of using /api and /ws is available, we can do the same requests to /platformapi and Arc...

Ilya_Khen by Champion III
  • 3539 Views
  • 11 replies
  • 0 kudos

Rest APl request URL

I have been trying to set us a basic rest call to RSA Archer for login. I was able to extract the following URL for making the call from API guides and forumshttp://RsaArcher/api/core/security/loginBut when a call in made to this URL. I receive an er...

VB.NET Examples

Are there any examples written in VB.NET on how to use the Archer APIs? I'm looking to get the number of results in a particular report.

MattDean by Contributor
  • 1800 Views
  • 5 replies
  • 1 kudos

Resolved! Report creation

Hi all, Statement:Archer platform v6.4 SP1 P2Web API Question:Is it possible to create report from WEB API? I have not found such option in the API guideline. Maybe searched incorrectly. Thanks!

Ilya_Khen by Champion III
  • 1635 Views
  • 7 replies
  • 0 kudos

API in Archer

Want to Write an API in Archer for setup a Process to Dynamically allocate the SYSTEM ADMINISTRATOR RIGHTS by raising the TPA(temporary Privilege access) for PTA Environment.

Trigger data feed from button on application

Hi All - I was doing some research on RestAPI and came across Jeff Letterman's demo code. It proved to be really helpful. I needed a little help though. I am trying to initiate a data feed from an application on button click. I added the details abov...

1.jpg 2.gif

Output format for $ws.SeachRecordsbyReport

I am trying to send a file to a location for another system to process. I created a report with 20 fields that is exactly what they need. If I export it to XML online it is in a format that is very useful. Such as this: 1GSA IT Acquisition (IQ)Acquis...

Need Output file in JSON format

I am working on my first API Project. It seems simple enough. Another system needs a file from Archer but in JSON format. I have created a report that has all the fields that the other system requires. I am using PowerShell to script my APIs. I used ...

Resolved! Can you update multiple records with the REST API?

Hi Folks, I'm on Archer 6.3. I'm looking to see if I can update several content records with one request using Archer's REST API. Upon reviewing the documentation and examples, it seems the resource only allows for one content ID in the request body....