Skip to content

v1.14.0

Compare
Choose a tag to compare
@antazoey antazoey released this 20 Apr 20:57
4e98667

Added

  • New method sdk.alerts.search_all_pages() to retrieve all alert pages.

  • New method sdk.alerts.get_aggregate_data() to get alert summary and observations.

Changed

  • Method sdk.alerts.search() now accepts optional arguments page_num and page_size.

  • Methods sdk.cases.update() and sdk.cases.create() now raise custom exception
    Py42InvalidCaseUserError when trying to add an invalid user as a subject or an
    assignee of a case.

  • sdk.cases.update() now raises Py42CaseNameExistsError when the name of the case
    already exists in the system.