Created
October 27, 2017 12:07
-
-
Save ke-bab/e21126283894e53bd3d31e4de88a1c7e to your computer and use it in GitHub Desktop.
request example from trustpilot.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"events" : [ | |
{ | |
"eventName": "service-review-created", | |
"version": "1", | |
"eventData": { | |
"id": "53bffd360000640002975387", | |
"language": "en", | |
"stars": 5, | |
"title": "Les Possédés. Fédor Mikhaïlovitch Dostoïevski", | |
"text": "Quand vous me tueriez, je ne vois nulle trace; Nous nous sommes égarés, qu’allons-nous faire? Le démon nous pousse sans doute à travers les champs Et nous fait tourner en divers sens. Combien sont-ils? Où les chasse-t-on? Pourquoi chantent-ils si lugubrement? Enterrent-ils un farfadet, Ou marient-ils une sorcière?", | |
"referenceId": "ABC-123-xyz", | |
"createdAt": "2017-02-20T09:01:44Z", | |
"link": "https://api.trustpilot.com/v1/reviews/53bffd360000640002975387", | |
"consumer": { | |
"id": "53bffc3900006400017e5db8", | |
"name": "Customer", | |
"link": "https://api.trustpilot.com/v1/consumers/53bffd360000640002975387" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment