DSTemplatesFilter
fun DSTemplatesFilter(count: Int, folder: String?, folder_ids: List<UUID>?, start_position: Int)
Content copied to clipboard
Parameters
count
Number of templates to return. If the value is less than 0 or greater than 50, error is thrown
folder
Folder name or folder ID and returns templates in the specified folder
folder_ids
List of folder ID GUIDs
start_position
The starting index for the first template shown in the response. This must be greater than or equal to 0 (zero).