View API reports: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
View API reports component is a tool designed for viewing reports related to the use of API (Application Programming Interface). | |||
It allows you to analyze and track the requests and responses that are received and sent through the API on your website. | It allows you to analyze and track the requests and responses that are received and sent through the API on your website. | ||
Line 9: | Line 10: | ||
This component enables you to effectively monitor and manage interactions with external systems and services using the API, providing valuable insights into your web project. | This component enables you to effectively monitor and manage interactions with external systems and services using the API, providing valuable insights into your web project. | ||
[[File:Menu View API Reports.png|center|thumb|872x872px]] | [[File:Menu View API Reports.png|center|thumb|872x872px]]Additionally, the component provides the ability to customize report parameters. In this case, the component settings include an SQL query for extracting specific data from the <code>api_api_requests</code> table in the database. | ||
This query filters results according to the specified time interval. | |||
Through this component, it is convenient to monitor and analyze interactions with external systems and services using the API, allowing for more efficient management and support of the web project. |
Latest revision as of 17:31, 17 September 2023
View API reports component is a tool designed for viewing reports related to the use of API (Application Programming Interface).
It allows you to analyze and track the requests and responses that are received and sent through the API on your website.
This component enables you to effectively monitor and manage interactions with external systems and services using the API, providing valuable insights into your web project.
Additionally, the component provides the ability to customize report parameters. In this case, the component settings include an SQL query for extracting specific data from the api_api_requests
table in the database.
This query filters results according to the specified time interval.
Through this component, it is convenient to monitor and analyze interactions with external systems and services using the API, allowing for more efficient management and support of the web project.