Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aura aura
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • AURAAURA
  • auraaura
  • Wiki
  • api definition

api definition · Changes

Page history
Update api definition authored Dec 13, 2017 by Ingo Leindecker's avatar Ingo Leindecker
Hide whitespace changes
Inline Side-by-side
api-definition.md
View page @ dad029d6
......@@ -10,8 +10,8 @@
| Get timeslots by ID | /api/v1/timeslots/1 | | Timeslot object | X | |
| Update timeslot | /api/v1/timeslots/1 | id (int), memo (string), playlist_id (int), is_repetition (boolean) | Timeslot object | | X |
| Get notes by ID | /api/v1/notes/1 | ids (comma separated integer values) | Array of note objects | X | |
| Add note | /api/v1/notes | show_id (int), timeslot_id (int), title, slug, summary, content, image, status, cba_id | | | | X |
| Update note | /api/v1/notes/1 | note_id (int), show_id (int), timeslot_id (int), title, slug, summary, content, image, status (0 = cancellation, 1 = recommendation, 2 = repetition), cba_id (int) | Note object | | X |
| Add note | /api/v1/notes | show (int), timeslot (int), title, slug, summary, content, image, status, cba_id | | | | X |
| Update note | /api/v1/notes/1 | note (int), show (int), timeslot (int), title, slug, summary, content, image, status (0 = cancellation, 1 = recommendation, 2 = repetition), cba_id (int) | Note object | | X |
| Get user profile | /api/v1/users/1 | | User object | X | |
| Update user profile | /api/v1/users/1 | id (int), first_name, last_name, email, biography, website, googleplus_url, facebook_url, twitter_url, linkedin_url, youtube_url, dorftv_url, cba_url, cba_username, cba_user_token, image | User object | | X |
| Get categories | /api/v1/categories | | Array of category objects | X | | |
......
Clone repository
  • AEP01 Aufnahmen und Wiederholungen
  • AEP02 Uploader
  • AEP03 Musikbibliothek
  • AEP04 Jingle Management
  • AEP05 Erweiterung Datenmodell
  • AEP06 Recurrence Rules
  • AEP07 Rechte & Rollen
  • Aktuelle Dokumente
  • Arbeitsbereiche
  • Email Adressen
  • How Tos
  • Maubot Integration
  • Playground
  • Product & Project Management Workflows
  • Releases
View All Pages