Alerts
Gets a specified attachment of a specified alert.
get/alerts/{alertId}/attachments/{attachmentId}
Path parameters
alertIdstring required
Id of the alert that contains the wanted attachment.
attachmentIdstring required
Id of the attachment, that you want to retrieve.
Query parameters
widthinteger
Optional parameter defining the wanted width of the picture that is retrieved.
heightinteger
Optional parameter defining the wanted height of the picture that is retrieved.
scaleboolean
Optional parameter defining whether it's wanted to scale the retrieved image. Default is set to true.
Response
Returns the attachment image with additional meta information.
string binary required