List communications

Returns you a list of all communications

 

/clients/{contact_id}/communications

https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/communications

Request

Query Parameters:  
api_key *  
contact_id * Contact ID for the client which communications are required

 

Response Samples

application/json
{
  "success": true,
  "communications": [
    {
    "id": "1",
    "subject": "Test subject",
      "type": "Email",
    "message": "Test message",
    "to": "test@pabau.com",
      "from": "noreply@pabau.com",
      "date": "05/12/2023 15:57",
    "employee": "Test Pabau"
  }
}