GET api/CloneEvent/GETMeetings/{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
None.
Response Information
Resource Description
Collection of MeetingCreateJSON| Name | Description | Type | Additional information |
|---|---|---|---|
| core_information | EventCoreInfo |
None. |
|
| basic_information | MeetingBasicInformation |
None. |
|
| allowed_profiles | Collection of MeetingAllowedProfilesInfo |
None. |
|
| attendees_information | Collection of MeetingAttendeesInformation |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"core_information": {
"EventId": 1,
"EventName": "sample string 1",
"EventTypeId": 2,
"EventCoreTypeId": 1,
"IsBubbleEvent": true,
"IsClosedEvent": true,
"IsActive": true,
"EventCode": "sample string 4",
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-04T02:14:13.5562726+00:00",
"IsDeleted": true,
"IsFrontEndPlatformVisible": true,
"IsBettingEnabled": true,
"SwitchToLive": true,
"IsAIEnabled": true,
"IsMastersEvent": true,
"IsParaEvent": true
},
"basic_information": {
"EventMeetingId": 1,
"EventId": 1,
"OrganizationId": 2,
"ParentEventId": 1,
"ProjectorRequired": true,
"MeetingSubject": "sample string 3",
"MeetingAgenda": "sample string 4",
"LocationId": 1,
"VenueName": "sample string 5",
"MeetingStartDate": "2026-02-04T02:14:13.5562726+00:00",
"MeetingEndDate": "2026-02-04T02:14:13.5562726+00:00",
"MeetingStartTime": "sample string 8",
"MeetingEndTime": "sample string 9",
"RefreshmentInformation": "sample string 10",
"Webinar": true,
"WebinarLink": "sample string 11",
"MeetingOutcome": "sample string 12",
"Status": "sample string 13",
"EventOrganizer": 14,
"CreatedDateTime": "2026-02-04T02:14:13.5562726+00:00"
},
"allowed_profiles": [
{
"MeetingAllowedProfileId": 1,
"QuotaProfileId": 1,
"EventId": 2,
"EventMeetingId": 3,
"Deleted": 1,
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-04T02:14:13.5562726+00:00",
"IsDeleted": true
},
{
"MeetingAllowedProfileId": 1,
"QuotaProfileId": 1,
"EventId": 2,
"EventMeetingId": 3,
"Deleted": 1,
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-04T02:14:13.5562726+00:00",
"IsDeleted": true
}
],
"attendees_information": [
{
"EventMeetingAttendeeId": 1,
"EventId": 1,
"EventMeetingId": 2,
"UserId": 1,
"ittfid": 3,
"ProfileId": 4,
"InviteStatus": "sample string 5",
"Deleted": 1
},
{
"EventMeetingAttendeeId": 1,
"EventId": 1,
"EventMeetingId": 2,
"UserId": 1,
"ittfid": 3,
"ProfileId": 4,
"InviteStatus": "sample string 5",
"Deleted": 1
}
]
},
{
"core_information": {
"EventId": 1,
"EventName": "sample string 1",
"EventTypeId": 2,
"EventCoreTypeId": 1,
"IsBubbleEvent": true,
"IsClosedEvent": true,
"IsActive": true,
"EventCode": "sample string 4",
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-04T02:14:13.5562726+00:00",
"IsDeleted": true,
"IsFrontEndPlatformVisible": true,
"IsBettingEnabled": true,
"SwitchToLive": true,
"IsAIEnabled": true,
"IsMastersEvent": true,
"IsParaEvent": true
},
"basic_information": {
"EventMeetingId": 1,
"EventId": 1,
"OrganizationId": 2,
"ParentEventId": 1,
"ProjectorRequired": true,
"MeetingSubject": "sample string 3",
"MeetingAgenda": "sample string 4",
"LocationId": 1,
"VenueName": "sample string 5",
"MeetingStartDate": "2026-02-04T02:14:13.5562726+00:00",
"MeetingEndDate": "2026-02-04T02:14:13.5562726+00:00",
"MeetingStartTime": "sample string 8",
"MeetingEndTime": "sample string 9",
"RefreshmentInformation": "sample string 10",
"Webinar": true,
"WebinarLink": "sample string 11",
"MeetingOutcome": "sample string 12",
"Status": "sample string 13",
"EventOrganizer": 14,
"CreatedDateTime": "2026-02-04T02:14:13.5562726+00:00"
},
"allowed_profiles": [
{
"MeetingAllowedProfileId": 1,
"QuotaProfileId": 1,
"EventId": 2,
"EventMeetingId": 3,
"Deleted": 1,
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-04T02:14:13.5562726+00:00",
"IsDeleted": true
},
{
"MeetingAllowedProfileId": 1,
"QuotaProfileId": 1,
"EventId": 2,
"EventMeetingId": 3,
"Deleted": 1,
"CreatedBy": 1,
"LastModifiedBy": 1,
"LastUpdatedDateTime": "2026-02-04T02:14:13.5562726+00:00",
"IsDeleted": true
}
],
"attendees_information": [
{
"EventMeetingAttendeeId": 1,
"EventId": 1,
"EventMeetingId": 2,
"UserId": 1,
"ittfid": 3,
"ProfileId": 4,
"InviteStatus": "sample string 5",
"Deleted": 1
},
{
"EventMeetingAttendeeId": 1,
"EventId": 1,
"EventMeetingId": 2,
"UserId": 1,
"ittfid": 3,
"ProfileId": 4,
"InviteStatus": "sample string 5",
"Deleted": 1
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfMeetingCreateJSON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
<MeetingCreateJSON>
<allowed_profiles>
<MeetingAllowedProfilesInfo>
<CreatedBy>1</CreatedBy>
<Deleted>1</Deleted>
<EventId>2</EventId>
<EventMeetingId>3</EventMeetingId>
<IsDeleted>true</IsDeleted>
<LastModifiedBy>1</LastModifiedBy>
<LastUpdatedDateTime>2026-02-04T02:14:13.5562726+00:00</LastUpdatedDateTime>
<MeetingAllowedProfileId>1</MeetingAllowedProfileId>
<QuotaProfileId>1</QuotaProfileId>
</MeetingAllowedProfilesInfo>
<MeetingAllowedProfilesInfo>
<CreatedBy>1</CreatedBy>
<Deleted>1</Deleted>
<EventId>2</EventId>
<EventMeetingId>3</EventMeetingId>
<IsDeleted>true</IsDeleted>
<LastModifiedBy>1</LastModifiedBy>
<LastUpdatedDateTime>2026-02-04T02:14:13.5562726+00:00</LastUpdatedDateTime>
<MeetingAllowedProfileId>1</MeetingAllowedProfileId>
<QuotaProfileId>1</QuotaProfileId>
</MeetingAllowedProfilesInfo>
</allowed_profiles>
<attendees_information>
<MeetingAttendeesInformation>
<Deleted>1</Deleted>
<EventId>1</EventId>
<EventMeetingAttendeeId>1</EventMeetingAttendeeId>
<EventMeetingId>2</EventMeetingId>
<InviteStatus>sample string 5</InviteStatus>
<ProfileId>4</ProfileId>
<UserId>1</UserId>
<ittfid>3</ittfid>
</MeetingAttendeesInformation>
<MeetingAttendeesInformation>
<Deleted>1</Deleted>
<EventId>1</EventId>
<EventMeetingAttendeeId>1</EventMeetingAttendeeId>
<EventMeetingId>2</EventMeetingId>
<InviteStatus>sample string 5</InviteStatus>
<ProfileId>4</ProfileId>
<UserId>1</UserId>
<ittfid>3</ittfid>
</MeetingAttendeesInformation>
</attendees_information>
<basic_information>
<CreatedDateTime>2026-02-04T02:14:13.5562726+00:00</CreatedDateTime>
<EventId>1</EventId>
<EventMeetingId>1</EventMeetingId>
<EventOrganizer>14</EventOrganizer>
<LocationId>1</LocationId>
<MeetingAgenda>sample string 4</MeetingAgenda>
<MeetingEndDate>2026-02-04T02:14:13.5562726+00:00</MeetingEndDate>
<MeetingEndTime>sample string 9</MeetingEndTime>
<MeetingOutcome>sample string 12</MeetingOutcome>
<MeetingStartDate>2026-02-04T02:14:13.5562726+00:00</MeetingStartDate>
<MeetingStartTime>sample string 8</MeetingStartTime>
<MeetingSubject>sample string 3</MeetingSubject>
<OrganizationId>2</OrganizationId>
<ParentEventId>1</ParentEventId>
<ProjectorRequired>true</ProjectorRequired>
<RefreshmentInformation>sample string 10</RefreshmentInformation>
<Status>sample string 13</Status>
<VenueName>sample string 5</VenueName>
<Webinar>true</Webinar>
<WebinarLink>sample string 11</WebinarLink>
</basic_information>
<core_information xmlns:d3p1="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
<d3p1:CreatedBy>1</d3p1:CreatedBy>
<d3p1:EventCode>sample string 4</d3p1:EventCode>
<d3p1:EventCoreTypeId>1</d3p1:EventCoreTypeId>
<d3p1:EventId>1</d3p1:EventId>
<d3p1:EventName>sample string 1</d3p1:EventName>
<d3p1:EventTypeId>2</d3p1:EventTypeId>
<d3p1:IsAIEnabled>true</d3p1:IsAIEnabled>
<d3p1:IsActive>true</d3p1:IsActive>
<d3p1:IsBettingEnabled>true</d3p1:IsBettingEnabled>
<d3p1:IsBubbleEvent>true</d3p1:IsBubbleEvent>
<d3p1:IsClosedEvent>true</d3p1:IsClosedEvent>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
<d3p1:IsFrontEndPlatformVisible>true</d3p1:IsFrontEndPlatformVisible>
<d3p1:IsMastersEvent>true</d3p1:IsMastersEvent>
<d3p1:IsParaEvent>true</d3p1:IsParaEvent>
<d3p1:LastModifiedBy>1</d3p1:LastModifiedBy>
<d3p1:LastUpdatedDateTime>2026-02-04T02:14:13.5562726+00:00</d3p1:LastUpdatedDateTime>
<d3p1:SwitchToLive>true</d3p1:SwitchToLive>
</core_information>
</MeetingCreateJSON>
<MeetingCreateJSON>
<allowed_profiles>
<MeetingAllowedProfilesInfo>
<CreatedBy>1</CreatedBy>
<Deleted>1</Deleted>
<EventId>2</EventId>
<EventMeetingId>3</EventMeetingId>
<IsDeleted>true</IsDeleted>
<LastModifiedBy>1</LastModifiedBy>
<LastUpdatedDateTime>2026-02-04T02:14:13.5562726+00:00</LastUpdatedDateTime>
<MeetingAllowedProfileId>1</MeetingAllowedProfileId>
<QuotaProfileId>1</QuotaProfileId>
</MeetingAllowedProfilesInfo>
<MeetingAllowedProfilesInfo>
<CreatedBy>1</CreatedBy>
<Deleted>1</Deleted>
<EventId>2</EventId>
<EventMeetingId>3</EventMeetingId>
<IsDeleted>true</IsDeleted>
<LastModifiedBy>1</LastModifiedBy>
<LastUpdatedDateTime>2026-02-04T02:14:13.5562726+00:00</LastUpdatedDateTime>
<MeetingAllowedProfileId>1</MeetingAllowedProfileId>
<QuotaProfileId>1</QuotaProfileId>
</MeetingAllowedProfilesInfo>
</allowed_profiles>
<attendees_information>
<MeetingAttendeesInformation>
<Deleted>1</Deleted>
<EventId>1</EventId>
<EventMeetingAttendeeId>1</EventMeetingAttendeeId>
<EventMeetingId>2</EventMeetingId>
<InviteStatus>sample string 5</InviteStatus>
<ProfileId>4</ProfileId>
<UserId>1</UserId>
<ittfid>3</ittfid>
</MeetingAttendeesInformation>
<MeetingAttendeesInformation>
<Deleted>1</Deleted>
<EventId>1</EventId>
<EventMeetingAttendeeId>1</EventMeetingAttendeeId>
<EventMeetingId>2</EventMeetingId>
<InviteStatus>sample string 5</InviteStatus>
<ProfileId>4</ProfileId>
<UserId>1</UserId>
<ittfid>3</ittfid>
</MeetingAttendeesInformation>
</attendees_information>
<basic_information>
<CreatedDateTime>2026-02-04T02:14:13.5562726+00:00</CreatedDateTime>
<EventId>1</EventId>
<EventMeetingId>1</EventMeetingId>
<EventOrganizer>14</EventOrganizer>
<LocationId>1</LocationId>
<MeetingAgenda>sample string 4</MeetingAgenda>
<MeetingEndDate>2026-02-04T02:14:13.5562726+00:00</MeetingEndDate>
<MeetingEndTime>sample string 9</MeetingEndTime>
<MeetingOutcome>sample string 12</MeetingOutcome>
<MeetingStartDate>2026-02-04T02:14:13.5562726+00:00</MeetingStartDate>
<MeetingStartTime>sample string 8</MeetingStartTime>
<MeetingSubject>sample string 3</MeetingSubject>
<OrganizationId>2</OrganizationId>
<ParentEventId>1</ParentEventId>
<ProjectorRequired>true</ProjectorRequired>
<RefreshmentInformation>sample string 10</RefreshmentInformation>
<Status>sample string 13</Status>
<VenueName>sample string 5</VenueName>
<Webinar>true</Webinar>
<WebinarLink>sample string 11</WebinarLink>
</basic_information>
<core_information xmlns:d3p1="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
<d3p1:CreatedBy>1</d3p1:CreatedBy>
<d3p1:EventCode>sample string 4</d3p1:EventCode>
<d3p1:EventCoreTypeId>1</d3p1:EventCoreTypeId>
<d3p1:EventId>1</d3p1:EventId>
<d3p1:EventName>sample string 1</d3p1:EventName>
<d3p1:EventTypeId>2</d3p1:EventTypeId>
<d3p1:IsAIEnabled>true</d3p1:IsAIEnabled>
<d3p1:IsActive>true</d3p1:IsActive>
<d3p1:IsBettingEnabled>true</d3p1:IsBettingEnabled>
<d3p1:IsBubbleEvent>true</d3p1:IsBubbleEvent>
<d3p1:IsClosedEvent>true</d3p1:IsClosedEvent>
<d3p1:IsDeleted>true</d3p1:IsDeleted>
<d3p1:IsFrontEndPlatformVisible>true</d3p1:IsFrontEndPlatformVisible>
<d3p1:IsMastersEvent>true</d3p1:IsMastersEvent>
<d3p1:IsParaEvent>true</d3p1:IsParaEvent>
<d3p1:LastModifiedBy>1</d3p1:LastModifiedBy>
<d3p1:LastUpdatedDateTime>2026-02-04T02:14:13.5562726+00:00</d3p1:LastUpdatedDateTime>
<d3p1:SwitchToLive>true</d3p1:SwitchToLive>
</core_information>
</MeetingCreateJSON>
</ArrayOfMeetingCreateJSON>