GET FetchRecordOnEventId?eventId={eventId}&SID={SID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | integer |
Required |
|
| SID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfEventDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| Body | Collection of EventDisplay |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"Body": [
{
"EventId": 1,
"EventName": "sample string 2",
"EventFrom": "sample string 3",
"dates": "sample string 4",
"EventTo": "sample string 5",
"EventProfile": "sample string 6",
"EventLocation": "sample string 7",
"EventType": "sample string 8",
"EventImpact": "sample string 9",
"EventDescription": "sample string 10",
"EventImpactId": 11,
"EventProfileId": 12,
"EventColor": "sample string 13",
"isRepeat": true,
"Repeats": "sample string 14",
"RepeatsBy": "sample string 15",
"RepeatEvery": 1,
"Ends": "sample string 16",
"day": 17
},
{
"EventId": 1,
"EventName": "sample string 2",
"EventFrom": "sample string 3",
"dates": "sample string 4",
"EventTo": "sample string 5",
"EventProfile": "sample string 6",
"EventLocation": "sample string 7",
"EventType": "sample string 8",
"EventImpact": "sample string 9",
"EventDescription": "sample string 10",
"EventImpactId": 11,
"EventProfileId": 12,
"EventColor": "sample string 13",
"isRepeat": true,
"Repeats": "sample string 14",
"RepeatsBy": "sample string 15",
"RepeatEvery": 1,
"Ends": "sample string 16",
"day": 17
}
]
}
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"EventId":1,"EventName":"sample string 2","EventFrom":"sample string 3","dates":"sample string 4","EventTo":"sample string 5","EventProfile":"sample string 6","EventLocation":"sample string 7","EventType":"sample string 8","EventImpact":"sample string 9","EventDescription":"sample string 10","EventImpactId":11,"EventProfileId":12,"EventColor":"sample string 13","isRepeat":true,"Repeats":"sample string 14","RepeatsBy":"sample string 15","RepeatEvery":1,"Ends":"sample string 16","day":17},{"EventId":1,"EventName":"sample string 2","EventFrom":"sample string 3","dates":"sample string 4","EventTo":"sample string 5","EventProfile":"sample string 6","EventLocation":"sample string 7","EventType":"sample string 8","EventImpact":"sample string 9","EventDescription":"sample string 10","EventImpactId":11,"EventProfileId":12,"EventColor":"sample string 13","isRepeat":true,"Repeats":"sample string 14","RepeatsBy":"sample string 15","RepeatEvery":1,"Ends":"sample string 16","day":17}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfEventDisplayqCs14Pcc 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:EventDisplay>
<d2p1:Ends>sample string 16</d2p1:Ends>
<d2p1:EventColor>sample string 13</d2p1:EventColor>
<d2p1:EventDescription>sample string 10</d2p1:EventDescription>
<d2p1:EventFrom>sample string 3</d2p1:EventFrom>
<d2p1:EventId>1</d2p1:EventId>
<d2p1:EventImpact>sample string 9</d2p1:EventImpact>
<d2p1:EventImpactId>11</d2p1:EventImpactId>
<d2p1:EventLocation>sample string 7</d2p1:EventLocation>
<d2p1:EventName>sample string 2</d2p1:EventName>
<d2p1:EventProfile>sample string 6</d2p1:EventProfile>
<d2p1:EventProfileId>12</d2p1:EventProfileId>
<d2p1:EventTo>sample string 5</d2p1:EventTo>
<d2p1:EventType>sample string 8</d2p1:EventType>
<d2p1:RepeatEvery>1</d2p1:RepeatEvery>
<d2p1:Repeats>sample string 14</d2p1:Repeats>
<d2p1:RepeatsBy>sample string 15</d2p1:RepeatsBy>
<d2p1:dates>sample string 4</d2p1:dates>
<d2p1:day>17</d2p1:day>
<d2p1:isRepeat>true</d2p1:isRepeat>
</d2p1:EventDisplay>
<d2p1:EventDisplay>
<d2p1:Ends>sample string 16</d2p1:Ends>
<d2p1:EventColor>sample string 13</d2p1:EventColor>
<d2p1:EventDescription>sample string 10</d2p1:EventDescription>
<d2p1:EventFrom>sample string 3</d2p1:EventFrom>
<d2p1:EventId>1</d2p1:EventId>
<d2p1:EventImpact>sample string 9</d2p1:EventImpact>
<d2p1:EventImpactId>11</d2p1:EventImpactId>
<d2p1:EventLocation>sample string 7</d2p1:EventLocation>
<d2p1:EventName>sample string 2</d2p1:EventName>
<d2p1:EventProfile>sample string 6</d2p1:EventProfile>
<d2p1:EventProfileId>12</d2p1:EventProfileId>
<d2p1:EventTo>sample string 5</d2p1:EventTo>
<d2p1:EventType>sample string 8</d2p1:EventType>
<d2p1:RepeatEvery>1</d2p1:RepeatEvery>
<d2p1:Repeats>sample string 14</d2p1:Repeats>
<d2p1:RepeatsBy>sample string 15</d2p1:RepeatsBy>
<d2p1:dates>sample string 4</d2p1:dates>
<d2p1:day>17</d2p1:day>
<d2p1:isRepeat>true</d2p1:isRepeat>
</d2p1:EventDisplay>
</Body>
<Message>sample string 1</Message>
<Status>true</Status>
</ResponseOfArrayOfEventDisplayqCs14Pcc>