Get the loan's status-transition history (most recent first), sourced from the audit log.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/loans/{id}/timeline
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/loans/{id}/timeline
curl -i -X GET \
'https://api.pioneerft.com/api/public/v1/loans/{id}/timeline' \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
{ "data": [ { "timestamp": "string", "status": "string", "changedBy": "string", "note": "string" } ] }