Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! 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! 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....

Relating comments to a specific Questionaire

does anyone know how to relate comments to a specific questionnaire. We can pull all the comments out with no problems, and we can pull all the questionnaires out. The problem we seem to be having is how do we relate those comments to the specific qu...

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
  • 816 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
  • 1482 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
  • 1639 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
  • 2955 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...