Versions Compared

Key

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

...

Code Block
titleExample of request
POST https://app.evicertiaecertia.com/api/v2/EviNotice/Affidavits/Request HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==
Host: app.evicertiaecertia.com

{
	"Id":"87ffa214-e773-4bd5-9b8d-a8ef00fd80f8",
	"IncludeBody": true,
	"IncludeEvents": true,
	"IncludeAttachments": true
	"PushNotificationUrl": "https://www.mysite.org/url/to/push",
}

...

Code Block
titleExample of push notification answer
{
	"Identifier": "84225554-41ed-4864-bc0b-03a7990e93c0",
	"Kind": "Closed",
	"Date": "2018-01-22T12:46:32.4830752+01:00",
	"EvidenceType": "eviNotice",
	"Site": "pruebas",
	"Owner": "Pruebas evicertia",
	"OwnerEmail": "pruebas@evicertia.com",
	"AdditionalData": {}
}

...