List Timeline

Output representation of the timeline activity list.
JSON example
1{
2   "count": 2,
3   "items": [
4      {
5         "activityCode": "payment_created",
6         "amount": 18,
7         "currency": "USD",
8         "createDate": "Thu May 16 22:12:36 GMT 2024",
9         "eventStatus": "Created",
10         "eventType": "INTENT",
11         "guid": "82b55da2-e32c-4c4e-982c-",
12         "providerGateway": "STRIPE"
13      },
14      {
15         "activityCode": "payment_started",
16         "amount": "650.75",
17         "currency": "USD",
18         "createDate": "Thu May 16 22:12:36 GMT 2024",
19         "eventType": "Authorized",
20         "eventStatus": "Successful",
21         "guid": "fbbbc244-3908-4d99-ac43-c9440f3ad741",
22         "providerGateway": "STRIPE"
23      }
24   ]
25}
Property Name Type Description Filter Group and Version Available Version
count Integer Number of items in the timeline activity list. Small, 60.0 60.0
items Activity Timeline[] Timeline activity details. Big, 60.0 60.0