GET ./mesaje/recipients

Need subscription flag (for student/parent): FLAG_MSG_OPENED_REPORT

Returns the list of recipients of a message. Can be filtered by read status.

GET parameters

NameValue TypeValidationDetails
msgIDintrequiredMessage ID.
m2dCititintvalues[0,1]Used to filter by read status.
uacTipIDintUsed to filter user type.
searchstringUsed to search for a specific person by name.

Validation

Error FieldError CodeError Message
msgID101Invalid msgID.

Output example

{
"meta": {
"countTotal": "1",
"countData": "1",
"countOffset": "0"
},
"data": [
{
"m2dCitit": "0",
"recepient": {
"uaID": "5335",
"uaTip": "3",
"uaFirstName": "Elena",
"uaLastName": "Popescu",
"uaSex": "2",
"prefAvatar": "https://oss-dev.adservio.net/adservio-avatar/07927f39445e582322780d92c25c971ca7fd1e1da07fd2bcbecb6024f9d1b640.png",
"roles": [
{
"roleID": "2018",
"roleName": "Director"
}
]
}
}
]
}