Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index Alerts API

 10.12.8            Alerts API
View  |  Print  |  PDF

1 documents found.


Alerts API

api
emails

Gemini generates email alerts when Issues are created, deleted or otherwise updated.

This API is primarily used by the Gemini Scheduler (Windows Service) component for dispatching batched email alerts.

Get Alerts

REST End-point GET/api/alerts.ashx/alerts
Client API Method AlertsService.GetAlerts
Request Body

Returns an array of IssueAlertEN objects that represent pending alerts to be processed.

 

Delete Alert

REST End-point DELETE/api/alerts.ashx/alerts/{alertId}
Client API Method AlertsService.DeleteAlert
Request Body

Deletes an existing IssueAlertEN object (usually after processing the alert).