Integration Queue Action Logs

The IntegrationQueueActionLog table stores data related to the actions taken when processing the Integration Queue. It contains information such as the start and end dates and times of the process, the individual ID of the user that initiated the process, and any errors encountered. This data is used to monitor and maintain a history of all Integration Queue processes.

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

The IntegrationQueueActionLogId is a field of type int in the IntegrationQueueActionLog table. This Identity field serves as the primary key for the table, allowing the integration queue to keep track of all the actions that have been logged. It is an auto-incrementing, integer-based value, starting from 1 and increasing for each record stored in the table.

int32

IntegrationQueueId is an integer field in the table IntegrationQueueActionLog which acts as the foreign key and is used to identify which IntegrationQueue record the ActionLog record is associated with.

int32

ActionLogId is an auto-generated integer field that acts as a unique primary key for each record in the IntegrationQueueActionLog table. It identifies each action log entry and is used to track any integration activities between the two systems.

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!