GET GetEventDetails?eventId={eventId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfEventDetailName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | EventDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "EventId": 1, "EventName": "sample string 2", "SID": 3, "EventFrom": "sample string 4", "EventTo": "sample string 5", "EventProfile": 6, "EventLocation": "sample string 7", "EventType": "sample string 8", "FormattedEventType": "sample string 9", "EventImpact": 10, "EventDescription": "sample string 11", "CreatedDate": "sample string 12", "Modifieddate": "sample string 13", "Modifiedby": "sample string 14", "IsDeleted": true, "isRepeat": true, "Repeats": "sample string 16", "RepeatsBy": "sample string 17", "RepeatEvery": 1, "Ends": "sample string 18", "EventCity": "sample string 19", "ImageUrl": "sample string 20", "Charge": "sample string 21", "Longitude": 22.1, "Latitude": 23.1, "MasterEventId": "sample string 24", "IsCustom": true, "Distance": 26.1, "DisplayDate": "sample string 27", "IsSubscribed": true, "EventColor": "sample string 29", "StartTime": "sample string 30", "EndTime": "sample string 31", "RowNum": 32, "ExcelEventType": "sample string 33", "IsHolidayEvent": true } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"EventId":1,"EventName":"sample string 2","SID":3,"EventFrom":"sample string 4","EventTo":"sample string 5","EventProfile":6,"EventLocation":"sample string 7","EventType":"sample string 8","FormattedEventType":"sample string 9","EventImpact":10,"EventDescription":"sample string 11","CreatedDate":"sample string 12","Modifieddate":"sample string 13","Modifiedby":"sample string 14","IsDeleted":true,"isRepeat":true,"Repeats":"sample string 16","RepeatsBy":"sample string 17","RepeatEvery":1,"Ends":"sample string 18","EventCity":"sample string 19","ImageUrl":"sample string 20","Charge":"sample string 21","Longitude":22.1,"Latitude":23.1,"MasterEventId":"sample string 24","IsCustom":true,"Distance":26.1,"DisplayDate":"sample string 27","IsSubscribed":true,"EventColor":"sample string 29","StartTime":"sample string 30","EndTime":"sample string 31","RowNum":32,"ExcelEventType":"sample string 33","IsHolidayEvent":true}}
application/xml, text/xml
Sample:
<ResponseOfEventDetailqCs14Pcc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Events"> <d2p1:Charge>sample string 21</d2p1:Charge> <d2p1:CreatedDate>sample string 12</d2p1:CreatedDate> <d2p1:DisplayDate>sample string 27</d2p1:DisplayDate> <d2p1:Distance>26.1</d2p1:Distance> <d2p1:EndTime>sample string 31</d2p1:EndTime> <d2p1:Ends>sample string 18</d2p1:Ends> <d2p1:EventCity>sample string 19</d2p1:EventCity> <d2p1:EventColor>sample string 29</d2p1:EventColor> <d2p1:EventDescription>sample string 11</d2p1:EventDescription> <d2p1:EventFrom>sample string 4</d2p1:EventFrom> <d2p1:EventId>1</d2p1:EventId> <d2p1:EventImpact>10</d2p1:EventImpact> <d2p1:EventLocation>sample string 7</d2p1:EventLocation> <d2p1:EventName>sample string 2</d2p1:EventName> <d2p1:EventProfile>6</d2p1:EventProfile> <d2p1:EventTo>sample string 5</d2p1:EventTo> <d2p1:EventType>sample string 8</d2p1:EventType> <d2p1:ExcelEventType>sample string 33</d2p1:ExcelEventType> <d2p1:FormattedEventType>sample string 9</d2p1:FormattedEventType> <d2p1:ImageUrl>sample string 20</d2p1:ImageUrl> <d2p1:IsCustom>true</d2p1:IsCustom> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:IsHolidayEvent>true</d2p1:IsHolidayEvent> <d2p1:IsSubscribed>true</d2p1:IsSubscribed> <d2p1:Latitude>23.1</d2p1:Latitude> <d2p1:Longitude>22.1</d2p1:Longitude> <d2p1:MasterEventId>sample string 24</d2p1:MasterEventId> <d2p1:Modifiedby>sample string 14</d2p1:Modifiedby> <d2p1:Modifieddate>sample string 13</d2p1:Modifieddate> <d2p1:RepeatEvery>1</d2p1:RepeatEvery> <d2p1:Repeats>sample string 16</d2p1:Repeats> <d2p1:RepeatsBy>sample string 17</d2p1:RepeatsBy> <d2p1:RowNum>32</d2p1:RowNum> <d2p1:SID>3</d2p1:SID> <d2p1:StartTime>sample string 30</d2p1:StartTime> <d2p1:isRepeat>true</d2p1:isRepeat> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfEventDetailqCs14Pcc>