Skip to content

Commit f0e17d0

Browse files
committed
Update Aeries.json
- Fix issue with iteration loop for student_programs
1 parent 67a5db3 commit f0e17d0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Aeries.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -822,14 +822,15 @@
822822
"call": {
823823
"mode": "iteration",
824824
"table": "students",
825-
"iterator": "StudentID",
825+
"iterator": "StudentNumber",
826826
"iterator_columns": [
827-
"SchoolCode"
827+
"SchoolCode",
828+
"StudentID"
828829
],
829-
"path": "/api/v5/schools/{SchoolCode}/students/{iterator}/programs",
830+
"path": "/api/v5/schools/{SchoolCode}/students/{StudentID}/programs",
830831
"base": {
831832
"SchoolCode": "{SchoolCode}",
832-
"Key": "{SchoolCode}.{iterator}"
833+
"Key": "{SchoolCode}.{StudentID}"
833834
}
834835
},
835836
"processing_options": {

0 commit comments

Comments
 (0)