/
REST Objects Transactions

REST Objects Transactions

5.0.0

The Transactions object is part of the overall ServiceBroker Configuration object, in the following location:

Transactions objects are used with the context of a REST Objects Configuration to represent how long local copies of "transaction" data from sub-systems that ServiceBroker has be integrated with should retained, for the relevant tenant.

Transactions Object Format

JSON Format
{
	"WorkItemTTL": 60,
	"WorkItemNotifyTTL": 30
}

Transactions Object Properties

 

PropertyTypeRequired?Description
WorkItemTTLintNo

When the tenant's configuration has been set up so that the Configuration > Modules > WorkItem > UseLocalStore value is true (not the default), then ServiceBroker stores a copy of all Work Items locally, in addition to the Work Items being stored in their primary sub-system. In this case, the WorkItemTTL value defines the number of days that ServiceBroker will retain local Work Item values, before they are deleted.

The default value is 60 days.

WorkItemNotifyTTLintNo

ServiceBroker stores a copy of all Notification Service API transactions locally. The WorkItemNotifyTTL value defines the number of days that ServiceBroker will retain local Notification Service API transactions, before they are deleted.

The default value is 30 days.

Related content

REST Objects WorkItem
REST Objects WorkItem
More like this
REST Objects Configuration
REST Objects Configuration
More like this
REST Objects Work Item
REST Objects Work Item
More like this
REST Objects Work Item Notification
REST Objects Work Item Notification
More like this
REST Objects Modules
REST Objects Modules
More like this
REST Notification Changed Items
REST Notification Changed Items
More like this