List

List speakers

POST https://event.talque.com/api/v1/speaker/list

This endpoint allows you to list all speakers in a single request, possibly filtered by tags.

Request Body

Name
Type
Description

orgId*

string

Unique identifier of the organization

{
    "reason":"SUCCESS",
    "reasonEnum":"SpeakerListReason",
    "speakers":[
        {
            "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":""
        },
        {
            "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":""
        }
    ],
    "success":true
}

Example Request

Example Response

Last updated

Was this helpful?