Skip to main content

Link speakers to sessions

As each session has one/multiple speakers associated with it, so format your payload with multiple entries if you need to link multiple speakers to single session.

Request body should be as mentioned in the description.

Request Body

The format is described in the example given below.

Required property details:

  • eventid, sessionid are mandatory to identify the association.
  • speakerid should be an existing speaker, can be found in the fetch response of /speakers of Speaker section.
resource object[]
eventid integer
sessionid integer
speakerid integer
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.