action cnab_online_get_file_file_id_occurrences { label: "Retorna as informações de baixa de boletos e outros tipos de ocorrências" provider: cnab_online method: GET path: "/file/{fileId}/occurrences" encoding: json input: { type: "object" properties: { fileId: { type: "string" } } required: ["fileId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }