Explore
COMP2110 Portal Server API
1.0.0
OAS 3.0
API documentation for the COMP2110 Portal Server
Servers
https://comp2110-portal-server.fly.dev - Production server on fly.io
http://localhost:8102 - Development server
Authorize
Advertising
GET
/adserver
Get an advertising image
GET
/adserver
/tracker
Get a report of the sites visited
Home Automation
GET
/home
/devices
Get all devices for authenticated user
POST
/home
/devices
Create a new device
GET
/home
/devices
/{id}
Get a specific device
PUT
/home
/devices
/{id}
Update device status and properties
GET
/home
/sensors
Get all sensors
POST
/home
/sensors
Create a new sensor
GET
/home
/sensors
/{id}
Get a specific sensor
GET
/home
/locations
Get all locations
POST
/home
/locations
Create a new location
Lists
GET
/lists
Get all lists for authenticated user
POST
/lists
Create a new list
GET
/lists
/{id}
Get a specific list by ID
POST
/lists
/{id}
Add an item to a specific list
DELETE
/lists
/{id}
/{contentID}
Delete an item from a list
Posts
GET
/posts
Get recent posts posts
POST
/posts
Create a new posts post
GET
/posts
/{id}
Get a specific posts post
Tasks
GET
/tasks
Get tasks for authenticated user
POST
/tasks
Create a new task
GET
/tasks
/{id}
Get a specific task
POST
/tasks
/{id}
Update a task
DELETE
/tasks
/{id}
Delete a task
Users
POST
/users
/login
Authenticate user and get access token