Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! 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

API Gateway

We're looking to implement an API Gateway in front of Archer and I'm curious if anyone else in the community has done anything similar. Mostly I'm looking for...best practices, things to look out for, or even product recommendations. I'm aware Archer...

cmartin by Contributor III
  • 938 Views
  • 1 replies
  • 0 kudos

ContentAPI: Content SAVE is returning 401 error

Hello,I am trying to create/ update a record in Archer Applications table from Postman Application. I am able to obtain the Session ID and get the records from Applications table using the "Obtain Session ID" and "Get Level Metadata". When I tried th...

bharathp by Contributor II
  • 5969 Views
  • 12 replies
  • 0 kudos

Sub-Form Record Is Not getting saved

Hi ,We have a Sub-Form in one of archer application user is trying to update it from other external application and try to syn with archer. but we it's not getting saved it showing pop up like unable to save sub-form name pop up along with The Archer...

simtiyaj by Contributor III
  • 2083 Views
  • 3 replies
  • 0 kudos

New-WebServiceProxy no longer available in Powershell 7

I have been making SOAP API calls in Powershell for sometime now using cmdlet New-WebServiceProxy with URI /ws/search.asmx, and then using the ExecuteSearch method on the returned object. Recently, I upgraded PS to version 7 in order to get another f...

Resolved! All records of Questionnaire using Content API

Dear All, I want to extract all the records of a questionnaire. Content API provides a way to extract all the records from an application but not for the questionnaire. Instead, when we extract data for a questionnaire it provides "Questionnaire_Inte...

Resolved! 400 (BadRequest) - Custom Object

HiWe are creating a custom object to fill a field in the main from the sub-form. However, it is not working and we are receiving the message 400 (BadRequest).Sub-form: Main-form: Payload: { "Id": 13905952, "LevelId": 83, "FieldContents": { "21913":...

rafael by Contributor
  • 3021 Views
  • 6 replies
  • 0 kudos

Resolved! Using API to Get Values List - Other data (Free Text)

We have a Values List field with "Other" option checked to: "Require users to enter supporting information when they select this value". When performing a Get on the field we only get the primary value returned (In this case 'No'). Is there anything ...

ftopping by Contributor III
  • 2547 Views
  • 6 replies
  • 0 kudos

SearchRecordsByReport

When invoking SearchRecordsByReport webservice, the the request seem to accept pageNumber, and each page is of 50 records. Is it possible to retrieve more records per page and how?Is SearchRecordsByReport still the preferred option to retrieve record...

Resolved! Retrieve Advanced Workflow History via API

I need to use the API (SOAP or REST) or an SQL query to retrieve the history of button clicks in Advanced Workflow. I recently added a "Closed Date" to an application and need to populate prior entries. I'd like to search for the most recent selected...

Any option to translate Objects via API

Hi,is there a option to translate any Object (Field, Layouttab etc.) via API? I have tried it, via SQL but I am getting Unexpected Error afterwards in Archer. Regards,Aftab

aftab by Contributor II
  • 749 Views
  • 1 replies
  • 0 kudos

Resolved! Archer API using Postman

Hey All, I am currently trying to create a content record using postman. However I am getting the error: '401Empty session token in the header'I have already set up the login call via postman to retrieve the SessionToken using the login call however ...

Resolved! Save Workflow Action using REST API

I have tried to click workflow action button using REST API call with below code from browser console. but it is throwing 405 error(method not allowed) or 403 error(forbidden) when I tried with different verb PUT.If I try to click the button from RES...

custom object on AWF button

I have a custom object which run on a hyper link and now the requirement is to run that custom object button on advance workflow button which we can not modify. is there a way to run the custom object on click of pre-built AWF button. it would be bet...

Ajeet by Contributor III
  • 1937 Views
  • 5 replies
  • 0 kudos

Resolved! UI Based Rest API custom utility

can somebody redirect me to the UI based utility page which can be downloaded and can run on our local machine to test the APIs. i think it's a exe setup.@Ilya.Khen @Ilya_Khen @DavidPetty

Ajeet by Contributor III
  • 3293 Views
  • 7 replies
  • 0 kudos

Application contentID

Hello ,In archer I have application A and I'm using this api to get data .https://***.com/contentapi/ABut I'm not seeing any content ID for this application in this api or any other api services in Acher API Testing documentation .How i need get cont...

Creating Comments with API

I'm working with someone on our Data Integration team attempting to create multiple Comments via API on an existing Finding.We're successful in creating one new Comment but if we attempt to add another Comment it deletes any that are existing on the ...

Resolved! API question

We attempt an API call using the following curl command. Our Archer Version is 6.9 SP3 P2:curl --verbose -H 'Accept: application/json,text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H "Content-Type: text/xml; charset=utf-8" -H 'SOAP...