get
/{tenantId}/v1/credit-reports/{creditReportId}/timelineGet timeline
Requires Authentication
Credit Reports
Returns the combined timeline of activities and challenges
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
creditReportIdrequired | string (uuid) | Credit report UUID |
Responses
Timeline
Response Bodyapplication/json
itemsarray
TimelineItem[]TimelineItem
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/credit-reports/{creditReportId}/timeline' \
-H 'Authorization: Bearer {token}'