top of page

API Request Log
DyXit for Microsoft Dynamics 365 Business Central

api-request-log_en-US.png

This page shows the history of technical exchanges between Business Central and the DyXit platform: each request received or sent, its date, its processing and any error. It is meant for diagnostics and support; day-to-day use is not required.

Month-based navigation

The log can be large, so it is displayed month by month. The status line at the top shows the displayed month, the number of visible requests and the total.

  • Previous Month / Next Month: move the displayed period.

  • Refresh: reloads the current month's list.

Reading a row

  • No: unique identifier of the record. Shown in red when the request or response is not valid XML, or when processing ended in error.

  • Request name: the name of the request (action type), for example PosteDocumentRequest or GeteDocument for the iopole integration.

  • Created / Processed the: creation and processing dates.

  • HTTP Status: the status code returned by the API.

  • Request / Response: the root element of the XML content (or a marker if the content is invalid).

  • On error?: indicates whether processing ended in error.

  • Is Async?: indicates whether the request was processed asynchronously.

Viewing the XML content

Select a row, then use View Request or View Response to display the full XML content of the request or the response. These actions are available only when content exists.

Purging the history

The Clear log action deletes all records prior to the first day of the current month. A confirmation is requested. The current month is kept. This is useful to limit the size of the log.

When should you consult this log?

Mainly when troubleshooting: to confirm a request was received, to understand an error (the On error? column and the HTTP Status code), or to provide the XML content to your support partner. For tracking outbound notifications, use the Webhook Outbox page instead.

bottom of page