Important Update: Some Community URL Redirects are Under Maintenance. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make REST API calls with GUID

bala22
Contributor

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

1 REPLY 1

Anonymous
Not applicable

@bala22,

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.