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
ContributionSpeakerPreferenceViewModelName | Description | Type | Additional information |
---|---|---|---|
EventDate | date |
None. |
|
DayPart | string |
None. |
|
WorkForm | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "EventDate": "2024-11-21T06:26:25.3785952+00:00", "DayPart": "sample string 1", "WorkForm": "sample string 2" }
application/octet-stream
Sample:
{"EventDate":"2024-11-21T06:26:25.3785952+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>2024-11-21T06:26:25.3785952+00:00</EventDate> <WorkForm>sample string 2</WorkForm> </ContributionSpeakerPreferenceViewModel>