Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update push returned information #39406

...

This method allows to report changes in the state of an evidence, without the need to periodically check its status.

Every time an evidence changes its state, the user will be notified through a POST to the url shown as a parameter of the request.

Please find here below the common information returned for any push notification for an EviMail/EviNotice (Deprecated):

  • EventIdentifierIdentifier: Identifier of the event.EventType
  • Kind: Type  Mnemonic of eventthe notification received.
  • EventDateDate: Date of event.
  • EvidenceId: Identifier of evidence.
  • EvidenceType: Type of evidence.
  • Site: Name of user’s site.
  • Owner: Name of site’s user.
  • OwnerEmail: Email of site’s user.
  • AdditionalData: Additional information in the form of a key-value:
    • From: Issuer’s email adress.
    • To: Recipient’s email address..
    • Subject: Subject indicated by the issuer.
    • LookupKey: Identifier allocated by the user, it can be used later to locate evidence through the query web service (Query).
    • State: Name of the evidence state.
    • CreationDate: Creation date.

...