Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !489

ThaliApp: events api

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Luuk Scholten requested to merge api-events-thaliapp into master May 24, 2017
  • Overview 2
  • Commits 16
  • Changes 3

Short description

Implement events api for ThaliApp

Steps to use this feature

List all upcoming events

  1. Go to /api/events
  2. See a list of all upcoming events

Retrieve information about one upcoming event

  1. Go to /api/events/<pk>
  2. See the details of one specific event

Retrieve all the registrations of one event

  1. Go to /api/events/<pk>/registrations
  2. See the registrations of one event

This call also includes filters for the registration status. Add a query parameter status to your url to filter between: registered, queued and cancelled. This filtering is only available for users that have the permission to change events, default users always get the results of the registered filter.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: api-events-thaliapp