Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2017-09-28 09:18 AM
I have been trying to select a field (LastUser) from a sub-form given the IP address of a record in Device application. I am new to API's and have gotten the basic API authentication working and I"m able to pull lists of applications and such but can't find a way to search/filter records to a given record based on specific field content. I am using the REST API and have not tried any of the others, I have looked through the documentation but I don't see a way to search/filter records.
Any help would be greatly appreciated as I have been beating my head against the wall for a day now.
Thanks!
2017-09-28 09:27 AM
Robert,
The REST API doesn't contain this type of search functionality currently. You'll need to use the SOAP API to achieve the search results you are after.
2017-09-28 09:27 AM
Robert,
The REST API doesn't contain this type of search functionality currently. You'll need to use the SOAP API to achieve the search results you are after.
2017-09-28 09:48 AM
Well I guess that is why I couldn't find it, thanks! I guess I'm off to read the SOAP API guide.