{ "opencollection": "1.0.0", "info": { "name": "Bob (HiBob) Public Attendance Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Search projects", "type": "http" }, "http": { "method": "POST", "url": "https://api.hibob.com/v1/attendance/projects/search" }, "docs": "Search projects" }, { "info": { "name": "Create projects", "type": "http" }, "http": { "method": "POST", "url": "https://api.hibob.com/v1/attendance/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create projects" }, { "info": { "name": "Create project tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.hibob.com/v1/attendance/project-tasks" }, "docs": "Create project tasks" } ] } ], "bundled": true }