List Folder Type Categories
/folder_type_categories
Get a list of folder type categories.
Get Folder Type Categories [GET]
Authorization: Admin, Web, Mobile, Portal
Parameters
- includeFolderTypes
boolean(optional) Default: false Example: includeFolderTypes=trueWhether to include the folder types belonging to the folder type categories
Response 200
Body
}
"items": [
{
"id": 17,
"name": "Assessments",
"rowStatus": 1
}
]
}