GET api/Events
Request Information
URI Parameters
None.
Body Parameters
QueryParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| StartIndex | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Age | integer |
None. |
|
| HubId | integer |
None. |
|
| Location | string |
None. |
|
| Date | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| OrderBy | string |
None. |
|
| PageSize | integer |
None. |
|
| _PageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_PageNumber": 1,
"StartIndex": 1,
"PageNumber": 1,
"Age": 3,
"HubId": 4,
"Location": "sample string 5",
"Date": "2026-01-24T05:05:36.4953375-08:00",
"FromDate": "2026-01-24T05:05:36.4953375-08:00",
"ToDate": "2026-01-24T05:05:36.4953375-08:00",
"OrderBy": "sample string 9",
"PageSize": 10
}
application/xml, text/xml
Sample:
<QueryParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UAEWarriorsRESTAPI.Models"> <Age>3</Age> <Date>2026-01-24T05:05:36.4953375-08:00</Date> <FromDate>2026-01-24T05:05:36.4953375-08:00</FromDate> <HubId>4</HubId> <Location>sample string 5</Location> <OrderBy>sample string 9</OrderBy> <PageNumber>1</PageNumber> <PageSize>10</PageSize> <StartIndex>1</StartIndex> <ToDate>2026-01-24T05:05:36.4953375-08:00</ToDate> <_PageNumber>1</_PageNumber> </QueryParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.