List Timeline

Output representation of the timeline activity list.
JSON example
{
   "count": 2,
   "items": [
      {
         "activityCode": "payment_created",
         "amount": 18,
         "currency": "USD",
         "createDate": "Thu May 16 22:12:36 GMT 2024",
         "eventStatus": "Created",
         "eventType": "INTENT",
         "guid": "82b55da2-e32c-4c4e-982c-",
         "providerGateway": "STRIPE"
      },
      {
         "activityCode": "payment_started",
         "amount": "650.75",
         "currency": "USD",
         "createDate": "Thu May 16 22:12:36 GMT 2024",
         "eventType": "Authorized",
         "eventStatus": "Successful",
         "guid": "fbbbc244-3908-4d99-ac43-c9440f3ad741",
         "providerGateway": "STRIPE"
      }
   ]
}
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