GET ./mesaje/mesaj

It is used to return a message (a conversation).

GET parameters

NameValue TypeValidationDetails
msgIDintRequiredMessage ID.
msgCititintOptionalIf the parameter has value = 1 then the message will be marked as read.

Validation

Error FieldError CodeError Message
msgID101Invalid msgID.

Output example

[
{
"msgID": "26956",
"msgDataInsert": "2018-08-03 03:45:46",
"msgSubiect": "Mesaj de test",
"msgContinut": "<b>Lorem Ipsum</b> is simply dummy HTML text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a",
"msgAreAtasamente": "1",
"msgExpeditorText": "Elena Popescu (director,educator)",
"msgDestinatarText": "Elena Popescu (director,educator)",
"msgMimeType": "text/plain",
"msgStared": "0",
"msgArchived": "0",
"msgTrashed": "0",
"msgExpeditor": {
"uaID": "5335",
"uaTip": "3",
"uaFirstName": "Elena",
"uaLastName": "Popescu",
"uaSex": "2",
"prefAvatar": "http://oss-dev.adservio.net:9000/avatar/5335-V7jGJAf5H0aRP1bn6Odr.png",
"functii": [
"text_director",
"text_educator"
]
},
"atasamente": [
{
"fsID": "1129",
"fsOwnerUaID": "5335",
"fsNume": "sb2",
"fsExt": "jpg",
"fsSize": "79319",
"fsMimeType": "image/jpeg",
"fsInsertDate": "2018-08-03 03:45:41",
"fsUrl": "https://127.0.0.1/....jpg"
},
{
"fsID": "1130",
"fsOwnerUaID": "5335",
"fsNume": "sb2_large",
"fsExt": "jpeg",
"fsSize": "1009458",
"fsMimeType": "image/jpeg",
"fsInsertDate": "2018-08-03 03:45:44",
"fsUrl": "https://127.0.0.1/....jpg"
}
]
}
]