Returns list of chairs on a specified faculty
databaseGetChairs( faculty_id = "", offset = "", count = "100", v = getAPIVersion() )
faculty_id
: ID of the faculty to get chairs fromoffset
: Offset required to get a certain subset of chairscount
: Amount of chairs to getv
: Version of API## Not run: databaseGetChairs(206) ## End(Not run)