Syntax to search for folder name within a specified teamfolder
This works:
I need to constrain the search to a specific subfolder. This fails with the ever-mysterious "Error due to - 'Internal Exception'
What's wrong with my syntax?
- response = invokeurl
[
url :"
- https://www.zohoapis.com/workdrive/api/v1/teams/" + team_id + "/records?search%5Bname%5D=Acme Ken &filter%5BteamFolder%5D=hu1rqa110fb8577d04b088906055a8c088b5b"
type :GET
headers:header
connection:"workdrive_all"
];
- type :GET
headers:header
connection:"workdrive_all"
];