Query event
Description
The query event method retrieves a given event.
Request
Method | GET | |||
---|---|---|---|---|
URL | /events/${eventId} | |||
Parameters | ||||
Name | Value | Mandatory | Description | |
${eventId} | string | yes | Event identifier. |
<references />
Response
The History REST API answers with HTTP codes for every request. The following table shows the correct response for a successful request. See HTTP Response Codes and Errors for further details on the possible codes that this request can return.
HTTP code | 200 |
---|---|
HTTP Title | OK |
Body | Event |
Example
The following operation retrieves a UserInfo event by its ID.
Request
http://127.0.0.1:9081/server/data/events/5cdca781-3fa3-11e2-aee5-00505625a04f
Response
HTTP/1.1 200 OK Date: Wed, 12 Dec 2012 15:48:08 GMT Content-Type: application/json; charset=UTF-8 Date: Wed, 12 Dec 2012 15:48:08 GMT Accept-Ranges: bytes Server: Restlet-Framework/2.1.0 Content-Length: 587 {"eventID":"5cdca781-3fa3-11e2-aee5-00505625a04f", "category":"", "eventType":"SYSTEM","eventName":"UserInfo", "serverTimestamp":1354798164472,"browserPageID":"2D869014426A4CAA8FA5C0D7B8668D0A", "globalVisitID":"c93a19a1-45db-4d59-9c85-b637daea4a20", "url":"http://www.genesyslab.com/afu_FLS_intermediary.page?returnUrl=/?","timestamp":1354798163915, "visitID":"f24c60f6-0728-4f3d-b8b4-1e7bad2dc8a3","pageID":"5c911f90-3fa3-11e2-aee5-00505625a04f", "data":{"userID":"user@genesyslab.com","sex":"male","name":"user1","age":30}}
This page was last edited on June 7, 2019, at 17:09.
Comments or questions about this documentation? Contact us for support!