cancel
Showing results for 
Search instead for 
Did you mean: 
Archer API Users
Share API best practices with fellow Archer admins

Forum Posts

Archer Acunetix Integration API Services

Management has submitted a request to integrate Archer and Acunetix. The intention and expectation is to configure Archer data feed to request scan data from Acunetix. The objective is to load the scan data into Archer vulnerability applications, ana...

Resolved! Upload Attachments using Rest API

Hi folks, I have some issues with the Base64 encoded data, I was able to successfully upload the attachment to the archer record, however the Issue is with the attached files in the archer record.The Attached files are always getting corrupted and no...

REST call logging user out

I created a new set of REST endpoints using MVC to perform some of the queries that the Archer REST endpoints aren't capable of doing. For example, I've create a REST endpoint which returns a user's user id by using their email address. I am able to ...

Format of UpdateRecords API

Hi, I'm trying to update few records from 'Update Records' API. Following is the sample request I'm trying to make:` 57F57C338568F9D21DBEEDB21FAF0AA5 71 I'm getting 400 Bad request upon sending this. Can someone please share the valid sa...

Archer API - Create Sub-Forms error - Powershell

I'm getting an error when trying to create a new sub-form record. Sub-Form has a couple dates, and a couple text fields. Its basically a comment form, attached to another application. I believe I have the format correct, Level ID is from the Sub-Form...

How to make Archer API calls using Linux shell?

Recently, a customer has asked how to make Archer API calls using Linux shell, but we didn't have any examples and I'm a Windows guy. If anyone is familiar with Linux shell, can you post an example how to create a session token using Web Services and...

REST API with XML Inputs and Outputs

I am just practicing to call REST APIs using XML values. I have tried to create a Contacts record using REST API and XML request in Archer API Template application. Its throwing 400 bad request. Default JSON input worked successfully.The XML Input: 3...

Saravanan by Contributor III
  • 2575 Views
  • 5 replies
  • 0 kudos

Web Services to pull users without Domain

Sorry to ask such a basic question but I did try for some time to get it down. I am attempting to use Web Services API to pull a list of user accounts without a domain, GETUSERDOMAINLIST. I have it all setup but I can not get the right value to pass ...

Resolved! Content API - Find record by field content

Hi all, the following request will return the Contacts record with contentid 123456:/contentapi/Contacts(123456) Is there a way to use a field instead of the contentid, e.g. username which is a textfield?

Archer GRC REST Content Help

I am attempting to access Archer exception data via my rest client (Postman). I am able to obtain a session token via the initial login POST, however successive GET calls to contentapi are giving me trouble. On successive calls I receive a 200 OK res...

ContentAPI vs Power BI

I tried to connect Power Bi with Archer using ODataFeed and still obtained this message "A missing or empty content type header was found when trying to read a message. The content type header is required."

OData Character Limit?

Hopefully a quick question...does anyone know if there is a character limit when sending odata info via body to Archer REST API? Hoping to proactively avoid a potential problem. Thanks!

Anonymous by Not applicable
  • 1839 Views
  • 1 replies
  • 0 kudos

Proper way to capture Session Token

Hi all, I've noticed that there are (at least) two ways of logging onto the API and capturing the Session Token. 1) 'Login' POST http:///api/core/security/login HTTP/1.1Code Snippet:$login_url = $base_url + "/api/core/security/login"$body = '{"Instan...

Accessing Content Records using RESTFUL API

I referred the documentation,Archer APIs > RSA Archer RESTful API > REST API Segments > Content. As per the documentation, the APIs for accessing the content areplatformapi/core/content/contentidplatformapi/core/content/referencefield/My purpose is t...

pastedImage_1.png

Content API returns 500 for get record.

Dear Team, I am access records from Archer using content API and many times Archer API returns 500 ( data not found) for the same record, but after some time the same record id, Url, and Session token returns record data. Has anyone faced any such er...