GET ./note/tipuri

It is used to return the type of grades that are possible to use in the specified semester.

GET parameters

NameValue TypeValidationDetails
e2mIDintRequiredID to student association to a subject.
sanIDintRequiredSemester ID.

Validation

Error FieldError CodeError Message
e2mID101Invalid e2mID.
sanID101Invalid 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
}
]
}