Skip to content

Commit

Permalink
bruno documentation (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumathi-thirumani authored Jan 27, 2025
1 parent 13a44b8 commit d88c099
Show file tree
Hide file tree
Showing 62 changed files with 972 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
meta {
name: Archive Reports
type: http
seq: 5
}

post {
url: {{baseUrl}}/api/v1/graduationreports/archive
body: json
auth: none
}

params:query {
batchId:
reportType:
}

body:json {
[
{}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
meta {
name: Delete Reports
type: http
seq: 3
}

post {
url: {{baseUrl}}/api/v1/graduationreports/delete
body: json
auth: none
}

params:query {
batchId:
reportType:
}

body:json {
[
{}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
meta {
name: Get Report Students Guids by mincode and type
type: http
seq: 2
}

post {
url: {{baseUrl}}/api/v1/graduationreports/studentreportsbystudentid
body: json
auth: none
}

params:query {
reportType:
rowCount:
}

body:json {
[
{}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
meta {
name: Get Reports Count by id and status
type: http
seq: 1
}

post {
url: {{baseUrl}}/api/v2/graduationreports/count
body: json
auth: none
}

params:query {
reportType:
}

body:json {
[
{}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
meta {
name: Get Reports Count by mincode and status
type: http
seq: 4
}

post {
url: {{baseUrl}}/api/v1/graduationreports/count
body: json
auth: none
}

params:query {
reportType:
}

body:json {
[
{}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
meta {
name: Create a Certificate Type
type: http
seq: 3
}

post {
url: {{baseUrl}}/api/v1/graduationreports/certificatetype
body: json
auth: none
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Delete a Certificate Type
type: http
seq: 5
}

delete {
url: {{baseUrl}}/api/v1/graduationreports/certificatetype/:certTypeCode
body: none
auth: none
}

params:path {
certTypeCode:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Find a Certificate Type by code
type: http
seq: 4
}

get {
url: {{baseUrl}}/api/v1/graduationreports/certificatetype/:certTypeCode
body: none
auth: none
}

params:path {
certTypeCode:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
meta {
name: Find all Certificate Types
type: http
seq: 1
}

get {
url: {{baseUrl}}/api/v1/graduationreports/certificatetype
body: none
auth: none
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
meta {
name: Update a Certificate Type
type: http
seq: 2
}

put {
url: {{baseUrl}}/api/v1/graduationreports/certificatetype
body: json
auth: none
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Archive All Student Achievements by Student ID
type: http
seq: 18
}

delete {
url: {{baseUrl}}/api/v1/graduationreports/archiveachievement/:studentID
body: none
auth: none
}

params:path {
studentID:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Check if Certificate type is valid
type: http
seq: 16
}

get {
url: {{baseUrl}}/api/v1/graduationreports/certificate/:certificateTypeCode
body: none
auth: none
}

params:path {
certificateTypeCode:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Check if SCCP Student Certificate exists or not
type: http
seq: 15
}

get {
url: {{baseUrl}}/api/v1/graduationreports/check-sccp-certificate-exists
body: none
auth: none
}

params:query {
studentID:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Delete All Student Achievements by Student ID
type: http
seq: 17
}

delete {
url: {{baseUrl}}/api/v1/graduationreports/studentachievement/:studentID
body: none
auth: none
}

params:path {
studentID:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
meta {
name: Read All Student Certificates For Distribution
type: http
seq: 14
}

get {
url: {{baseUrl}}/api/v1/graduationreports/getcertificatesfordistribution
body: none
auth: none
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Read All Student Certificates by Student ID
type: http
seq: 9
}

get {
url: {{baseUrl}}/api/v1/graduationreports/studentcertificate/:studentID
body: none
auth: none
}

params:path {
studentID:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Read All Student Transcripts by Student ID
type: http
seq: 8
}

get {
url: {{baseUrl}}/api/v1/graduationreports/studenttranscript/:studentID
body: none
auth: none
}

params:path {
studentID:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
meta {
name: Read All Student Transcripts for Distribution
type: http
seq: 13
}

get {
url: {{baseUrl}}/api/v1/graduationreports/gettranscriptsandreportsforposting
body: none
auth: none
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
meta {
name: Read All Student Transcripts-Certificates for User Req Distribution
type: http
seq: 3
}

post {
url: {{baseUrl}}/api/v1/graduationreports/userrequest/:credentialType
body: json
auth: none
}

params:path {
credentialType:
}

headers {
Authorization:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
meta {
name: Read All Student Transcripts-Certificates with Null Distribution Date for User Req Distribution
type: http
seq: 4
}

post {
url: {{baseUrl}}/api/v1/graduationreports/userrequest/notyetdistributed/:credentialType
body: json
auth: none
}

params:path {
credentialType:
}

headers {
Authorization:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: Read Student Certificate by Student ID and Certificate Type
type: http
seq: 10
}

get {
url: {{baseUrl}}/api/v1/graduationreports/psi/studenttranscript/:studentID
body: none
auth: none
}

params:path {
studentID:
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
meta {
name: Save Student Certificate
type: http
seq: 7
}

post {
url: {{baseUrl}}/api/v1/graduationreports/studentcertificate
body: json
auth: none
}

body:json {
{
"createUser": "",
"createDate": "",
"updateUser": "",
"updateDate": "",
"id": "",
"pen": "",
"certificate": "",
"gradCertificateTypeCode": "",
"gradCertificateTypeLabel": "",
"studentID": "",
"distributionDate": "",
"documentStatusCode": "",
"documentStatusLabel": "",
"overwrite": ""
}
}
Loading

0 comments on commit d88c099

Please sign in to comment.