Additional Parameters

    accountId(permission required) [int] - get the users for a particular account, use signed in with account if not set

    start [int](0) - get classes from the collection starting at this index
    count [int] (50) - maximum number of classes to fetch (maximum value of 100)
   
classFeed
Description
Get a feed of classses

Returns
returns json response of file data in the following format:

            <classes>
                <class>
                        <id/>
                        <name/>
                </user>
            ...
            </classes>
            <rows/>

where rows is the total number of classes available for this request