Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2022-04-22 08:44 AM
Hello,
I am working on an automation solution involving utilizing the Archer API. Our solution involves a specific archer application that is a ticketing system. We have received API access and have also received the GUID for the application as well as all the specific fields that we would like read/write access to. I have been able to perform requests such as authentication to get session tokens and login/logout correctly.
My question is what is the best way to build a request in order to get a field content with the GUID is my piece of information? Currently I am utilizing POSTMAN and have been able to build some basic requests that work but I am having trouble properly getting correct information from all the GUIDs I have within the REST Api.
Thanks
2022-04-22 12:32 PM - edited 2022-04-22 12:32 PM
I could be wrong, but I think REST API works with ID for field metadata retrieving. If you need to get by GUID, WEB API is there.