getSpeakersByMemberID sample
Example Request getSpeakersByMemberID
- Input: Standard required request parameters
URL for use via HTTP request after Digest Authentication is performed:
https://api.abstractcentral.com/api/s1a/v2/abstracts/full/speakersbymemberid?site_name=acdemo&_type=xml&ids='8b02afea-4813-4997-8c59-735df60caeed'
Example Response: getSpeakersByMemberID
- The
getSpeakersBymemberIDAPI call retrieves detailed metadata for the individual associated with the memberID '8b02afea-4813-4997-8c59-735df60caeed' and the site nameacdemo. The response includes metadata about the speaker's presentation and their participation in a particular session.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>393a0c67-4b8d-4b4e-9e27-e1e57a773df9</callId>
<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="abstractsSpeakersDTO">
<abstractCategory>The Motions of the Planets</abstractCategory>
<abstractStatus>Sessioned</abstractStatus>
<abstractSubCategory>The Motion of the Earth</abstractSubCategory>
<assignedEmail>Abstract Acceptance Status</assignedEmail>
<assignedMessage>12 Minute Oral</assignedMessage>
<controlId>4035261</controlId>
<dateTimeInvitationResponse>2024-02-21 15:48:01</dateTimeInvitationResponse>
<dateTimeInvitationSent>2024-02-21 15:30:30</dateTimeInvitationSent>
<email>[email protected]</email>
<finalId>1</finalId>
<fname>Art</fname>
<invitationStatus>Accepted</invitationStatus>
<lname>Vandalay</lname>
<memberId>8b02afea-4813-4997-8c59-735df60caeed</memberId>
<personId>4518212</personId>
<presentationType>Oral or Poster</presentationType>
<role>Presenter</role>
<sessionAbbr>AST_CSM_04</sessionAbbr>
<sessionId>473376</sessionId>
<sessionTitle>Describes the Moon's orbit around the Earth.</sessionTitle>
<sessionTopic>BSD</sessionTopic>
<sessionType>Astro Symposium</sessionType>
</result>
</Response>Updated 5 months ago
