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

Bulk Delete records on a schedule

Hello all, I posted this in the general Archer partner community, but wanted to repost here for additional visibility specifically from an API perspective.... I am looking for a way to periodically delete records from an application based on specific...

Resolved! Web Services API: Delete obsolete fields

We are using 10-year old on-demand application (ODA) to move into new instance and server. We are working on ODA to clean up the obsolete fields that is no longer needed. There are over 300+ fields that needs to be deleted in Archer module in new ins...

Request Headers and SessionToken

Greetings API User group,Have been working through article 000032481 “How to use the RSA Archer REST API with Windows PowerShell” and the logic is starting to click I successfully logged in using Windows PowerShell, generated a session token and exec...

SessionToken.png Request Header Command.png

Archer API: Unable to login with specified credentials

One of API developer team wrote the API script to execute the process in one of our applications. From what we see first time, we received the intermittent issues. Exception Stacktrace : org.springframework.ws.soap.client.SoapFaultClientException: Se...

JavaScript Data feeds

Anyone that's doing JS Data Feeds.Curious if you're doing any "chaining" or "promises" or something else to handle multiple dependent async calls.

jsol5 by Advocate II
  • 1544 Views
  • 2 replies
  • 0 kudos

API Questions

Hi All, How to find solution to application relationship though API? Given an application how do I filter out only 'Record Permission fields' (manual, automatic) and the groups assigned as default and through rules along with the CRUD rights?

Anonymous by Not applicable
  • 1471 Views
  • 7 replies
  • 0 kudos

Resolved! Execute Schedule API

I am currently unable to find any API documentation related to Schedules. Is there any documentation related to this or is this type of API call not available within Archer? Looking at the Archer Toolbox that @Jeff Letterman designed I was unable to ...

Resolved! Soap API Challenge?

Hello all, While using the example given for an Ajax call via the soap API, I seem to be running into a head scratcher. I am attempting to use the UpdateRecord API with the following XML: EB4B9E11D1192CF88A8205248ECDEE27 562 286102 ]]> Probl...

Change only his password via REST or SOAP API ?

Hi RSA Link Community, is there a way to allow a user to change only his password via the REST or SOAP API? The REST call “/api/core/system/userpassword” seems to be related with the permission “Manage Users” granted via a role. But with granting thi...

Resolved! Error while calling contentapi

I am trying to call contentapi using below code but I am getting error, I can access content api from browser and getting all the endpoint. Am I doing something wrong. Code -$SessionToken = "session token of account with admin access"$Server = "https...

grv.mishra by Collaborator III
  • 3739 Views
  • 11 replies
  • 0 kudos

Updating Automated Workflow Records Via API

Hello all, silly question, but I thought I'd ask anyway - Can you update a record in the automated workflow with either the REST or SOAP API? Meaning, can you take a record from one stage of the workflow to a separate stage of the workflow?

Role Creation using RESTful requests.

I have a need to create users, groups, roles in Archer programmatically using the API. Role Creation with permissions presented the greatest challenge because the AccessRoleTasks are added based on a TaskId that isn't easily accessed. I have two cust...

RESTful API Metadata Role Default Home Page Values

1) The RESTful API does not explain how null values are handled by the Update Role method. When I run an update request on the Metadata Role segment my role's Default Home Page values are cleared, among others. (I can merge my role updates with the r...

Angular and Archer REST API

Has anyone connected successfully to the REST API using angular? I'm more of a C# dev, but do a little bit here and there with angular. Thought I'd take some of my old code and recreate them with angular. So far it's not going well I'm trying to star...

pastedImage_1.png