Developers Information - API & Web Services

API Method /event_copy

This method returns the ID of the new event copied.

Arguments

authentication
This method controls access via required user authentication.
id integer
The ID of the existing event.
event_name string
"New Event Name.

Example Request

https://www.eventbrite.com/xml/event_copy?...&id=123456&event_name=CopyEventname

Output Parameters

This method returns XML with the following structure:

id integer
The new event ID (cloned).
Status string
Process status.
message string
Process message.

Example XML Response

<?xml version="1.0" encoding="utf-8" ?>
<process>
	<id>908163459</id>
	<message>Event copy complete</message>
	<status>ok</status>
</process>

Error Codes

This method may return these errors in an error document:

Authentication Error
The specified user was not found or the login credentials didn't match.
Not Found
The specified event id is unknown.
Event error
The new event name is missing.
User error
This user is not autorized to copy this event.