GET ./note/tipuri
It is used to return the type of grades that are possible to use in the specified semester.
GET parameters
Name | Value Type | Validation | Details |
---|
e2mID | int | Required | ID to student association to a subject. |
sanID | int | Required | Semester ID. |
Validation
Error Field | Error Code | Error Message |
---|
e2mID | 101 | Invalid e2mID. |
sanID | 101 | Invalid sanID. |
Output example
{
"meta": {
"countTotal": "9",
"countData": "9",
"countOffset": "0"
},
"data": [
{
"ntID": "1",
"ntNume": "nt_oral",
"ntPosibil": true
},
{
"ntID": "7",
"ntNume": "nt_test",
"ntPosibil": true
},
{
"ntID": "9",
"ntNume": "nt_proiect",
"ntPosibil": true
},
{
"ntID": "2",
"ntNume": "nt_teza",
"ntPosibil": false
},
{
"ntID": "4",
"ntNume": "nt_ti",
"ntPosibil": false
},
{
"ntID": "8",
"ntNume": "nt_simulare",
"ntPosibil": true
},
{
"ntID": "6",
"ntNume": "nt_tf",
"ntPosibil": true
},
{
"ntID": "5",
"ntNume": "nt_specialitate",
"ntPosibil": false
},
{
"ntID": "3",
"ntNume": "nt_corigenta",
"ntPosibil": false
}
]
}