getSpeakersByMemberID
getSpeakersByMemberID API call for ScholarOne Conferences returns detailed information about a speaker associated with a specific member ID. The response encapsulates metadata about the speaker's presentation and their participation in a particular session.
Method: GET
Required Parameters
- Site Short Name
- Member ID(s) - up to 25
Optional Parameters
- _type
- External ID
Base URL
api.abstractcentral.com
Resource
/api/s1a/v2/abstracts/full/speakersbymemberid
Request Parameters
Request Element with Example or Default Value
| Type | Description | Req |
|---|---|---|---|
speakersbymemberid | Root | Yes | |
username
| String | "Profile” Username. | Yes |
Password
| String | The API Key | Yes |
site_name
| String | Site short name. The short name is the abbreviated or truncated name of the society, publisher, or family. | Yes |
ids
| String or String Array | A distinct identifier assigned to each society member within the ScholarOne Conferences system. | Yes |
url
| String | The Web Service URL, which identifies the specific service to handle the request. | Yes |
external_id
| String | An id value that can be set by the client for call tracking. API Caller supplied Text string to be stored with Audit History information. | No |
_type
| String | The data type requested from the Service | No |
Response Elements
Response elements with Example or Default Value
| Type | Description |
|---|---|---|
Status | String | State of a given request call |
callID
| String | The CALL_ID is the unique identifier for a given Web Services call. Generated by the ScholarOne Web Services application. |
profileCallId
| String | An id value that is set by the client for call tracking. Set by the request’s external_id element. |
abstractCategory
| String | Represents the primary category of the abstract associated with the speaker. |
abstractStatus
| String | Current status of the abstract. |
abstractSubCategory
| String | Specifies the sub-theme or focus area within the abstract's main category. |
assignedEmail
| String | The subject or identifier of the email associated with the assignment or invitation. |
assignedMessage
| String | A description of the presentation type or specific role in the event. |
controlId
| Integer | A system-generated unique identifier for the abstract. |
dateTimeInvitationResponse
| dateTime | The timestamp of when the speaker responded to their invitation. |
dateTimeInvitationSent
| dateTime | The timestamp of when the invitation was sent to the speaker. |
| String | The speaker's contact email address. |
finalId
| Integer | A numerical identifier associated with the abstract's final version. |
fname
| String | The first name of the speaker. |
invitationStatus
| String | Indicates whether the speaker has accepted, declined, or is pending response to the invitation. |
lname
| String | The last name of the speaker. |
memberId
| String | Society Membership number of the person. |
personId
| Integer | A unique identifier for the individual within the ScholarOne Conferences platform. |
presentationType
| String | Indicates the speaker's presentation type. |
role
| String | The role of the individual within the session. |
sessionAbbr
| String | An abbreviated name for the session associated with the abstract. |
sessionId
| Integer | A unique identifier for the session. |
sessionTitle
| String | The title of the session in which the abstract is scheduled. |
sessionTopic
| String | Specifies the primary subject or focus area of the session. |
sessionType
| String | The type or format of the session. |
Updated 5 months ago
