GET api/tournaments?sportId={sportId}&countryId={countryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TournamentNameContains | string |
None. |
|
| IncludeNextEvent | boolean |
None. |
|
| isOutRights | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| EventStatusIDs | Collection of integer |
None. |
|
| IsInPlay | boolean |
None. |
|
| sportId | integer |
Required |
|
| countryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.