Skip to content

Resolve "API filtrare le pratiche di tipo segnalazioni per campo di Formio"

Closes #1575 (closed)

Documentazione

Screenshot_2023-05-04_alle_09.13.21

Esempi filtro sul form

V1

{{api_url}}/applications?field[applicant.data.completename.data.name]=Vittorino&field[user_message]=test

Screenshot_2023-04-28_alle_11.13.04

V2

{{api_url}}/applications?field[applicant.completename.name]=Vittorino&field[user_message]=test

Screenshot_2023-04-28_alle_11.13.54

Esempi filtro sul backoffice

V1

{{api_url}}/applications?backoffice_field[beneficiary.data.fiscal_code.data.fiscal_code]=MRARSI01A70G452D&backoffice_field[code]=CODICE

Screenshot_2023-05-04_alle_10.21.33

V2

{{api_url}}/applications?backoffice_field[beneficiary.data.fiscal_code.data.fiscal_code]=MRARSI01A70G452D&backoffice_field[code]=CODICE

Screenshot_2023-05-04_alle_10.22.01

Edited by Emily Lancietti

Merge request reports

Loading