GET api/CloneEvent/GETMatchConfigs/{event_id}?new_event_id={new_event_id}
Clone Event Init
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
event_id | integer |
Required |
|
new_event_id | integer |
Required |
Body Parameters
Collection of subevent_ids_list_dcName | Description | Type | Additional information |
---|---|---|---|
SubEventId | integer |
None. |
|
NewSubEventId | integer |
None. |
|
SubEventName | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "SubEventId": 1, "NewSubEventId": 2, "SubEventName": "sample string 3" }, { "SubEventId": 1, "NewSubEventId": 2, "SubEventName": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfsubevent_ids_list_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <subevent_ids_list_dc> <NewSubEventId>2</NewSubEventId> <SubEventId>1</SubEventId> <SubEventName>sample string 3</SubEventName> </subevent_ids_list_dc> <subevent_ids_list_dc> <NewSubEventId>2</NewSubEventId> <SubEventId>1</SubEventId> <SubEventName>sample string 3</SubEventName> </subevent_ids_list_dc> </ArrayOfsubevent_ids_list_dc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of EventTournamentMatchConfigurationInfoName | Description | Type | Additional information |
---|---|---|---|
EventTournamentMatchConfigurationId | integer |
None. |
|
EventId | integer |
None. |
|
SubEventId | integer |
None. |
|
EventTournamentPhaseId | integer |
None. |
|
GameNumber | integer |
None. |
|
BestOfXGames | integer |
None. |
|
MaxpointsperGame | integer |
None. |
|
AdvantageperGame | integer |
None. |
|
SuddenDeathPoint | integer |
None. |
|
TTRReview | boolean |
None. |
|
MaxChallengesPerCompetitor | integer |
None. |
|
YellowCard | boolean |
None. |
|
YellowRed1 | boolean |
None. |
|
YellowRed2 | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
Deleted | integer |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
LastUpdatedDateTime | date |
None. |
|
IsEventLevel | boolean |
None. |
|
TeamMatchTotal | integer |
None. |
|
TeamMatchBestOfXGames | integer |
None. |
|
TeamMatchWinnerNumberOfGames | integer |
None. |
|
TeamMatchSequence | string |
None. |
|
IndividualMatchType | integer |
None. |
|
MaxGamesPerIndividualMatch | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EventTournamentMatchConfigurationId": 1, "EventId": 1, "SubEventId": 1, "EventTournamentPhaseId": 1, "GameNumber": 1, "BestOfXGames": 1, "MaxpointsperGame": 1, "AdvantageperGame": 1, "SuddenDeathPoint": 1, "TTRReview": true, "MaxChallengesPerCompetitor": 1, "YellowCard": true, "YellowRed1": true, "YellowRed2": true, "IsActive": true, "IsDeleted": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T16:27:21.5193071+00:00", "IsEventLevel": true, "TeamMatchTotal": 1, "TeamMatchBestOfXGames": 1, "TeamMatchWinnerNumberOfGames": 1, "TeamMatchSequence": "sample string 1", "IndividualMatchType": 1, "MaxGamesPerIndividualMatch": 1 }, { "EventTournamentMatchConfigurationId": 1, "EventId": 1, "SubEventId": 1, "EventTournamentPhaseId": 1, "GameNumber": 1, "BestOfXGames": 1, "MaxpointsperGame": 1, "AdvantageperGame": 1, "SuddenDeathPoint": 1, "TTRReview": true, "MaxChallengesPerCompetitor": 1, "YellowCard": true, "YellowRed1": true, "YellowRed2": true, "IsActive": true, "IsDeleted": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T16:27:21.5193071+00:00", "IsEventLevel": true, "TeamMatchTotal": 1, "TeamMatchBestOfXGames": 1, "TeamMatchWinnerNumberOfGames": 1, "TeamMatchSequence": "sample string 1", "IndividualMatchType": 1, "MaxGamesPerIndividualMatch": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfEventTournamentMatchConfigurationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <EventTournamentMatchConfigurationInfo> <AdvantageperGame>1</AdvantageperGame> <BestOfXGames>1</BestOfXGames> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>1</EventId> <EventTournamentMatchConfigurationId>1</EventTournamentMatchConfigurationId> <EventTournamentPhaseId>1</EventTournamentPhaseId> <GameNumber>1</GameNumber> <IndividualMatchType>1</IndividualMatchType> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsEventLevel>true</IsEventLevel> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:27:21.5193071+00:00</LastUpdatedDateTime> <MaxChallengesPerCompetitor>1</MaxChallengesPerCompetitor> <MaxGamesPerIndividualMatch>1</MaxGamesPerIndividualMatch> <MaxpointsperGame>1</MaxpointsperGame> <SubEventId>1</SubEventId> <SuddenDeathPoint>1</SuddenDeathPoint> <TTRReview>true</TTRReview> <TeamMatchBestOfXGames>1</TeamMatchBestOfXGames> <TeamMatchSequence>sample string 1</TeamMatchSequence> <TeamMatchTotal>1</TeamMatchTotal> <TeamMatchWinnerNumberOfGames>1</TeamMatchWinnerNumberOfGames> <YellowCard>true</YellowCard> <YellowRed1>true</YellowRed1> <YellowRed2>true</YellowRed2> </EventTournamentMatchConfigurationInfo> <EventTournamentMatchConfigurationInfo> <AdvantageperGame>1</AdvantageperGame> <BestOfXGames>1</BestOfXGames> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>1</EventId> <EventTournamentMatchConfigurationId>1</EventTournamentMatchConfigurationId> <EventTournamentPhaseId>1</EventTournamentPhaseId> <GameNumber>1</GameNumber> <IndividualMatchType>1</IndividualMatchType> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsEventLevel>true</IsEventLevel> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:27:21.5193071+00:00</LastUpdatedDateTime> <MaxChallengesPerCompetitor>1</MaxChallengesPerCompetitor> <MaxGamesPerIndividualMatch>1</MaxGamesPerIndividualMatch> <MaxpointsperGame>1</MaxpointsperGame> <SubEventId>1</SubEventId> <SuddenDeathPoint>1</SuddenDeathPoint> <TTRReview>true</TTRReview> <TeamMatchBestOfXGames>1</TeamMatchBestOfXGames> <TeamMatchSequence>sample string 1</TeamMatchSequence> <TeamMatchTotal>1</TeamMatchTotal> <TeamMatchWinnerNumberOfGames>1</TeamMatchWinnerNumberOfGames> <YellowCard>true</YellowCard> <YellowRed1>true</YellowRed1> <YellowRed2>true</YellowRed2> </EventTournamentMatchConfigurationInfo> </ArrayOfEventTournamentMatchConfigurationInfo>