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

Forum Posts

Cross-reference field module id not coming in API

Cross-reference field module id not coming in API (both in REST and SOAP)E.g. : when we get a application which has cross-reference to another application it gives field values and level id of the cross-reference but not the module ID which the cross...

Using Reference FIeld ID

The Rest API document does not include a body example for Get Content by Reference Field ID. I would like to pull all the names from a Record Permissions field. I tried different types of fields, changing the method, body, etc but I can't seem to get...

Resolved! Create Fields with API

Sanity check here. Is there a way to use either of the APIs to create fields in Archer? I don't see a way to do that in the API guides. For my use case, I need to create an ODA with about 50+ fields and would like to not have to create them all manua...

Resolved! Extract User ID from Record Permissions Search on WS

If you used web services to run a report that only listed users in a Record permission field, how would you limit the results to only returning the user id of the users in the report. powershell $api_url = $base_url + "/ws/search.asmx"$ws = New-WebSe...

How to get the Number of Pages in Report?

Hey All, Does anybody have a good way to determine the number of pages in a report that I am pulling through the SOAP API? At the moment, I know the report is 1 page and I have hard-coded 1 into the api call. However, the report will eventually grow ...

Resolved! Web API: GetRecordsByReportId

Hi all, Statement:Archer platform 6.3 P2Have report which return number of business units only active ones.Running Web API call to get records of the report above by using GetRecordsByReport method. Outcome:My initial report have only 1600 records, w...

Ilya_Khen by Champion III
  • 1548 Views
  • 4 replies
  • 0 kudos

Web API Search

Hi, Statement:I want to use Wep API to get all record of the existing report or make search from ExecuteSearch of WebAPI. Issue:All of the ExecuteSearch or GetReportById, etc. methods imply that I need to use the PageNumber attribute: int. However, w...

Request from Archer to external service

Hello! I'm looking into making requests from Archer to external services.For example, a custom button in record/iView, that makes some action in another system. Problem is, that almost any action requires authentication. And as far as I know, custom ...

Resolved! JSON Deserialize Error

I am working with the C# sample code provided through the RSA Charge labs, and I am running into an error and I cannot seem to find the fix (I am new to APIs and C# so forgive my naivety). I haven't changed any of the code provided, just updated the ...

Hello, World! API Basics Lab at RSA Charge 2017

Hello API Enthusiasts! Jeff Letterman‌ and I wanted to take a brief moment to let you know that we will be hosting a 2 hour, hands-on, code writing, API focused lab session at Charge 2017. We plan to walk you through code examples, and you will be wr...

Anonymous by Not applicable
  • 2410 Views
  • 8 replies
  • 8 kudos

List all field value by ID

Hello, I known python is not the most popular language to use Archer API, put it's platform independent and easily readable which is the most important for us. We wanted to insert data in technologies application, (as it is leveled, data import does ...

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

invalid session token

in v6.2 i am frequently seeing invalid session token even the job is still running and coming out of process. why is session token clearing on run time also ?

Resolved! Using REST Service to pull back records

Has anyone used the REST service to pull back records either from the report ( I know in the SOAP service I can "GetRecordsbyReportID", and I am trying to do something similar in the REST service. Or is there a way I can do a search for records? Spec...