Table of Contents
Resource Collection Objects
| Field | Name | Description | Type | Required | 
|---|---|---|---|---|
 id  |  Id |   The Schoology Id of the collection  |   integer  |  |
 title  |  Title |   The title the collection  |   string  |  |
 User Id  |  Uid |   The owner of the collection  |   integer  |  |
 is_default  |  Default Collection |  
  |   {0,1,2}  |  |
 shared_users  |  Shared Users |   The number of users this collection is shared with  |   integer  |  |
 realm  |  Realm |   The realm the collection is in  |   string  |  |
 realm_id  |  Realm ID |   The realm id of the collection  |   integer  |  |
 realm_link  |  Realm Link |   A URL to the realm that owns the collection  |   string  |  
Resource Collections are containers for Resource Templates.
Operations - collections
list
List a users Collections
| Path |       |  
| Content |    none  |  
| Return |   A object containing a list of collection fields  |  
create
Create a Collection
| Path |       |  
| Content |   An object containing collection fields JSONXML  |  
| Return |   A object containing a list of collection fields JSONXML  |  
Operations - collections/[collection_id]
list
Get a single Collection
| Path |       |  
| Content |    none  |  
| Return |   An object containing collection fields JSONXML  |  
edit
Edit a Collection
| Path |       |  
| Content |   An object containing collection fields JSONXML  |  
| Return |    none  |  
delete
Delete a Collection
| Path |       |  
| Content |    none  |  
| Return |    none  |