We moved our product support documents to Guru. Our customer access these documents from our website. I’m using API to search and get documents. Each document is a card. We have a collection holding these documents. We use folders to organize the documents into subgroups.
We want to use a Collection Token for Guru API calls. Consequently, only Get operations are authorized.
The Guru search API supports a Get to search the whole collection, but I cannot find a parameter to specify a Folder ID to search a specific folder.
The Post to the cardmgr API does support searching a folder, but this cannot be used by a Collection Token.
Am I overlooking something?