Skip to content
Stephan Janssen edited this page May 6, 2013 · 1 revision
  • GET /v2/proposal/event - Returns list of active events (paging not yet supported)

  • GET /v2/proposal/event/{eventId} - Returns the event details for the given identifier

  • POST, PUT /v2/proposal/event/{eventId}/presentation - Create a presentation for the given event identifier

  • GET /v2/proposal/event/{eventId}/presentation/{id}
    Returns the presentations details for an accepted presentation.
    Super user or the related presentation speaker can also retrieve the full presentation details.

  • GET /v2/proposal/event/{id}/presentation?userToken=xxx - Returns the event proposals for the given user

  • GET /v2/proposal/event/{id}/tag?q=[filter]&index=0&size=10 - The query param 'q', index and size are optional. If query param is not defined the full CFP tags are returned.

  • GET /v2/proposal/user?q=xxx - Returns maximum 10 users which have the query in their name or email

Clone this wiki locally