GET api/GetEventRawData?eventid={eventid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Collection of Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": null,
"sample string 2": null
}