Skip to content

Commit

Permalink
[IFS01, IFS06, IFS07] 17.09.2024 issue #222 Restored the management o…
Browse files Browse the repository at this point in the history
…f the cursor with the filter parameters sent also in subsequent invocations
  • Loading branch information
denismarini committed Sep 17, 2024
1 parent 9fddd72 commit 1749e8f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/03_analysis/io_schema/IFS01.1-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

/*Esempio: invocazioni successive (paginazione)*/
{
"academic_year":null
"academic_year":"2023/2024"
"cursor":"abc123456abc"
}
4 changes: 2 additions & 2 deletions doc/03_analysis/io_schema/IFS07.1-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
//Invocazioni successive alla prima (Paginazione)
{
"cursor": "fowfio543s",
"academic_system": null,
"sync_mode": null
"academic_system": "new",
"sync_mode": "full"
}
1 change: 1 addition & 0 deletions release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [IFS0X] 12.09.2024 issue #221 Removed min and max for enum types
- [IFS0X] 12.09.2024 issue #220 Removed min and max for date types
- [IFS0X] 13.09.2024 issue #218 Modified the scale of values assigned to the SDG cases by enabling the possibility of entering greading with 'letters' (Example: from A to D).
- [IFS01, IFS06, IFS07] 17.09.2024 issue #222 Restored the management of the cursor with the filter parameters sent also in subsequent invocations

## Version 2.0.5
- [IFS01.2] It was added the curriculum description of the learnings list
Expand Down
2 changes: 1 addition & 1 deletion src/IFS01-offerta-formativa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ paths:
academic_year: 2023/2024
2 - invocazioni successive alla prima (paginazione):
value:
academic_year: null
academic_year: 2023/2024
cursor: "abc123456abc"
application/xml:
schema:
Expand Down
2 changes: 2 additions & 0 deletions src/IFS07-variazioni-titoli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ paths:
sync_mode: full
Invocazioni successive alla prima (paginazione):
value:
academic_system: new
sync_mode: full
cursor: fowfio543s
application/xml:
schema:
Expand Down

0 comments on commit 1749e8f

Please sign in to comment.