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.Cada vez que una evidencia cambie de estado, se notidficará al usuario un POST a la url que indique como parámetro de la petición.

Please find here below the common information returned for any push notification for an EviSms:

  • 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.
    • Source: Name of the issuer.
    • Destination: Name of the recipient.
    • 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.

...