{ "opencollection": "1.0.0", "info": { "name": "Camtasia Asset Library Assets Tracks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tracks", "type": "folder" }, "items": [ { "info": { "name": "Camtasia List project tracks", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId/tracks", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" } ] }, "docs": "Retrieve all timeline tracks in a project." }, { "info": { "name": "Camtasia Create a track", "type": "http" }, "http": { "method": "POST", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId/tracks", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new timeline track to the project." }, { "info": { "name": "Camtasia Get a track", "type": "http" }, "http": { "method": "GET", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId/tracks/:trackId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" }, { "name": "trackId", "value": "", "type": "path", "description": "Unique identifier for the timeline track" } ] }, "docs": "Retrieve details of a specific timeline track." }, { "info": { "name": "Camtasia Update a track", "type": "http" }, "http": { "method": "PUT", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId/tracks/:trackId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" }, { "name": "trackId", "value": "", "type": "path", "description": "Unique identifier for the timeline track" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update properties of a timeline track." }, { "info": { "name": "Camtasia Delete a track", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.techsmith.com/camtasia/v1/projects/:projectId/tracks/:trackId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the project" }, { "name": "trackId", "value": "", "type": "path", "description": "Unique identifier for the timeline track" } ] }, "docs": "Remove a timeline track and all its media items from the project." } ] } ], "bundled": true }