Action Usage

The ActionUsage table in the Core package is designed to track and analyze the utilization of various actions within the system. It captures key metrics such as the frequency of each action, the associated user IDs, timestamps of when the actions were executed, and any contextual data relevant to the action (e.g., parameters, source of the action). This enables administrators and analysts to gain valuable insights into user behavior, optimize workflows, and identify trends or areas for improvement in system interactions. The structure supports efficient querying and reporting, facilitating deep dives into usage patterns over time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The 'ItemId' field in the 'ActionUsage' table is an integer data type that uniquely identifies each item associated with a user action. This field serves as a foreign key, linking the action to its respective item within the inventory or catalog, enabling efficient tracking and analysis of user interactions with specific items.

uuid

The ActionUsageId field is a uniqueidentifier that serves as the primary key for the ActionUsage table. It uniquely identifies each record within the table, ensuring that every action usage entry can be distinctly referenced. This field is essential for establishing relationships between the ActionUsage table and other related tables within the database, supporting data integrity and efficient querying.

int32 | null

ActionId (int): A unique identifier for each action recorded in the ActionUsage table, representing the specific action performed by a user or system.

string
required
length between 1 and 13

The EntityId field in the ActionUsage table is a varchar data type with a maximum length of 13 characters. It uniquely identifies an entity associated with an action usage record. This field is designed to store alphanumeric identifiers, allowing for flexible integration with various entity types. It is essential for linking action usage data to specific entities in the system, ensuring accurate tracking and reporting.

string
required
length ≥ 1

The 'Name' field of data type nvarchar in the ActionUsage table is designed to store variable-length character strings that can accommodate Unicode characters. This allows for the inclusion of names in multiple languages, enhancing the table's ability to handle diverse data sets. The nvarchar data type supports a maximum length of 4,000 characters, allowing for flexibility in naming conventions while ensuring efficient use of storage.

string | null

The 'Url' field in the 'ActionUsage' table is a varchar data type with a maximum length of 90 characters. It is designed to store the uniform resource locator (URL) associated with an action or event, allowing for the tracking and identification of specific online resources related to user interactions. This field ensures that the URLs are concise, enabling efficient storage while maintaining the ability to reference external content accurately.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!