afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/UniqueQueryEventLog.json

68 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "UniqueQueryEventLog - Data API",
"description": "Unique Query events capture specific search queries (SOQL), filter IDs, and report IDs that are processed, along with the underlying database queries (SQL). This object is available in API version 65.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"BotIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the bot."
},
"BotSessionIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The bot session ID."
},
"LoginKey": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The string that ties together all events in a given users login session. It starts with a login event and ends with either a logout event or the user session expiring."
},
"PlannerIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the agent planner."
},
"QueryIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The text of the SOQL query run or the Id of the report or list view run."
},
"QueryType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The input type to the optimizer that was translated."
},
"RequestIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same REQUEST_ID."
},
"SessionKey": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The users unique session ID. You can use this value to identify all user events within a session. When a user logs out and logs in again, a new session is started."
},
"SqlIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The unique identifier generated for the database query. (Its SQL Id in the ELF);"
},
"Timestamp": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "Timestamp at which the log event was generated."
}
},
"special_access_rules": "To access this object, you must have the View Event Log Object Data user permission."
}