Get All Notes
GET {{baseUrl}}/incidents/:IncidentId/warroom
- This endpoint is used to get all the note details of incidentID mentioned params.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
RESPONSES
status: OK
{"data":[{"id":"624aaa0f264bfa8599c9f75b","created_at":"2022-04-04T08:19:27.329Z","updated_at":"2022-04-04T12:05:36.718Z","organization_id":"61231c957f981f00086378de","incident_id":"624aa9fb0996cb000844c741","user_id":"60f12dd3814bef0008c4036e","message":"HI! dfghjk","type":"message","attachments":[],"user":{"id":"60f12dd3814bef0008c4036e","first_name":"Punit ","last_name":"Kumar","deleted":false},"replaced_message":"HI! dfghjk"},{"id":"624ae1cd30fd43e76b9a8b64","created_at":"2022-04-04T12:17:17.839Z","updated_at":"2022-04-04T12:19:33.767Z","organization_id":"61231c957f981f00086378de","incident_id":"624aa9fb0996cb000844c741","user_id":"60f12dd3814bef0008c4036e","message":"HI!","type":"message","attachments":[],"user":{"id":"60f12dd3814bef0008c4036e","first_name":"Punit ","last_name":"Kumar","deleted":false},"replaced_message":"HI!"}]}