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 issues

I am trying to use the REST API, and I have encountered some issues.In trying to create a record by "POST Content" (on this page: Content (archerirm.cloud)) I can't figure out how to specify the application/module that the record should be created in...

Resolved! [NEED HELP] HTTP Post - Send a Report Info.

Hello everyone,I am currently doing a PUT/POST integration and it is the first time I do them. I have to make a call to a URL with some specific headers to be able to send information to another system. This information is in an archer report. Back, ...

mperezmoy by Contributor III
  • 811 Views
  • 13 replies
  • 0 kudos

Add Users to Groups

I'm looking for a solution to build an automated process which should add users in manually created archer groups once the same users are added to the corresponding LDAP groups. The automated process shouldn’t remove any user from the manually create...

[HELP] Timestamp Header

Hi everyone!I am trying to make a header parameter of a HTTP Datafeed that includes the time of the call with minutes and seconds. Is it possible to do something similar in Archer? How should I set it because it doesn't work what i've tryied.Thank yo...

mperezmoy_2-1719330297710.png
mperezmoy by Contributor III
  • 79 Views
  • 0 replies
  • 0 kudos

API service Account run details

Hello,We have a API integration between Servicenow and Archer. wherein, Mule API in the middleware which captures data from SNOW and pushes to Archer. Now, what we desire to know - How many and what all records were updated from the API into Archer. ...

Archer Content API Output Filteration

Hi Team,I am trying to fetch data using Content API using "Get Content by Id", In output we are getting all fields details and respective values.Can we filter out Output so that we can get desired fields in the output.please refer attached snapshot a...

AmitShinde_0-1715163952962.png

Datafeed Information via API

Is there a method to get additional datafeed information from the API?The call "/api/core/datafeed" is not getting us the data points we need from the db.Additional data points like from Run Config - Recurring / Every data elements and Target Record ...

SSchaefer by Contributor II
  • 364 Views
  • 1 replies
  • 0 kudos

Resolved! SOAP API not able to connect to SAAS

Hi,If using REST API, able to connect to SAAS API. But when I use SOAP API it doesn't connect. The reason I'm using SOAP API is availability of searchrecordsbyreport and bulk update. Do we have the same features in REST API, then can someone please s...

PremRajani by Collaborator II
  • 4491 Views
  • 18 replies
  • 0 kudos

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
  • 5541 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
mperezmoy by Contributor III
  • 1155 Views
  • 5 replies
  • 0 kudos

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...