CData Python Connector for Zendesk

Build 24.0.8963

AccessLogs

Query access logs in Zendesk.

Table Specific Information

Select

The following queries are processed server side while other filters are processed client side within the 本製品.
SELECT * FROM AccessLogs

You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any other search criteria will be ignored and an unfiltered response will be returned.

Columns

Name Type References Description
Id [KEY] String Unique identifier for the access log.
UserId Long ID of the user who made the request.
Status Integer HTTP status code of the response.
Method String HTTP method of the request. Possible values: GET, POST, PUT, DELETE
IpAddress String IP address of the user who made the request.
Timestamp Datetime ISO 8601 formatted string representing the time of the request.
Url String URL of the request.
Graphql String Optional details if the request was a GraphQL query.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963