databaseGetChairs function

Returns list of chairs on a specified faculty

Returns list of chairs on a specified faculty

databaseGetChairs( faculty_id = "", offset = "", count = "100", v = getAPIVersion() )

Arguments

  • faculty_id: ID of the faculty to get chairs from
  • offset: Offset required to get a certain subset of chairs
  • count: Amount of chairs to get
  • v: Version of API

Examples

## Not run: databaseGetChairs(206) ## End(Not run)
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29