GET v1/Contribution/SpeakerPreference/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ContributionSpeakerPreferenceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EventDate | date |
None. |
|
| DayPart | string |
None. |
|
| WorkForm | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EventDate": "2025-10-23T10:07:32.1616544+00:00",
"DayPart": "sample string 1",
"WorkForm": "sample string 2"
}
application/octet-stream
Sample:
{"EventDate":"2025-10-23T10:07:32.1616544+00:00","DayPart":"sample string 1","WorkForm":"sample string 2"}
application/xml, text/xml
Sample:
<ContributionSpeakerPreferenceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Small"> <DayPart>sample string 1</DayPart> <EventDate>2025-10-23T10:07:32.1616544+00:00</EventDate> <WorkForm>sample string 2</WorkForm> </ContributionSpeakerPreferenceViewModel>