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

login API error

Hello I'm trying to make a api call to get session token but i'm seeing InvalidCredential error and below is request and error message.This user is admin account able to access in web application.Request: https://**rsa.com/platformapi/core/security/l...

Connection between RSA Archer and Power BI

I am writing to report an issue that I am facing while attempting to connect RSA Archer with Power BI using the OData API connection.Currently, I am able to retrieve a maximum of 1000 rows using the OData API connection. However, as our data set exce...

Resolved! Using REST to find User ID from email address

I need to take an email address that is entered on a web form and find the Archer user ID number in order to update a user field. In testing, I can update the field with a hard coded value for the user ID 3166: "27654": { "Type": 8, "Tag": "director"...

ScottNess3 by Collaborator III
  • 4748 Views
  • 16 replies
  • 0 kudos

Resolved! Creating a Cyber Security Incident Record through API

Hi All,I am trying to create a Security Incident New Record that is shown above by API Call. I have no idea from the docs where to start and how to get this working. I got a few API calls working. I have the authentication working but i don't even kn...

ghostrider9899_0-1710537845004.png

Help - Integration with Workday

Hello folks, I have to do an Archer integration with Workday and I need some help.First I need to access a URL with username and password to generate a token. Once I get the token, I need to enter a different URL in which I must include the generated...

Picturerep.png

Resolved! Identify fields that reference other modules via the API

We are trying to identify when a field references another application/questionnaire via the API. Related Records and Cross Reference fields can by identified by type, but when a field contains a calculation that refs to another application/questionna...

search a record in Archer using API

Hi, Is there a way to search for a record using key field instead of tracking id in rest API.How can we give query parameters in Archer rest/content API if I am using postman as they seems to be not working.Thanks,Prachi Jain

Resolved! Data Feed Trigger

Hello everyone! I have quite a lot of data feeds that runs every 5 minutes to keep up with data changes.If I'm not wrong, in one of the FFTH I've heard something about service/app, that could listen for changes in Archer and trigger Data Feed.Have an...

Resolved! Update Records using RestAPI

Hi,I am new to the API and I am looking for URL used to update records in Archer and what are the requirements to update any existing record in archer with API.I did look into below link.https://www.archerirm.community/t5/discussions/when-creating-up...

Error attempting to obtain valueslist

I attempted the call listed here for the flat valueslistidshttps://help.archerirm.cloud/platform_614/en-us/content/platform/api_restapi/segmentsresources/metadata_values_list.htmcurl --location --request POST 'https://slhs-dev.archerirm.us/platformap...

Resolved! SearchRecordsByReport method

Hi,I am trying to fetch records from a report using SearchRecordsByReport method. E9D2E12F29....6BE1 274F97B...C0F 1 But in Response instead of records I am getting window.top.location='/Default.aspx?aspxerrorpath=/archer/ws/search.asmx' Can any...

Invoke API outside Archer

Hi all,I have to invoke a API of my Client to send notification to mobile application. So I have a couple questions for this. Is it possible to invoke Post API outside Archer? If it yes, how do I start to do it with some parameters in body to pass vi...

Gak by Contributor II
  • 447 Views
  • 5 replies
  • 0 kudos

APRCHER Rest API

I am not finding complete documentation on how to use the Archer rest API.What I have found is very general, without specifics and a handful of examples with no explanation.The cynic in me would say this is deliberate to get you to pay for $500 for t...

Issue with Web Servcie Call Post 6.14 Upgrade

We have recently upgraded to 6.14 P1 HF1. We are seeing the below issue on the Web service call to a report, where we are pulling a text field which has a URL value and in that & is getting decoded as "&" instead of just "&" after the upgrade whi...

SailokeshC_0-1704905129278.jpeg SailokeshC_1-1704905129280.jpeg

API Gateway

We're looking to implement an API Gateway in front of Archer and I'm curious if anyone else in the community has done anything similar. Mostly I'm looking for...best practices, things to look out for, or even product recommendations. I'm aware Archer...

cmartin by Contributor III
  • 408 Views
  • 1 replies
  • 0 kudos

ContentAPI: Content SAVE is returning 401 error

Hello,I am trying to create/ update a record in Archer Applications table from Postman Application. I am able to obtain the Session ID and get the records from Applications table using the "Obtain Session ID" and "Get Level Metadata". When I tried th...

bharathp by Contributor II
  • 2466 Views
  • 12 replies
  • 0 kudos

Sub-Form Record Is Not getting saved

Hi ,We have a Sub-Form in one of archer application user is trying to update it from other external application and try to syn with archer. but we it's not getting saved it showing pop up like unable to save sub-form name pop up along with The Archer...

simtiyaj by Contributor III
  • 1073 Views
  • 3 replies
  • 0 kudos

New-WebServiceProxy no longer available in Powershell 7

I have been making SOAP API calls in Powershell for sometime now using cmdlet New-WebServiceProxy with URI /ws/search.asmx, and then using the ExecuteSearch method on the returned object. Recently, I upgraded PS to version 7 in order to get another f...