Get client alert

Returns the client alert

 
image-png-Mar-22-2024-01-25-37-4158-PM/alerts/{alert_id}

https://api.oauth.pabau.com/{api_key}/alerts/{alert_id}

Request

Query Parameters:  
api_key *  
alert_id * System ID of the alert

 

 

Response sample

application/json

{
"token": "{token}",
  "expiration": "2024-04-03T03:31:29.187Z",
"tenant": "{tenant}",
  "catalog": {
    
  },
  "success": true,
  "medical_alerts": [
    {
    "ID": "123456",
    "OwnerID": "123456",
      "Note": "Client Alert",
      "Status": "Enable",
      "CreatedDate": "2024-04-02 11:20:54",
      "Critical": "0"
    }
  ]
}