Request/Response Parameters Summary

POST /customEventTracking/getLastLines

The request and response are both JSON objects. The following is a summary of the properties inside the request and response objects.

Request Properties

Property

Description

Request JSON Object

user (string)—The username of your Usage Intelligence user account. Required only for non-cookie authentication.
sessionId (string)—The sessionId obtained via POST /auth/login. Required only for non-cookie authentication.
productId (integer)—The product ID on which this request is being done.
lineCount (string)—The number of lines/events to retrieve.

Response JSON Object

status (string)—Contains OK if successful or SYNTAX ERROR or AUTH ERROR.
reason (string)—Present only if status is not OK. Contains error message (reason).
fieldNames (object)—Maps the key names in the result object with a user friendly name
results (array)—Contains the results as requested represented as a JSON array. The result format is described below.