Skip to content

Backend: Generate API function for return result of Student #21

@abhijeet007rocks8

Description

@abhijeet007rocks8

Generate function to accept id and type of user="student".
So return the marks of the student with the particular id in json format.
if id not found return message "marks details not uploaded Yet."
in case of error return respective message.

The marks of student should be in format-:

{
"id":<id of student>,
"sub1":<Subject1 marks>,
.....
......
}

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions