List Folder Types
/folder_types
Get a list of folder types.
Get Folder Types [GET]
Authorization: Admin, Web, Mobile, Portal
Parameters
- includeFoldersCount
boolean
(optional) Default: false Example: includeFoldersCount=trueInclude the key for the count of folders of this folder type
- includeTeamsCount
boolean
(optional) Default: false Example: includeTeamsCount=trueInclude the key for the count of teams with permissions to this folder type
- includeFolderTypeCategory
boolean
(optional) Default: false Example: includeFolderTypeCategory=trueInclude the folder type’s category including name, id, and rowStatus
Response 200
Body
} "items": [ { "id": 17, "name": "Assessments", "rowStatus": 1, "color": "5789ff", "folderTypeCategoryId": 17 } ] }