API Log
API Log contains records about all requests via Application Programming Interface (API) to the System from external clients or from internal cron procedures. It is possible to use filters to select necessary records.
- Created At
- Date and time of request.
- Status
- Status of operation (HTTP-response code).
- Method
- HTTP-request (PUT, GET, POST, DELETE) method that was used for this API-request.
- Path
- Relative path to requested procedure.
- DB Duration
- Duration (in milliseconds) of processing request by Database.
- Page Duration
- Total response time (in milliseconds).
- Controller
- Controller that is contained procedure that was requested.
- Action
- Name of requested procedure.
- Params
- Parameters that were sent with request.
- Request Body
- Body of request in raw format.
- Response Body
- Body of response in raw format.
- Request Headers
- Headers of request in raw format.
- Response Headers
- Headers of response in raw format.
WARNING
Fields Request Body, Response Body, Request Headers, Response Headers not logged by default. To enable writing this data - enable Debug in Api Log Configs configuration menu.