GET ./edumarket/detalii

It is used to return the details for an offer from Edumarket list.

Observation! The widget list will have a value like the follwing:

"iconDetails": { "icon": "icon-pin", "name": "Harta" }

The 'icon-pin' is the name of the icon from the list a https://adservio.ro/fonts/demo.html and it is used on the web part with the class '_icon'.

GET parameters

NameValue TypeValidationDetails
emoIDintRequiredOffer ID

Output example

{
"emoID": "2",
"emoOfertant": "Livresq",
"emoOfertantID": "2",
"emoNume": "Creeaza continut editabil",
"emoDescriere": "Se poate porni un proiect de la zero, adăugând resurse (texte, poze, video, etc) de pe propriul calculator sau create direct în Editorul LIVRESQ. Sau se poate importa un fișier EPUB, creat cu Adobe InDesign®, pentru a avea acces la resursele deja organizate pentru tipar. ",
"emoContinut": "<p>ads dadasasd</p>",
"emoLogo": "https://livresq.com/wp-content/uploads/2019/07/Logo.png",
"emoCover": "https://dl.adservio.ro/edumarket/livresq_cover.jpg",
"emoLink": "https://livresq.com/ro/",
"isFavorit": "1",
"widgets": [
{
"ewID": "4",
"ewTitlu": "Durata si costuri",
"ewContinut": "<p>Cursurile se desfasoara zilnic timp de 2 saptamani</p>",
"ewIcon": "2",
"ewOrderId": "1",
"ewDataInsert": "2020-04-10 11:37:33",
"ewOfertaId": "2",
"ewIsDeleted": "0",
"iconDetails": {
"icon": "icon-pin",
"name": "Harta"
}
},
{
"ewID": "3",
"ewTitlu": "Unde ne gasesti2",
"ewContinut": "<p><iframe style=\"border: 0; width: 100%;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2712.1370607756135!2d27.571800000000007!3d47.17475299999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40cafb61b20687c1%3A0x9a0f8bc357aec6ac!2sFacultatea+de+Electronic%C4%83%2C+Telecomunica%C8%9Bii+%C8%99i+Tehnologia+Informa%C8%9Biei!5e0!3m2!1sro!2sro!4v1431947870851\" width=\"600\" height=\"450\" frameborder=\"0\"></iframe></p>",
"ewIcon": "2",
"ewOrderId": "2",
"ewDataInsert": "2020-04-10 12:11:20",
"ewOfertaId": "2",
"ewIsDeleted": "0",
"iconDetails": {
"icon": "icon-pin",
"name": "Harta"
}
},
{
"ewID": "9",
"ewTitlu": "testttt",
"ewContinut": "<p>asd a das</p>",
"ewIcon": "3",
"ewOrderId": "4",
"ewDataInsert": "2020-04-10 14:26:44",
"ewOfertaId": "2",
"ewIsDeleted": "0",
"iconDetails": {
"icon": "icon-timer",
"name": "Durata/Timp"
}
}
]
}