POST api/Plugin/CreateConnectionEvent
Request Information
URI Parameters
None.
Body Parameters
ConnectionEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGuid | globally unique identifier |
None. |
|
| SessionGuid | globally unique identifier |
None. |
|
| ConnectionSpeed | decimal number |
None. |
|
| EventType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PageNo | integer |
None. |
|
| Rows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserGuid": "ee412bf2-a969-40d9-9a0b-2a99a85243b4",
"SessionGuid": "6e55df6f-d93b-45c7-8279-c3ab96b60862",
"ConnectionSpeed": 3.1,
"EventType": "sample string 4",
"StartDate": "2026-03-12T16:43:25.628676+00:00",
"EndDate": "2026-03-12T16:43:25.628676+00:00",
"PageNo": 5,
"Rows": 6
}
application/xml, text/xml
Sample:
<IDEPlugin.ConnectionEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SofyWebApi.Classes"> <ConnectionSpeed>3.1</ConnectionSpeed> <EndDate>2026-03-12T16:43:25.628676+00:00</EndDate> <EventType>sample string 4</EventType> <PageNo>5</PageNo> <Rows>6</Rows> <SessionGuid>6e55df6f-d93b-45c7-8279-c3ab96b60862</SessionGuid> <StartDate>2026-03-12T16:43:25.628676+00:00</StartDate> <UserGuid>ee412bf2-a969-40d9-9a0b-2a99a85243b4</UserGuid> </IDEPlugin.ConnectionEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |