Table of Contents
- If the folder has a parent, there is a 
<parent>object that has all the fields of a folder object. It’s location attribute will point to the parent. A folder with id = 0 is the root of the course. - The contents of the folder is returned in the same order that they are in the course. Ordering does matter.
 
Fields
| Field | Name | Description | Type | Required | 
|---|---|---|---|---|
 id  |  Schoology ID of the folder content |   Schoology ID of the folder content  |   integer  |  |
 title  |  Title |   The content title  |   string  |  |
 body  |  Description of the Content |   If the content has a description or body this is it  |   string  |  |
 type  |  Type of content |   Type of content   |   string  |  default: 0 | 
 location  |  API endpoint to retrieve content from |   If the content is accessible via API this location field points to it.  |   string  |  
view
View the contents of a specific folder
| Path |       |  
| Content |    none  |  
| Return |   A list of objects within the folder JSONXML  |