Important Update: Some Community URL Redirects are Under Maintenance. 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

Resolved! Custom button is not working within tab

Hi, When i put custom button within tab ,it stop working and throw function not defined error. here's the code.DownloadRSA Archer Custom Objects" data-type="space‌David PettyIlya Khen

Data Feed - What's the status

Created a custom iview and posted as a community document in custom objects... Probably should've been here....https://community.rsa.com/docs/DOC-93597

jsol5 by Advocate II
  • 629 Views
  • 0 replies
  • 1 kudos

Resolved! Getting ValuesList using API

Hi, I tried to retrieve all the values from Valueslist field using below REST API i gave the Archer URL and valueslistid http://RsaArcher/api/core/system/valueslistvalue/valueslist/valueslistid Below is the output actual values is not get retreived.{...

Resolved! Data Validation

We are in the very early stages of looking into using API's as a way for users to update data within Archer. One thing that looks like might be an issue is validation of the rules we have configured in an application . For example, we may require if ...

Resolved! API Sort

Wondering why this works - api/core/datafeed?$orderby=Name asc in my non-prod environment but not my prod environment. I want to pull all datafeeds and order them. Same exact code works in my non-prod but not my prod.

jsol5 by Advocate II
  • 824 Views
  • 3 replies
  • 0 kudos

Resolved! Details on Multi-step Processing enabled via a new JavaScript Transport in Data Feed Manager, which allows connection to third party software that requires multiple calls to retrieve relevant data

I see with version 6.4 this is a new feature -Multi-step Processing enabled via a new JavaScript Transport in Data Feed Manager, which allows connection to third party software that requires multiple calls to retrieve relevant data Are there any furt...

jsol5 by Advocate II
  • 1111 Views
  • 1 replies
  • 1 kudos

Welcome to the API Users Community!

Frequent and casual visitors of the RSA Archer Customer/Partner Community‌ alike are probably noticing a lot of questions and responses referencing the "Archer API" lately. In response to the increased activity around this portion of the Archer Platf...

Anonymous by Not applicable
  • 2016 Views
  • 5 replies
  • 18 kudos

Archer v6.2 get selected value of value list

Archer v6.2 get selected value of value listi tried your many ways using Jquery it worked in 5.x but not in 6.2$("#s1 option:selected").val();$("#dropDownId").children("option").filter(":selected").text()$("#item1 span").text(); alert($(this).find('s...

RESTfull API. Add new value to VL

Hello!Is it any possibility to add new value to existing Value list field when creating a record with REST?As an example: we have such feature in DataFeed when we do Data Map-Field Map-Target Fields-Field Population-List based fields-Add Unknown.Ivan...

Cross-reference field module id not coming in API

Cross-reference field module id not coming in API (both in REST and SOAP)E.g. : when we get a application which has cross-reference to another application it gives field values and level id of the cross-reference but not the module ID which the cross...

Using Reference FIeld ID

The Rest API document does not include a body example for Get Content by Reference Field ID. I would like to pull all the names from a Record Permissions field. I tried different types of fields, changing the method, body, etc but I can't seem to get...

Resolved! Create Fields with API

Sanity check here. Is there a way to use either of the APIs to create fields in Archer? I don't see a way to do that in the API guides. For my use case, I need to create an ODA with about 50+ fields and would like to not have to create them all manua...

Resolved! Extract User ID from Record Permissions Search on WS

If you used web services to run a report that only listed users in a Record permission field, how would you limit the results to only returning the user id of the users in the report. powershell $api_url = $base_url + "/ws/search.asmx"$ws = New-WebSe...

How to get the Number of Pages in Report?

Hey All, Does anybody have a good way to determine the number of pages in a report that I am pulling through the SOAP API? At the moment, I know the report is 1 page and I have hard-coded 1 into the api call. However, the report will eventually grow ...

Resolved! Web API: GetRecordsByReportId

Hi all, Statement:Archer platform 6.3 P2Have report which return number of business units only active ones.Running Web API call to get records of the report above by using GetRecordsByReport method. Outcome:My initial report have only 1600 records, w...

Ilya_Khen by Champion III
  • 1142 Views
  • 4 replies
  • 0 kudos