Describes how to get a notification history for callouts.
page | integer >= 1 Default: 1 The index number of the page that you want to retrieve. This parameter is dependent on |
pageSize | integer <= 40 Default: 20 The number of records returned per page in the response. |
endTime | string <date-time> The final date and time of records to be returned. Defaults to now. Use format yyyy-MM-ddTHH:mm:ss. |
startTime | string <date-time> The initial date and time of records to be returned. Defaults to (end time - 1 day). Use format yyyy-MM-ddTHH:mm:ss. |
objectId | string The ID of an object that triggered a callout notification. |
failedOnly | boolean If |
eventCategory | string Category of records to be returned by event category. The following formats are supported:
|
includeResponseContent | boolean |
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you should not set this header. |
Zuora-Org-Ids | string Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs. |
{- "calloutHistories": [
- {
- "attemptedNum": 3,
- "createTime": "2015-01-13T03:33:51",
- "eventCategory": 1210,
- "eventContext": {
- "<Account.Currency>": "USD",
- "<Account.CurrencySymbol>": "$",
- "<Account.ID>": "402881e54ade80c8014ade884c48000b",
- "<Account.Name>": "test",
- "<Account.Number>": "A00000001",
- "<BillToContact.FirstName>": "Mary",
- "<BillToContact.ID>": "402881e54ade80c8014ade884c51000c",
- "<BillToContact.LastName>": "Smith",
- "<BillToContact.WorkEmail>": "smith@example.com",
- "<BillingAccount.ID>": "402881e54ade80c8014ade884c48000b",
- "<Contact.ID>": "402881e54ade80c8014ade884c51000c",
- "<Event.Category>": "SubscriptionCreated",
- "<Event.ID>": "402892fa47866fe701478674a4ff0093",
- "<Event.Timestamp>": "2015-01-13T22:31:43.248+0800",
- "<Notification>": {
- "EmailTemplate": "New Subscription Created Default Email Template",
- "Event": "New Subscription Created",
- "Profile": "Default Profile",
- "calloutAction": true,
- "emailAction": true,
- "id": "402892fa47866fe701478674a5c100eb",
- "updatedBy": "402892fa47866fe7014786749d9b0002",
- "updatedOn": "01/12/2015 03:23:08"
}, - "<Object.ID>": "402881e54ae37f31014ae3b514e100fd",
- "<Subscription.AutoRenew>": "No",
- "<Subscription.CMRR>": "$250.00",
- "<Subscription.ContractEffective>": "01/01/2016",
- "<Subscription.CreateDate>": "01/13/2015",
- "<Subscription.CreatedBy>": "smith@example.com",
- "<Subscription.CustomerAcceptance>": "01/01/2016",
- "<Subscription.ID>": "402881e54ae37f31014ae3b514e100fd",
- "<Subscription.InitialTerm>": "50",
- "<Subscription.RenewalTerm>": "0",
- "<Subscription.ServiceActivation>": "01/01/2016",
- "<Subscription.SubscriptionDetailTable>": {
- "Charge Name": "recurringcharge",
- "Charge Type": "Recurring",
- "Effective Start Date": "01 / 01 / 2016",
- "QTY": 5,
- "Total": 250,
- "Unit Price": 50
}, - "<Subscription.SubscriptionName>": "A-S00000003",
- "<Subscription.TCV>": "$12,500.00",
- "<Subscription.TermEndDate>": "03/01/2020",
- "<Subscription.TermSetting>": "termed",
- "<Subscription.TermStartDate>": "01/01/2016"
}, - "notification": "New Subscription Created",
- "requestMethod": "POST",
- "responseCode": 405
}
], - "success": true
}