GET api/StudentPromotion/GetAllStudentPromotion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StudentPromotionName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
StudentId | integer |
None. |
|
CurrentSession | string |
None. |
|
PromoteSession | string |
None. |
|
PromotionFromClass | string |
None. |
|
PromotionToClass | string |
None. |
|
Year | integer |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "StudentId": 2, "CurrentSession": "sample string 3", "PromoteSession": "sample string 4", "PromotionFromClass": "sample string 5", "PromotionToClass": "sample string 6", "Year": 7, "CreatedBy": "sample string 8", "CreatedDate": "2024-12-01T09:20:48.5033776+05:30", "UpdatedBy": "sample string 10", "UpdatedDate": "2024-12-01T09:20:48.5033776+05:30" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"StudentId":2,"CurrentSession":"sample string 3","PromoteSession":"sample string 4","PromotionFromClass":"sample string 5","PromotionToClass":"sample string 6","Year":7,"CreatedBy":"sample string 8","CreatedDate":"2024-12-01T09:20:48.5033776+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T09:20:48.5033776+05:30"},{"$ref":"1"}]