Read
Read lectures
POST https://event.talque.com/api/v1/lecture/read
This endpoint allows you to read multiple lecture records in a single request.
Query Parameters
Name
Type
Description
orgId*
string
The API will do its best to find a cake matching the provided recipe.
lectureIdList*
array
List of lecture identifiers
{
"lectureById":{
"fMfhFCuBCXHd6dgbJvWx":{
"model":{
"backgroundImage":null,
"customData":{
"data":[
{
"id":"B2ulKb4421KiWpuR4fPz",
"type":"TranslatedTextData",
"value":{
"DE_DE":"Mein Untertitel",
"EN_US":"Very Punny"
}
}
]
},
"description":{
"DE_DE":"Sehr *Abstrakt*",
"EN_US":"Very *abstract*"
},
"descriptionHtml":{
"DE_DE":"<div class=\"msg_div\">\n<p class=\"msg_p\">Sehr <strong class=\"msg_strong\">Abstrakt<\/strong><\/p>\n<\/div>",
"EN_US":"<div class=\"msg_div\">\n<p class=\"msg_p\">Very <strong class=\"msg_strong\">abstract<\/strong><\/p>\n<\/div>"
},
"format":"talk",
"isHighlight":true,
"isPublic": true,
"isPublished": true,
"languageOther":{},
"languages":[
"RUS"
],
"lectureId":"fMfhFCuBCXHd6dgbJvWx",
"mtime":1538496600000,
"name":{
"DE_DE":"Vortragstitel",
"EN_US":"Talk title"
},
"period":{
"duration":60,
"end":1539882600000,
"isTimed":true,
"periodType":"TIME",
"start":1539879000000
},
"roomId":null,
"speakerRole":{
"GTOD9d0P9IJQGI5f8DeZ":"MODERATOR"
},
"speakers":[
"8f7dBiIGtWOttptVLagH",
"GTOD9d0P9IJQGI5f8DeZ"
],
"tags":[
"top"
],
"topics":[
"fin"
]
},
"reason":"SUCCESS",
"success":true
}
},
"orgId":"RVZA0drygVK5NbrZuQnB",
"reason":"SUCCESS",
"reasonEnum":"LectureReadReason",
"success":true
}Example Request
Example Response
Last updated
Was this helpful?