Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

app.ecertia.comThis operation allows to consult basic information of a existing EviNotice in the system by the following fields:

...

Code Block
titleExample of request
GET https://app.evicertiaecertia.com/api/v2/EviNotice/018429bc-c406-4091-afd5-12f0087d2c6b
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertiaecertia.com



The result of this operation will include the following data:

  • Id: EviNotice's identifier.
  • LinkedId: Grouped identifier of the evidence (it allows to identify sendings in the same request).
  • Subject: Subject of the EviNotice.
  • LookupKey: Locator allocated to the evidence by user at the time of submit.
  • Issuer: Issuer's legal name or company name.
  • IssuerEmail: Sender's email.
  • IssuerPhone: Sender's source phone.
  • RecipientAddress: Recipient's address (an email or a mobile phone).
  • RecipientDisplayName: Recipient's display name.
  • RecipientLegalName: Recipient's legal name.
  • State: EviNotice's current state.
  • Outcome: Outcome of the EviNotice processing.
  • CreationDate: Creation time/date of the EviNotice.
  • LastUpdateDate: Date/time of last status change.
  • TimeToLive (minutes): Time (in minutes) that the evidence will be available before proceeding to close the tracking of the EviNotice. In those cases in which the notification/contract is accessible via a link, once that period has elapsed and if it has never been accessed, this link is no longer available.
  • AllowRefusal: Indicates whether the receiver can refuse to read the EviNotice.
  • NotaryProfile: Notary’s identifier who will carry out custody at the notary’s office.
  • SourceChannel: Indicates the channel through which the EviNotice was submitted (Web, Api, Smtp).
  • OnlineRetentionPeriod: Time (in years) of online retention.
  • NotaryRetention: Indicates if the EviNotice has notarial custody.
  • AffidavitKinds: Displays the types of affidavits selected in the issue. Kinds of Affidavits.
  • Affidavits: List of affidavits associated to the message:
    • Id: Date/time of last status change.
    • Kind: Type identifier of the generated affidavit. Kinds of Affidavits.
    • Description: Description of affidavit.
    • CreationDate: Creation time/date of affidavit.
    • Length: Number of bytes or characters contained in the affidavit.Kind: Type identifier of the generated affidavitKinds of Affidavits.
  • Attachments: List of attachments associated to message:
    • Id: Unique identifier associated to the attachment.
    • CreationDate: Creation time/date of attachment.
    • DisplayName: Description/Name of the attachment.
    • FileName: Name of the attachment file.
    • MimeType: Identifier of mime type of attachment.
    • Length: Number of bytes or characters contained in the attachment.
    • Hash: Cryptographic summary of the attachment.

...