# getMainFilter Filtros bolsas. Usado como base para montar os filtros do Dashboard. Endpoint: POST /s/dashboard/filtros-bolsas Version: 1.1 Security: bearerAuth ## Request fields (application/json): - `like` (array) - `like.key` (string) - `like.value` (string) - `order` (object) - `order.orderBy` (string) - `order.reversed` (boolean) - `Tabela` (string) - `Filtro` (string) ## Response 200 fields (*/*): - `bolsasId` (array) - `mantenedoras` (array) - `mantenedoras.id` (integer) - `mantenedoras.name` (string) - `mantenedoras.studentships` (array) - `mantenedoras.studentships.code` (string) - `mantenedoras.studentships.initials` (string) - `mantenedoras.studentships.friendlyName` (string) - `mantenedoras.studentships.uf` (string) - `mantenedoras.studentships.contractType` (string) - `mantenedoras.studentships.studentshipCampusId` (integer) - `mantenedoras.studentships.studentshipCampusCode` (string) - `mantenedoras.studentships.studentshipCampusName` (string) - `mantenedoras.studentships.studentshipCampusCity` (string) - `mantenedoras.studentships.studentshipCampusUF` (string) - `mantenedoras.studentships.courses` (array) - `mantenedoras.studentships.courses.studentshipCourseId` (integer) - `mantenedoras.studentships.courses.grade` (string) - `mantenedoras.studentships.courses.modality` (string) ## Response 400 fields (*/*): - `message` (string) ## Response 500 fields (*/*): - `message` (string)