List Alerts
GET https://{{baseURL}}/api/v2/contract/?company=1&name={{contract_name}}&contract_no={{contract_number}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
company | number | ||
name | string | ||
contract_no | string |
RESPONSES
status: OK
{"alert_name":"Test alert","alert_id":2,"alert_days":10,"alert_days_type":"after","alert_type":"Warranty Start Date","alert_email_message":"Test alert","is_active":true,"last_sent":null,"get_historical_last_sent":null,"resend_on":null,"alert_emails":["romel.robles+dev@revnue.com"]}