arrow_back Back to all endpoints

event_log

Event log object to be submitted and returned in the add_event endpoint, this will be populated.

Name Description Type Additional information
id Event log id. It should be null when logging an event. After the event is sent through the add_event endpoint, this will be updated and returned to the user. number None.
type This can be be "error", "warning", "success", or "other". If none of these values are used then the type will be "other". text None.
name Custom name text

Required

Max length: 50

details Contain details of the event. text

Required

account_id Optional account id of user that caused the event if known. number None.
site_id This should be a single digit number: 1 for FinerWorks, 2 for EZCanvas and 3 for GeoGalleries number

Required

Range: inclusive between 1 and 3

date_time This should be left null if logging event. After the event is sent through the add_event endpoint, this will be populated. date None.