-
Notifications
You must be signed in to change notification settings - Fork 0
API
All endpoints are under the /api
url.
Miro with all API Endpoints:
https://miro.com/app/board/uXjVPg7IgSc=/?share_link_id=718216349886
Get building info
auth
Authorization token
Building with given buildingID
Get owners of building
auth
Authorization token
List with all owners of building with given buildingID
Add new building
auth
Authorization token
todo
building info
Update building information
Add user as owner
Delete building
Delete user as owner
Return user information by id
Return user information by auth token
Return all owned buildings
Log in
Add new user
Update user information
Delete user
Return tour by id
Return buildings in tour (in order)
Add a new tour
Add new tour version of existing tour
Update tour information
Delete tour (and all previous versions?)
Return schedule by id
Return schedule for logged in user
Add new schedule to tour
Update schedule information
Delete Schedule
Return visit by id
Return images linked to visit
Add new visit to building with id
Add new image to visit
Update visit information
Delete visit
Return photo by id
Update image information
Delete image