ScheduleSlots » Historie » Verze 1

Redmine Admin, 2025-08-06 18:46

1 1 Redmine Admin
h1. Rozvrhová okénka
2 1 Redmine Admin
3 1 Redmine Admin
{{>toc}}
4 1 Redmine Admin
5 1 Redmine Admin
*Rozsah dat:* úplný / záznamy pro celé ČVUT *[[data_restrictions|/?/]]*
6 1 Redmine Admin
7 1 Redmine Admin
8 1 Redmine Admin
h2. GET /scheduleSlots
9 1 Redmine Admin
10 1 Redmine Admin
Vrátí všechna rozvrhová okénka.
11 1 Redmine Admin
12 1 Redmine Admin
* *URI:* {{base_url}}/api/3/scheduleSlots/
13 1 Redmine Admin
* *Typ zdroje:* Atom Feed
14 1 Redmine Admin
* *Typ obsahu:* [[ScheduleSlot]]
15 1 Redmine Admin
* *Formáty:* [[atom]], [[xml]]
16 1 Redmine Admin
* *Parametry:* [[URLParameters#fields|fields]], [[URLParameters#lang|lang]], [[URLParameters#limit|limit]], [[URLParameters#locEnums|locEnums]], [[URLParameters#multilang|multilang]], [[URLParameters#offset|offset]], [[URLParameters#orderBy|orderBy]], [[URLParameters#query|query]]
17 1 Redmine Admin
18 1 Redmine Admin
19 1 Redmine Admin
h2. GET /scheduleSlots/{id}
20 1 Redmine Admin
21 1 Redmine Admin
Vrátí rozvrhové okénko podle jeho ID.
22 1 Redmine Admin
23 1 Redmine Admin
* *URI:* {{base_url}}/api/3/scheduleSlots/{id}/
24 1 Redmine Admin
* *Typ zdroje:* Atom Entry
25 1 Redmine Admin
* *Typ obsahu:* [[ScheduleSlot]]
26 1 Redmine Admin
* *Formáty:* [[atom]], [[xml]]
27 1 Redmine Admin
* *Proměnné:* @{id}@ ID okénka
28 1 Redmine Admin
* *Parametry:* [[URLParameters#fields|fields]], [[URLParameters#lang|lang]], [[URLParameters#locEnums|locEnums]], [[URLParameters#multilang|multilang]]