GET ./teme/detalii

It is used to return the details of a homework.

If called by a student / parent it will contain only that student.

GET parameters

NameValue TypeValidationDetails
hwIDintRequiredHomework ID.

Output example - student

{
{
"hwID": "46510",
"hwOwnerID": "5335",
"hwName": "Tema demo",
"hwDescription": "asda[br]",
"hwInsertDate": "2023-10-09 12:18:53",
"hwDueDate": "2023-10-18 12:12:00",
"hwAllowAfterDueDate": "0",
"hwTeacher": {
"uaID": "5335",
"uaTip": "3",
"uaFirstName": "Iuliana",
"uaLastName": "Popescu",
"uaSex": "2",
"prefAvatar": "https://s3.eu-west-1.amazonaws.com/adsdev-public/2/22-12/14/e28f459f-7a255746b1600fde80f1896c5d5e2dd6.jpg-IbV1CsOWRN2TxlFazJiP",
"roles": [
{
"roleID": "2",
"roleName": "Director"
},
{
"roleID": "4",
"roleName": "Profesor"
}
]
},
"hwOwner": {
"uaID": "5335",
"uaTip": "3",
"uaFirstName": "Iuliana",
"uaLastName": "Popescu",
"uaSex": "2",
"prefAvatar": "https://s3.eu-west-1.amazonaws.com/adsdev-public/2/22-12/14/e28f459f-7a255746b1600fde80f1896c5d5e2dd6.jpg-IbV1CsOWRN2TxlFazJiP",
"roles": [
{
"roleID": "2",
"roleName": "Director"
},
{
"roleID": "4",
"roleName": "Profesor"
}
]
},
"hwAttachments": null,
"hwStudents": [
{
"elevID": "160208",
"elevNume": "Cazacu",
"elevPrenume": "Ioana",
"hwsID": "55558",
"hwsE2mID": "158307",
"hwsRatingID": "0",
"hwsRatingComment": null,
"hwsInsertDate": "2023-10-09 12:18:53",
"elevAvatar": "",
"nota": null,
"solutions": null
},
{
"elevID": "160210",
"elevNume": "Ciubotaru",
"elevPrenume": "Diana",
"hwsID": "55559",
"hwsE2mID": "158308",
"hwsRatingID": "0",
"hwsRatingComment": null,
"hwsInsertDate": "2023-10-09 12:18:53",
"elevAvatar": "",
"nota": null,
"solutions": null
},
{
"elevID": "160206",
"elevNume": "Copoiu",
"elevPrenume": "Miruna",
"hwsID": "55560",
"hwsE2mID": "158309",
"hwsRatingID": "0",
"hwsRatingComment": null,
"hwsInsertDate": "2023-10-09 12:18:53",
"elevAvatar": "",
"nota": null,
"solutions": null
},
{
"elevID": "160204",
"elevNume": "Grigorescu",
"elevPrenume": "Marcel",
"hwsID": "55561",
"hwsE2mID": "158310",
"hwsRatingID": "0",
"hwsRatingComment": null,
"hwsInsertDate": "2023-10-09 12:18:53",
"elevAvatar": "",
"nota": null,
"solutions": null
},
{
"elevID": "160202",
"elevNume": "Matasaru",
"elevPrenume": "Dragos",
"hwsID": "55562",
"hwsE2mID": "158311",
"hwsRatingID": "0",
"hwsRatingComment": null,
"hwsInsertDate": "2023-10-09 12:18:53",
"elevAvatar": "",
"nota": null,
"solutions": null
},
{
"elevID": "160200",
"elevNume": "Spataru",
"elevPrenume": "Cristiiii",
"hwsID": "55563",
"hwsE2mID": "158312",
"hwsRatingID": "0",
"hwsRatingComment": null,
"hwsInsertDate": "2023-10-09 12:18:53",
"elevAvatar": "",
"nota": null,
"solutions": null
}
],
"hwSubject": {
"matID": "8",
"matNume": "BIOLOGIE"
}
}
}