# searchByProcess Buscar dados da timeline para um processo Endpoint: GET /s/v2/processos/{processId}/timeline Version: 1.1 Security: bearerAuth ## Path parameters: - `processId` (integer, required) Identificador único do processo ## Query parameters: - `modulos` (array) Identificador(es) do(s) módulo(s) ## Response 200 fields (*/*): - `timeline` (array) - `timeline.id` (integer) - `timeline.id-processo` (integer) - `timeline.operador` (string) - `timeline.desc-operador` (string) - `timeline.modulo` (string) - `timeline.desc-modulo` (string) - `timeline.id-operador` (integer) - `timeline.nome-operador` (string) - `timeline.dt-timeline` (string) - `timeline.dt-inclusao` (string) - `timeline.descricao` (string) - `header` (string) ## Response 400 fields (*/*): - `message` (string)