The Wayback Machine - https://web-wp.archive.org/web/20141119162426/http://www.meetup.com:80/meetup_api/docs/ew/seed/

Extend your community

Event Seed Edit

POST /ew/seed/:id
  • json
  • xml
Host: api.meetup.com
  • basic
api version 2

For container owners. API method for editing events seeded to communities.

Request Parameters

All parameters are optional, will update the event when provided. This method requires an HTTP POST.

description
description of the event seed
fields
Request that additional fields (separated by commas) be included in the output.
short_description
short description of the event seed
udf_{varname}
modify or add user defined values

Response

If successful, this method returns a 200 OK response. The content body is the same as that returned by Event Seed Get.

Event Seed Get

GET /ew/seed/:id
  • json
  • xml
Host: api.meetup.com
  • basic
api version 2

For container owners. API method for querying an event seeded to communities.

Try it in the console

Request Parameters

Normal authorization parameters are required. The output may be adjusted as normal with format, as well as a fields specifier

fields
Request that additional fields (separated by commas) be included in the output.

Response

container
Container for this event seed
id
ID of the container
name
name of the container
urlname
url name of the container
created
Event created time, in milliseconds since the epoch
description
description of the event seed
id
The ID of the event seed
local_time
local time for event to happen globally in milliseconds since the epoch
short_description
short description of the event seed
status
"pending", "active", or "archived"
udf_{varname}
Any User defined fields specified in the fields parameter
updated
Event updated time, in milliseconds since the epoch

Event Seed Delete

DELETE /ew/seed/:id
  • json
  • xml
Host: api.meetup.com
  • basic
api version 2

For container owners. API method for removing all events seeded to communities.

Request Parameters

No parameters are required or considered other than for authorization and format. This method requires an HTTP DELETE

Response

If successful, this method returns a 200 OK response. The content body includes a success message.

Event Seed Create

POST /ew/seed
  • json
  • xml
Host: api.meetup.com
  • basic
api version 2

For container owners. API method for creating an event to seed to all communities.

Request Parameters

An identifier for the container is required as well as the short_description. This method requires an HTTP POST.

container_id
May serve as the required identifier of the event seed container
description
description of the event seed
fields
Request that additional fields (separated by commas) be included in the output.
local_time
local time for event to happen globally in milliseconds since the epoch
short_description
short description of the event seed
udf_{varname}
user defined values
urlname
May serve as the required identifier of the event seed container

Response

If successful, this method returns a 201 Created response with a Location header containing the Event Seed Get method for this event. The content body is the same as that returned by Event Seed Get.

API methods

everywhere seed events