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=true

    Whether to include the folder types belonging to the folder type categories

Response 200

Body
}
  "items": [
    {
      "id": 17,
      "name": "Assessments",
      "rowStatus": 1
    }
  ]
}

Still need help? Contact Us Contact Us