Logo
Custom API - Tech Test API Documentation

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



ENDPOINTS