Qodex.ai
Qodex.ai
Introduction
Tech Test - We Invest
Users
Get All UsersAdd UserGet User by IDUpdate a UserDelete a User
Buildings
Get All BuildingsAdd BuildingGet Building by IDUpdate a BuildingDelete a Building
Messages
Get All MessagesAdd MessageGet Message by IDUpdate a MessageDelete a MessageSearch Engine
Introduction
Tech Test - We Invest
Users
Get All UsersAdd UserGet User by IDUpdate a UserDelete a User
Buildings
Get All BuildingsAdd BuildingGet Building by IDUpdate a BuildingDelete a Building
Messages
Get All MessagesAdd MessageGet Message by IDUpdate a MessageDelete a MessageSearch Engine
HomeTech Test - We InvestMessages

Messages

Number of APIs: 6

  1. Add Message POST http://localhost:3000/api/messages

  2. Get All Messages GET http://localhost:3000/api/messages

  3. Get Message by ID GET http://localhost:3000/api/messages/3

  4. Update a Message PUT http://localhost:3000/api/messages/3

  5. Delete a Message DELETE http://localhost:3000/api/messages/2

  6. Search Engine POST http://localhost:3000/api/messages/search?query=is.min:1, the.max:0

Previous
Delete a Building
Next
Get All Messages