{ "opencollection": "1.0.0", "info": { "name": "OpenProject API V3 (Stable) Actions & Capabilities WorkPackages API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "WorkPackages", "type": "folder" }, "items": [ { "info": { "name": "List emoji reactions by work package activities", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3/work_packages/:id/activities_emoji_reactions", "params": [ { "name": "id", "value": "1", "type": "path", "description": "ID of the work package whose activities' emoji reactions will be listed" } ] }, "docs": "List all emoji reactions of all activities of a single work package." } ] } ], "bundled": true }