# getByGrbId Listar os convenios do BETA por GRBID Endpoint: GET /s/v1/beta/convenios/{grbId} Version: 1.1 Security: bearerAuth ## Path parameters: - `grbId` (array, required) ## Response 200 fields (*/*): - `content` (array) - `content.id` (integer) - `content.nomeAmigavel` (string) - `content.razaoSocial` (string) - `content.padrao` (string) - `content.sigla` (string) - `content.codigo` (integer) - `content.solucoes` (array) - `content.solucoes.nome` (string) - `content.solucoes.convId` (integer) - `content.solucoes.codConvenio` (integer) - `content.solucoes.nomeAmigavelCampus` (string) - `content.descricao` (string) - `content.valor` (integer) ## Response 400 fields (*/*): - `message` (string) ## Response 500 fields (*/*): - `message` (string)