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

55 lines
2.1 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",
"usage"
],
"title": "SearchEventLog - Data API",
"description": "Search Event Log provides details about the users search query. This object is available in API version 61.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"PrefixesSearched": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "A space-delineated list of key prefixes that are searched."
},
"QueryIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Unique ID of the search query."
},
"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 RequestIdentifier. For example: 3nWgxWbDKWWDIk0FKfF5DV."
},
"ResultCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Number of results returned by the search query."
},
"SearchQuery": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The first 100 characters of the search query."
},
"Timestamp": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The access time of Salesforce services in GMT. For example, 2020-01-20T19:12:26.965Z. Milliseconds are the most granular setting."
},
"UserIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the user whos using Salesforce services through the UI or the API. For example: 00530000009M943."
}
},
"special_access_rules": "To access this object, you must have the View Event Log Object Data user permission.",
"usage": "All searches within the app, including Experience Cloud sites, are included. However, unauthenticated guest users dont have a unique Salesforce user ID."
}