Get All Communication Card
GET {{baseUrl}}/incidents/:IncidentId/communication_cards
- This endpoint is used to get all the communication card details for incidentId metioned in params.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
RESPONSES
status: OK
{"data":[{"created_at":"2022-07-19T07:49:09.725124Z","updated_at":"2022-07-19T07:49:09.725124Z","deleted_at":null,"id":62,"incident_id":"62b31f0ec9fb2e00076b7f1c","url":"https://abc.com","type":"other","title":"ksdjnc","channel_id":"","archived_at":null},{"created_at":"2022-07-19T07:50:07.916033Z","updated_at":"2022-07-19T07:50:07.916033Z","deleted_at":null,"id":63,"incident_id":"62b31f0ec9fb2e00076b7f1c","url":"https://abcc.com","type":"other","title":"ksdccjnc","channel_id":"","archived_at":null},{"created_at":"2022-07-19T07:50:55.799029Z","updated_at":"2022-07-19T07:50:55.799029Z","deleted_at":null,"id":64,"incident_id":"62b31f0ec9fb2e00076b7f1c","url":"https://abccc.com","type":"other","title":"ksdccjccnc","channel_id":"","archived_at":null},{"created_at":"2022-07-19T07:47:41.865735Z","updated_at":"2022-07-19T08:00:21.62707Z","deleted_at":null,"id":61,"incident_id":"62b31f0ec9fb2e00076b7f1c","url":"https://staus.squadcastttt.com","type":"other","title":"abc","channel_id":"","archived_at":null}]}