GET v1/ContributionSetting/{eventGuid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ContributionSettingViewModelName | Description | Type | Additional information |
---|---|---|---|
ConfirmationText | string |
None. |
|
EmailText | string |
None. |
|
ExplanationText | string |
None. |
|
FormCreateClosedDate | date |
None. |
|
FormCreateClosedTime | time interval |
None. |
|
FormEditClosedDate | date |
None. |
|
FormEditClosedTime | time interval |
None. |
|
EventGuid | globally unique identifier |
None. |
|
PrimaryColor | string |
None. |
|
SecondaryColor | string |
None. |
|
TextColor | string |
None. |
|
EventHeaderGuid | globally unique identifier |
None. |
|
EventLogoGuid | globally unique identifier |
None. |
|
ContributionSiteUrl | string |
None. |
|
ShowEventDateLocation | boolean |
None. |
|
Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ConfirmationText": "sample string 1", "EmailText": "sample string 2", "ExplanationText": "sample string 3", "FormCreateClosedDate": "2023-11-21T10:52:55.6657251+00:00", "FormCreateClosedTime": "00:00:00.1234567", "FormEditClosedDate": "2023-11-21T10:52:55.6657251+00:00", "FormEditClosedTime": "00:00:00.1234567", "EventGuid": "6f9ef99f-0612-42f2-a203-2be1cba69b2d", "PrimaryColor": "sample string 5", "SecondaryColor": "sample string 6", "TextColor": "sample string 7", "EventHeaderGuid": "57b87c4e-5f9a-49aa-b495-b13e0f191bb3", "EventLogoGuid": "e93ac577-7af0-4139-a16f-f28f9ece5c42", "ContributionSiteUrl": "sample string 8", "ShowEventDateLocation": true, "Guid": "a40c67a7-40e6-4fbb-b840-6468781d1772", "Created": "2023-11-21T10:52:55.6657251+00:00", "Modified": "2023-11-21T10:52:55.6657251+00:00", "Deleted": "2023-11-21T10:52:55.6657251+00:00", "ErrorMessages": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "IsValid": false }
application/octet-stream
Sample:
{"ConfirmationText":"sample string 1","EmailText":"sample string 2","ExplanationText":"sample string 3","FormCreateClosedDate":"2023-11-21T10:52:55.6657251+00:00","FormCreateClosedTime":"00:00:00.1234567","FormEditClosedDate":"2023-11-21T10:52:55.6657251+00:00","FormEditClosedTime":"00:00:00.1234567","EventGuid":"6f9ef99f-0612-42f2-a203-2be1cba69b2d","PrimaryColor":"sample string 5","SecondaryColor":"sample string 6","TextColor":"sample string 7","EventHeaderGuid":"57b87c4e-5f9a-49aa-b495-b13e0f191bb3","EventLogoGuid":"e93ac577-7af0-4139-a16f-f28f9ece5c42","ContributionSiteUrl":"sample string 8","ShowEventDateLocation":true,"Guid":"a40c67a7-40e6-4fbb-b840-6468781d1772","Created":"2023-11-21T10:52:55.6657251+00:00","Modified":"2023-11-21T10:52:55.6657251+00:00","Deleted":"2023-11-21T10:52:55.6657251+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ContributionSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity"> <ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </ErrorMessages> <Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-21T10:52:55.6657251+00:00</Created> <Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-21T10:52:55.6657251+00:00</Deleted> <Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">a40c67a7-40e6-4fbb-b840-6468781d1772</Guid> <Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2023-11-21T10:52:55.6657251+00:00</Modified> <ConfirmationText>sample string 1</ConfirmationText> <ContributionSiteUrl>sample string 8</ContributionSiteUrl> <EmailText>sample string 2</EmailText> <EventGuid>6f9ef99f-0612-42f2-a203-2be1cba69b2d</EventGuid> <EventHeaderGuid>57b87c4e-5f9a-49aa-b495-b13e0f191bb3</EventHeaderGuid> <EventLogoGuid>e93ac577-7af0-4139-a16f-f28f9ece5c42</EventLogoGuid> <ExplanationText>sample string 3</ExplanationText> <FormCreateClosedDate>2023-11-21T10:52:55.6657251+00:00</FormCreateClosedDate> <FormCreateClosedTime>PT0.1234567S</FormCreateClosedTime> <FormEditClosedDate>2023-11-21T10:52:55.6657251+00:00</FormEditClosedDate> <FormEditClosedTime>PT0.1234567S</FormEditClosedTime> <PrimaryColor>sample string 5</PrimaryColor> <SecondaryColor>sample string 6</SecondaryColor> <ShowEventDateLocation>true</ShowEventDateLocation> <TextColor>sample string 7</TextColor> </ContributionSettingViewModel>