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

Pull Configuration / Content Administrators

Hi, Is there a way where we can pull the Configuration / Content Administrators from the Administration tab in Application / questionnaire through API or through Reports? The ask is to get the Application owner for all the Applications / Questionnair...

Resolved! Archer API Integration

1) I am using contentapi to update an application called Security_Incidents2) Security_Incidents has a select list field called Incident_Status3) When I try to update the list field using the value, I get and error (HTTP/1.1 400 Bad Request){ "Securi...

RubaJahan by Collaborator II
  • 1636 Views
  • 1 replies
  • 0 kudos

Resolved! PowerShell REST API Get User Info -Body??

The RESTful API Reference Guide 6.5 has the following info but there are issues. 1. if following the "note" there is not an example of what the body is supposed to look like. 2. if you choose to ignore the note you cannot execute the call by even spe...

PerformMailMerge

Hi All,I am trying to use webservices API to Perform Mail Merge. I am using the below code. But I am getting this error. Please let me know what I can do to fix it.CODE:$ps = New-WebServiceProxy -Uri $api_url1 -Class Record -Namespace webservice[Byte...

PoojaVG by Contributor II
  • 2915 Views
  • 10 replies
  • 0 kudos

Resolved! [CustomObject] Catch VL change

Hello! Is there any way to catch value list selection change? Or fields change in general?I found, that when VL is dropdown, on value selection there is one DOM change (div with phui_combobox_selectable class).Is there something similar for other typ...

Resolved! pageId in UpdateRolePagePermissions2

Hi, Anybody knows where to find the pageId parameter for a role? I tried hovering my cursor to the Admin Dashboard: Content Record row , but nothing showing. Thanks in Advance. Page reference - https://community.rsa.com/docs/DOC-103146

pastedImage_1.png

How to read an Archer data element from JSON client

Hello Team - I am looking for some help to pull the below data from one of my Archer applications in JSON API mode. Workspace Name: Technology Control AssessmentsApplication Name: MY Application Repository Data elements: Sub-Contractor-ID, Sub-Contra...

Resolved! Getting Session Token with REST

Using REST, is there a way to get a user's session token without attempting to login again? Using the Login endpoint resets the session token. I was wondering if there's a way to get the current token as we are running into session collisions.

Using Content API to update records

I have two questions. Q1: I have an allocated control record I would like to update. I can read it by getting `/contentapi/Allocated_Controls_Assessment_Objectives(457967)`. It has multiple fields and I would like to update only one of them. So, I am...

Resolved! Get Section Name using Rest API

Is there any way to get section name by calling Rest APIs? In this API call "http://rsaarcher/platformapi/core/system/levellayout/level/*levelid* ", it results LevelLayoutSectionId but not the section name. My objective is to create a data dictionary...

Saravanan by Contributor III
  • 1285 Views
  • 1 replies
  • 0 kudos

Resolved! [WS] SearchRecordsByReport multiple pages

Hello! Recently, I've faced a report in Archer, that have a lot of records. So, in API request i need to make several requests with different page numbers.I'm using powershell, and this is my search function:function Search($session_token, $reportGUI...

Selected User Group for Record Permissions fields

According to the RSA Archer 6.4 RESTful API Reference Guide, you can use the Selected User Group segment (api/core/system/usergroupselection/usergrouplist/*fieldid*) to retrieve a list of available selections of users and groups for a User Group List...