Types > AuditLog
Description
Fields
Event type
Example: "variant.created"
geo_country_info: InfoCountry
geo_region_info: InfoProvince
IP address of the connection through which the API call was made
Example: "127.0.0.1"
ip_issatelliteprovider: Boolean!
ID of the item affected if any
Example: "va_EQzGqWoY"
ID of the parent item of the affected item if any
Example: "pd_EQzGqWoY"
Date and time when the API call was made
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
user: User
Used By
Types
Preview (typescript)
interface AuditLog {event: stringgeo_accuracy_radius: numbergeo_city: stringgeo_continent: stringgeo_continent_name: stringgeo_country: stringgeo_country_info?: InfoCountry | nullgeo_country_name: stringgeo_latitude: numbergeo_longitude: numbergeo_metro_code: numbergeo_region: stringgeo_region_info?: InfoProvince | nullgeo_region_name: stringgeo_timezone: stringgeo_zipcode: stringip_address: stringip_domain: stringip_isanonymousproxy: booleanip_isp: stringip_issatelliteprovider: booleanip_netspeed: stringip_organization: stringitem_id: stringparent_id: stringpayload: stringsession_id: stringtimestamp: stringuser?: User | null}