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

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
  • 2317 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
  • 1627 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...

RPF Field add/remove with REST API

Hi API gurus, I would like add or remove a user from an RPF field with REST API.Could you please help me with an example format? For example:- Have a field responsible with 3 users,1. Need to add one more which I am able to.2. Remove one user from th...

Check the status of Package Generation using Archer API

Hello Team, I am using api of archer to check the status of package generation Archer API : /api/V2/internal/Packages/GetManagePackageListingRows?$count=true&$orderby=NameIt works through the Archer Tool Box. However when I am using it in powershell ...

Data Gateway Add Connection API

I am trying to connect with a database inside Archer DB server using Archer OOB Flexible SQL Data Gateway Connector. I am able to generate the session token, but getting error with Add Connection API. We are using Archer 6.7.00000.1184. The same conn...

Saravanan by Contributor III
  • 7461 Views
  • 22 replies
  • 0 kudos

Record permission field

Hi Team,We are created record with help of Archer Web API.In this process, we have couple of fields are Record Permission fields and we are facing issue to build HTML for these record permission fields.Kindly help us on this issue.Thanks in advance.

Resolved! List of Reports of an application

Is there any Archer API to get list of reports of an application which can be displayed in the drop down? Basically there are two drop down one for application and second for reports. when user selects an application in first drop down all the relate...

HTTP Transported data feed- Transform needed

I am trying to integrate Archer with Sharepoint site url by using HTTP transporter data feed. In the transport tab, i am using a GET action type to connect with Data request URI and passing header parameters( authorization) as tested in Postman. For ...

Resolved! How to filter on Is<something> properties through REST

Folks, I am trying to get a list of all question fields in a questionnaire using the REST API (using the Archer Toolbox). When I query all properties returned by /api/core/system/fielddefinition/application, I see one called IsQuestion that seems to ...