Dt_API_logs
The Dt_API_logs data type is used to store and manage logs related to API interactions within the application. It captures details about the API used such as response codes and error details.
Data Fields:
API (os_APIs, option set) – The API that was interacted with.
code (text) – The response code received from the API.
Error Body (text) – The error body returned by the API, if any.
Error Location (OS_error_location, option set) – The location where the error occurred.
Raw Body (text) – The raw response body from the API.
Resolved (yes/no) – Indicates whether the API interaction was resolved.
returned_an_error (yes/no) – Indicates whether the API returned an error.
Workflow_Name (text) – The name of the workflow associated with the API interaction.
Creator (User) – The user who initiated or triggered the API interaction.
Modified Date (date) – The date and time when the API log entry was last modified.
Created Date (date) – The date and time when the API log entry was created.
Slug (text) – A unique identifier for the API log entry.
Last updated