Read
Read speakers
POST https://event.talque.com/api/v1/speaker/read
This endpoint allows you to load multiple speaker 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.
speakerIdList*
array
List of profile IDs to return
{
"orgId":"RVZA0drygVK5NbrZuQnB",
"reason":"SUCCESS",
"reasonEnum":"SpeakerReadReason",
"speakerById":{
"8f7dBiIGtWOttptVLagH":{
"model":{
"category":null,
"companyName":{},
"customData":{
"data":[]
},
"domain":"",
"facebook":"",
"firstName":"Speaker \u00e4\u00f6\u00fc\u00df",
"isParticipant":true,
"isPhony":false,
"isPublished": true,
"isRegistered":false,
"isSpeaker":true,
"jobTitle":{},
"keywords":[],
"lastName":"Name",
"linkedin":"",
"location":{},
"mtime":1540323000000,
"photo":null,
"photoMedium":null,
"profileId":"8f7dBiIGtWOttptVLagH",
"seeking":[],
"topics":[],
"twitter":"",
"website":""
},
"reason":"SUCCESS",
"success":true
},
"GTOD9d0P9IJQGI5f8DeZ":{
"model":{
"category":null,
"companyName":{},
"customData":{
"data":[]
},
"domain":"",
"facebook":"",
"firstName":"Presenter \u00e4\u00f6\u00fc\u00df",
"isParticipant":true,
"isPhony":false,
"isPublished": true,
"isRegistered":false,
"isSpeaker":true,
"jobTitle":{},
"keywords":[],
"lastName":"Name",
"linkedin":"",
"location":{},
"mtime":1540232400000,
"photo":null,
"photoMedium":null,
"profileId":"GTOD9d0P9IJQGI5f8DeZ",
"seeking":[],
"topics":[],
"twitter":"",
"website":""
},
"reason":"SUCCESS",
"success":true
}
},
"success":true
}Example Request
Example Response
Last updated
Was this helpful?