Skip to content

Commit

Permalink
Update PowerSchool.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msheldont4e committed Nov 20, 2024
1 parent 56b1f96 commit 7d7adf2
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions PowerSchool.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@
},
"maxPageCount": -1,
"maxSessionCount": 10,
"query_parameters": {}

"query_parameters": {
}
}
},
"parameters":{},
Expand Down Expand Up @@ -446,8 +446,10 @@
"processing_options": {
"output_field": "sections.section"
},
"query_parameters" :{
"q": "{section_filter}"
},
"maxSessionCount": 20

}
},
"parameters":{},
Expand Down Expand Up @@ -478,8 +480,9 @@
"processing_options": {
"output_field": "courses.course"
},
"query_parameters" :{
},
"maxSessionCount": 20

}
},
"parameters":{},
Expand All @@ -506,8 +509,10 @@
"processing_options": {
"output_field": "terms.term"
},
"query_parameters" :{
"q": "{term_filter}"
},
"maxSessionCount": 20

}
},
"parameters":{},
Expand Down Expand Up @@ -1474,7 +1479,19 @@
"name": "student_filter",
"type": "textbox",
"label": "Student Filter:",
"value": "name.last_name==*;school_enrollment.enroll_status_code==(0)"
"value": "name.last_name==*;school_enrollment.enroll_status_code==(0);"
},
{
"name": "term_filter",
"type": "textbox",
"label": "Term Filter:",
"value": "start_year==2024;"
},
{
"name": "section_filter",
"type": "textbox",
"label": "Section Filter:",
"value": "term.start_year==2024;"
},
{
"name": "student_expansions",
Expand Down

0 comments on commit 7d7adf2

Please sign in to comment.