Versions Compared

Key

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

...


In the case where additional data is indicated in the PushNotificationExtraData parameter, it will be added in a property called ExtraData inside AdditionalData

Anchor
test
test


Code Block
titleExample of a push notification answer (READY)
{
	"Identifier": "1335",
	"EvidenceId": "d9a581ae02584cf6b925a87000c4be22",
	"EvidenceType": "eviSMS",
	"Kind": "Ready",
	"Date": "2018-01-22T12:56:22.4367924+01:00",
	"Site": "pruebas",
	"Owner": "Pruebas evicertia",
	"OwnerEmail": "pruebas@evicertia.com"
	"AdditionalData": {
		"Source": "Issuer Name",
		"LookupKey": "push-notification-test",
		"State": "In progress",
		"CreationDate": "2018-01-22T12:56:19.1306690+01:00",
		"ExtraData": "{\"myId\": \"99cf386b-1590-4ddb-af68-607b3e7c1194\", \"myCreationDate\": \"2018-01-22T12:54:00.4367924+01:00\"}
	}
}

...