fix1t / but-iis-iot-is

2 stars 1 forks source link

Endpoints #1

Open Mikynek opened 1 year ago

Mikynek commented 1 year ago

User Authentication and Management: [ @fix1t @Mikynek ]

System Management: [ @adamgabry ]

User-System Interaction: [ @Mikynek ]

User-System Interaction: [ @fix1t ]

Device and Parameter Management: [ @adamgabry @Mikynek @fix1t ]

Parameters & KPI

Mikynek commented 12 months ago

@fix1t UPDATED [/api/.../...]

In same way as /login and /register other endpoints updated to make space for HTML files routes: /api/systems -> /api/systems/create /api/devices -> /api/devices/create

Mikynek commented 12 months ago

ADDED:

Get All Systems
Method: GET
Endpoint: /api/systems/get
Mikynek commented 12 months ago

UPDATE:

Get All <diff>Pending</diff> Requests for a System
Method: GET
Endpoint: /api/systems/{systemId}/requests

ADDED:

Get All Users NOT in a System
Method: GET
Endpoint: /api/systems/{systemId}/users/not