Review Recent Work Item Events

Returns a paginated list of recent work item events recorded in the Event Center, such as transaction holds and releases, merchant holds and releases, and webhook subscription changes. Each logged event is available for review via the API for seven days after it is logged. After seven days, events are automatically removed and no longer available. Use the HoursBack, WorkItemType, and Status parameters to filter results, and the CurrentPage and PageSize parameters to navigate between pages of results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier, or name, of the Backoffice tenant.

Query Params
int32

The number of hours to look back for events. The default is 24.

string
enum

Filters events by the type of work item. Values include HoldTransactions, ReleaseTransactions, HoldMerchant, ReleaseMerchant, CreateWebhookSubscription, UpdateWebhookSubscription, and DeleteWebhookSubscription.

Allowed:
string
enum

Filters events by the processing status of the work item. Values include Queued, Processing, Completed, and Failed.

Allowed:
int32

Use this parameter to navigate between pages of results.

int32

Use this parameter to specify the number of results per page.

Headers
string
required

The API key id used to authenticate and authorize your request to Infinicept. API keys are managed within your Backoffice tenant.

string
required

The API key value used to authenticate and authorize your request to Infinicept. API keys are managed within your Backoffice tenant.

Responses

400

Invalid request parameters

401

Unauthorized

404

Not Found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json