Get complete Registrations List for a specific student

Submitted by azureadmin on Fri, 12/06/2019 - 09:07
Resource Name
GetStudentRegistrationsList
URLStructure
https://learnqa.training.com/GSM.API/api/PCR/GetStudentRegistrationsList
Method
GET
Header
CenterCode:00201 StudentId:S180020100051
Response Data
{
"Registrations": [
{
"StudentName": "SHUBHAM UPADHYAY",
"CenterCode": "00201",
"CenterName": "NIIT Delhi South Extension Centre",
"CourseCode": "9ACT",
"CourseName": "Accounting with Tally.ERP9",
"Status": "VALID",
"RegistrationCode": "R190020100009",
"RegistrationDate": "2019-04-24T08:07:35.29"
},
{
"StudentName": "SHUBHAM UPADHYAY",
"CenterCode": "00201",
"CenterName": "NIIT Delhi South Extension Centre",
"CourseCode": "9ACT",
"CourseName": "Accounting with Tally.ERP9",
"Status": "VALID",
"RegistrationCode": "R190020100008",
"RegistrationDate": "2019-04-24T08:07:35.29"
},
{
"StudentName": "SHUBHAM UPADHYAY",
"CenterCode": "00201",
"CenterName": "NIIT Delhi South Extension Centre",
"CourseCode": "CIB",
"CourseName": "Certificate in Banking",
"Status": "VALID",
"RegistrationCode": "R190020100007",
"RegistrationDate": "2019-04-24T08:07:35.29"
},
{
"StudentName": "SHUBHAM UPADHYAY",
"CenterCode": "00201",
"CenterName": "NIIT Delhi South Extension Centre",
"CourseCode": "CISE",
"CourseName": "Certificate in Software Engineering",
"Status": "VALID",
"RegistrationCode": "R180020100244",
"RegistrationDate": "2017-05-23T00:00:00"
}
],
"ErrorYN": "N",
"Message": "Success"
}