From 0a272d5ba54e6e75bdbb2609cdb3feb5be39e1ee Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Mon, 31 Aug 2026 14:55:45 +0200 Subject: [PATCH] add more parameters to get logs request --- .../elixPro Studio/elixPro - Get logs.yml | 31 +++++++++++++++++-- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml index 407dc23..4323323 100644 --- a/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml +++ b/bruno/collections/elixForms API v2/Console UI/elixPro Studio/elixPro - Get logs.yml @@ -5,16 +5,41 @@ info: http: method: GET - url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixlog?recent=1&offset=0&limit=200 + url: https://unipr.elixforms.it/eP/elixpro-studio/api/elixlog?from=2026-08-01T14:40&to=2026-08-07T14:40&user_id=123&user_full_name=mammi&status=KO&has_error=1&q=msg&error_q=err&offset=0&limit=500 params: - - name: recent + - name: from + value: 2026-08-01T14:40 + type: query + - name: to + value: 2026-08-07T14:40 + type: query + - name: user_id + value: "123" + type: query + - name: user_full_name + value: mammi + type: query + - name: status + value: KO + type: query + description: OK | KO | unselected + - name: has_error value: "1" type: query + description: 0 | 1 | unselected + - name: q + value: msg + type: query + description: Message content + - name: error_q + value: err + type: query + description: Error content - name: offset value: "0" type: query - name: limit - value: "200" + value: "500" type: query auth: inherit