{ "opencollection": "1.0.0", "info": { "name": "Hive Public Actions Workspaces API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces accessible to the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces" }, "docs": "List workspaces accessible to the authenticated user" }, { "info": { "name": "List actions in a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/actions", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List actions in a workspace" }, { "info": { "name": "Search actions in a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/actions/search", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Search actions in a workspace" }, { "info": { "name": "List projects in a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/projects", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List projects in a workspace" }, { "info": { "name": "List agile sprints in a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/agile_sprints", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List agile sprints in a workspace" }, { "info": { "name": "List custom fields", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/custom_fields", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List custom fields" }, { "info": { "name": "Create a custom field", "type": "http" }, "http": { "method": "POST", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/custom_fields", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Create a custom field" }, { "info": { "name": "Get a custom field", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/custom_fields/:customFieldId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "customFieldId", "value": "", "type": "path" } ] }, "docs": "Get a custom field" }, { "info": { "name": "List labels", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/labels", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List labels" }, { "info": { "name": "Create a label", "type": "http" }, "http": { "method": "POST", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/labels", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Create a label" }, { "info": { "name": "Get a label", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/labels/:labelId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "labelId", "value": "", "type": "path" } ] }, "docs": "Get a label" }, { "info": { "name": "Update a label", "type": "http" }, "http": { "method": "PUT", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/labels/:labelId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "labelId", "value": "", "type": "path" } ] }, "docs": "Update a label" }, { "info": { "name": "Delete a label", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/labels/:labelId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "labelId", "value": "", "type": "path" } ] }, "docs": "Delete a label" }, { "info": { "name": "List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/workflows", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List workflows" }, { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/groups", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List groups" }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/groups", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Create a group" }, { "info": { "name": "Get a group", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Get a group" }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PUT", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Update a group" }, { "info": { "name": "Patch a group", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Patch a group" }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Delete a group" }, { "info": { "name": "List users in a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List users in a workspace" }, { "info": { "name": "Add a user to a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Add a user to a workspace" }, { "info": { "name": "Remove a user from a workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Remove a user from a workspace" }, { "info": { "name": "Get a workspace user", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users/:userId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Get a workspace user" }, { "info": { "name": "Update a workspace user", "type": "http" }, "http": { "method": "PUT", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users/:userId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Update a workspace user" }, { "info": { "name": "Patch a workspace user", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users/:userId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Patch a workspace user" }, { "info": { "name": "Delete a workspace user", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/users/:userId", "params": [ { "name": "workspaceId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Delete a workspace user" }, { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://app.hive.com/api/v1/workspaces/:workspaceId/teams", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "List teams" } ] } ], "bundled": true }