-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequests.http
More file actions
19 lines (15 loc) · 817 Bytes
/
requests.http
File metadata and controls
19 lines (15 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
### GET Test Notification
GET https://sc-dahenfeld.de/components/com_tdwapp/v9/notificationtest.php
Authorization: Basic {{authUsername}} {{authPassword}}
### GET Persons by project ID
GET https://sc-dahenfeld.de/components/com_tdwapp/v9/persons?teamId=200
Authorization: Basic {{authUsername}} {{authPassword}}
### GET single person by ID
GET https://sc-dahenfeld.de/components/com_tdwapp/v9/person?personId=1
Authorization: Basic {{authUsername}} {{authPassword}}
### GET Team Informations by project ID
GET https://sc-dahenfeld.de/components/com_tdwapp/v9/teamInformation?id=191
Authorization: Basic {{authUsername}} {{authPassword}}
### GET Historic Ranking by project ID
GET https://sc-dahenfeld.de/components/com_tdwapp/v9/historicRanking?projectId=191
Authorization: Basic {{authUsername}} {{authPassword}}