cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
696
Views
0
Helpful
1
Replies

API Help: Get List for Prompt Files and Folder

Robert Dawson
Level 1
Level 1

I'm trying to run the get List for Prompt Files and Folder GET API to retrieve all the names and paths of my prompts.

https://my-server/adminapi/prompt/en_GB/

It's returned the values of the folders inside that directory but my prompts are stored in a few different folders. Does anyone know if there's a way of getting the API to return all .wav files, regardless of the folder they are in?

This just avoids the need to run a separate request for each one of my folders. E.g.

https://my-server/adminapi/prompt/en_GB/Folder1/

https://my-server/adminapi/prompt/en_GB/Folder2/

https://my-server/adminapi/prompt/en_GB/Folder3/

Many thanks

Rob

1 Reply 1

Not that I know and most APIs just don't work that way. You will have to get the folder structure and then crawl through it folder by folder.

david