Get Object Log

This method will retrieve a list of Object Logs. These are events that are created when certain object types are added or modified to allow you to track all changes made by you and your resellers. They are guaranteed to exist for 30 days. Older events may be removed.

Parameters

This method is accessed by https://api.cryptolens.io/api/ai/GetObjectLog

Parameter Description Remarks
Limit Specifies how many events should be returned. default is 10 and at most 100
StartingAfter Works as a cursor (for pagination). If the last element had the id=125, then setting this to 125 will return all events coming after 125. optional
v Method version. optional. by default, it's 1.

Results

Parameter Description Remarks
Events A list of Object Log Objects. returned if no errors are thrown
Result This is either 0(=success) or 1(=error). always returned
Message The message that provides additional information about the result. If it's a successful result, null will be returned. Otherwise, in case of an error, a short message will be returned describing the error. always returned.

Example results

{"result":0,"message":""}

Errors

Error
Access denied.
The input parameters were incorrect.
;