{ "opencollection": "1.0.0", "info": { "name": "TalentLMS Public Batch Actions Timeline API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Timeline", "type": "folder" }, "items": [ { "info": { "name": "Get timeline", "type": "http" }, "http": { "method": "GET", "url": "https://your-domain.talentlms.com/api/v2/timeline", "headers": [ { "name": "X-API-Version", "value": "{{apiVersion}}" } ] }, "docs": "### Get timeline\n\nRetrieve a chronological list of key platform events and user activities, including details such as event type, user, timestamp, and related entities, as a JSON array." } ] } ], "bundled": true }