-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
802451e
commit b7e8bcd
Showing
74 changed files
with
1,328 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...ENT-API/Batch Algorithm/Find Student Grad Status by Student ID for Batch Input Record.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Find Student Grad Status by Student ID for Batch Input Record | ||
type: http | ||
seq: 6 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/batch/gradstudent/studentid/:studentID | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
studentID: | ||
} |
11 changes: 11 additions & 0 deletions
11
tools/bruno/EDUC-GRAD-STUDENT-API/Batch Algorithm/Find Students For Batch Algorithm.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
meta { | ||
name: Find Students For Batch Algorithm | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/recalculate | ||
body: none | ||
auth: none | ||
} |
19 changes: 19 additions & 0 deletions
19
...uno/EDUC-GRAD-STUDENT-API/Batch Algorithm/Find Students For Batch Projected Algorithm.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
meta { | ||
name: Find Students For Batch Projected Algorithm | ||
type: http | ||
seq: 4 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/batch/:studentID | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
studentID: | ||
} | ||
|
||
headers { | ||
Authorization: | ||
} |
15 changes: 15 additions & 0 deletions
15
...runo/EDUC-GRAD-STUDENT-API/Batch Algorithm/Get Students For School Report by schoolId.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Get Students For School Report by schoolId | ||
type: http | ||
seq: 5 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/batch/schoolreport/:schoolId | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
schoolId: | ||
} |
15 changes: 15 additions & 0 deletions
15
...Batch Algorithm/Update Student Flag ready for batch by Batch Job Type and Student IDs.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Update Student Flag ready for batch by Batch Job Type and Student IDs | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/multistudentids/batchflag/jobtype/:batchJobType | ||
body: json | ||
auth: none | ||
} | ||
|
||
params:path { | ||
batchJobType: | ||
} |
15 changes: 15 additions & 0 deletions
15
...bruno/EDUC-GRAD-STUDENT-API/Business/Get Students Count For School Report by schoolId.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Get Students Count For School Report by schoolId | ||
type: http | ||
seq: 4 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/amalgamated/schoolreport/:schoolId/count | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
schoolId: | ||
} |
23 changes: 23 additions & 0 deletions
23
tools/bruno/EDUC-GRAD-STUDENT-API/Business/Get Students Count by mincode and status.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
meta { | ||
name: Get Students Count by mincode and status | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/archive | ||
body: json | ||
auth: none | ||
} | ||
|
||
params:query { | ||
batchId: | ||
~studentStatus: | ||
~userName: | ||
} | ||
|
||
body:json { | ||
[ | ||
{} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
tools/bruno/EDUC-GRAD-STUDENT-API/Business/Get Students Count by schoolId and status.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
meta { | ||
name: Get Students Count by schoolId and status | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/count | ||
body: json | ||
auth: none | ||
} | ||
|
||
params:query { | ||
~studentStatus: | ||
} | ||
|
||
body:json { | ||
[ | ||
{} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
tools/bruno/EDUC-GRAD-STUDENT-API/Business/Get Students For School Report by schoolId.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
meta { | ||
name: Get Students For School Report by schoolId | ||
type: http | ||
seq: 3 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/amalgamated/schoolreport/:schoolId/type/:type | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
schoolId: | ||
type: | ||
} |
15 changes: 15 additions & 0 deletions
15
tools/bruno/EDUC-GRAD-STUDENT-API/Career Programs/Check if Career Program is valid.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Check if Career Program is valid | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/career/:cpCode | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
cpCode: | ||
} |
19 changes: 19 additions & 0 deletions
19
...bruno/EDUC-GRAD-STUDENT-API/Career Programs/Find Student Career Program by Student ID.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
meta { | ||
name: Find Student Career Program by Student ID | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/studentcareerprogram/studentid/:studentID | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
studentID: | ||
} | ||
|
||
headers { | ||
Authorization: | ||
} |
15 changes: 15 additions & 0 deletions
15
tools/bruno/EDUC-GRAD-STUDENT-API/Data Conversion/Delete All Student Related Data.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Delete All Student Related Data | ||
type: http | ||
seq: 3 | ||
} | ||
|
||
delete { | ||
url: {{baseUrl}}/api/v1/student/conv/studentid/:studentID | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
studentID: | ||
} |
16 changes: 16 additions & 0 deletions
16
tools/bruno/EDUC-GRAD-STUDENT-API/Data Conversion/Delete Student Career Program.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
meta { | ||
name: Delete Student Career Program | ||
type: http | ||
seq: 7 | ||
} | ||
|
||
delete { | ||
url: {{baseUrl}}/api/v1/student/conv/studentcareerprogram/:careerProgramCode/:studentID | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
careerProgramCode: | ||
studentID: | ||
} |
16 changes: 16 additions & 0 deletions
16
tools/bruno/EDUC-GRAD-STUDENT-API/Data Conversion/Delete Student Optional Program.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
meta { | ||
name: Delete Student Optional Program | ||
type: http | ||
seq: 6 | ||
} | ||
|
||
delete { | ||
url: {{baseUrl}}/api/v1/student/conv/studentoptionalprogram/:optionalProgramID/:studentID | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
optionalProgramID: | ||
studentID: | ||
} |
19 changes: 19 additions & 0 deletions
19
tools/bruno/EDUC-GRAD-STUDENT-API/Data Conversion/Save Graduation Student Record.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
meta { | ||
name: Save Graduation Student Record | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/conv/studentid/:studentID | ||
body: json | ||
auth: none | ||
} | ||
|
||
params:query { | ||
~ongoingUpdate: | ||
} | ||
|
||
params:path { | ||
studentID: | ||
} |
30 changes: 30 additions & 0 deletions
30
...UDENT-API/Data Conversion/Update Graduation Status At Field Level for Ongoing Updates.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
meta { | ||
name: Update Graduation Status At Field Level for Ongoing Updates | ||
type: http | ||
seq: 5 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/conv/ongoingupdate/gradstatus | ||
body: json | ||
auth: none | ||
} | ||
|
||
headers { | ||
Authorization: | ||
} | ||
|
||
body:json { | ||
{ | ||
"studentID": "", | ||
"pen": "", | ||
"eventType": "", | ||
"updateFields": [ | ||
{ | ||
"type": "", | ||
"name": "", | ||
"value": {} | ||
} | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
tools/bruno/EDUC-GRAD-STUDENT-API/Data Conversion/Update-Create Student Career Program.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
meta { | ||
name: Update-Create Student Career Program | ||
type: http | ||
seq: 4 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/conv/studentcareerprogram | ||
body: json | ||
auth: none | ||
} |
32 changes: 32 additions & 0 deletions
32
tools/bruno/EDUC-GRAD-STUDENT-API/Data Conversion/Update-Create Student Optional Program.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
meta { | ||
name: Update-Create Student Optional Program | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/conv/studentoptionalprogram | ||
body: json | ||
auth: none | ||
} | ||
|
||
headers { | ||
Authorization: | ||
} | ||
|
||
body:json { | ||
{ | ||
"createUser": "", | ||
"createDate": "", | ||
"updateUser": "", | ||
"updateDate": "", | ||
"id": "", | ||
"pen": "", | ||
"optionalProgramID": "", | ||
"studentOptionalProgramData": "", | ||
"optionalProgramCompletionDate": "", | ||
"optionalProgramCode": "", | ||
"mainProgramCode": "", | ||
"studentID": "" | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
tools/bruno/EDUC-GRAD-STUDENT-API/EDW Snapshot/Save Graduation Status Snapshot for EDW.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
meta { | ||
name: Save Graduation Status Snapshot for EDW | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
post { | ||
url: {{baseUrl}}/api/v1/student/edw/snapshot | ||
body: json | ||
auth: none | ||
} | ||
|
||
body:json { | ||
{ | ||
"gradYear": "", | ||
"pen": "", | ||
"graduationFlag": "", | ||
"honoursStanding": "", | ||
"gpa": "", | ||
"graduatedDate": "", | ||
"runDate": "", | ||
"sessionDate": "", | ||
"schoolOfRecord": "", | ||
"schoolOfRecordId": "" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
tools/bruno/EDUC-GRAD-STUDENT-API/History Activity/Find a History Activity Code by Code.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
meta { | ||
name: Find a History Activity Code by Code | ||
type: http | ||
seq: 2 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/historyactivity/:activityCode | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:path { | ||
activityCode: | ||
} |
11 changes: 11 additions & 0 deletions
11
tools/bruno/EDUC-GRAD-STUDENT-API/History Activity/Find all History Activity Codes.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
meta { | ||
name: Find all History Activity Codes | ||
type: http | ||
seq: 1 | ||
} | ||
|
||
get { | ||
url: {{baseUrl}}/api/v1/student/historyactivity | ||
body: none | ||
auth: none | ||
} |
Oops, something went wrong.