timesys.vigiles.folders module

timesys.vigiles.folders.get_folders()

Get all folders that are owned by the current user.

If a product token is configured on the llapi object, only folders belonging to that product will be returned.

Returns

List of folder information dictionaries with keys:

"folder_token", "folder_name", "folder_description", "creation_date", "product_token"

Return type

list of dict