# Fluxo para recuperar um setor Retorna um setor Endpoint: GET /api/v1/gerencial/setores/{id} Version: v1.0.0 ## Path parameters: - `id` (string, required) Id do setor ## Response 200 fields (application/json): - `id` (string,null, required) Id do setor - `nome` (string,null, required) Nome do setor - `descricao` (string,null, required) Descrição do setor - `ativo` (boolean, required) Indica se o setor está ativo ou não ## Response 401 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)