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 18, 2017 by Ingo Leindecker's avatar Ingo Leindecker
Hide whitespace changes
Inline Side-by-side
api-definition.md
View page @ 43eff045
......@@ -6,6 +6,7 @@
| Get show by ID | /api/v1/shows/1 | | Show object | X | |
| Add show | /api/v1/shows/ | name, slug, image, logo, short_description, description, email, website, cba_series_id, fallback_id, type_id (int), rtrcategory_id (int), predecessor_id (int), cba_series_id (int), category (array), hosts (array), language (array), topic (array), musicfocus (array), owners (array) | | | | X |
| Update show | /api/v1/shows/1 | name, slug, image, logo, short_description, description, email, website, cba_series_id, fallback_id, type_id (int), rtrcategory_id (int), predecessor_id (int), cba_series_id (int), category (array), hosts (array), language (array), topic (array), musicfocus (array), owners (array) | | | X |
| Get schedules of a show | /api/v1/shows/1/schedules | | Array of schedule objects. | X | |
| Get timeslots of a show | /api/v1/shows/1/timeslots | start (date), end (date) | Array of timeslots objects. If start and end not given, a default timerange will be returned. | X | |
| Get timeslots of a show | /api/v1/timeslots | show_id (int), start (date), end (date) | Array of timeslots objects. If start and end not given, a default timerange will be returned. | X | |
| Get timeslots by ID | /api/v1/timeslots/1 | | Timeslot object | 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