Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WorkBoard Activity (Action Items) API

The Activity (Action Items) API from WorkBoard — 2 operation(s) for activity (action items).

WorkBoard Activity (Action Items) API is one of 12 APIs that WorkBoard publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Activity (Action Items). The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a changelog.

This API exposes 4 operations across 2 paths. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://demo.biz.wobo-int.com/wb/apis.

4 operations 2 paths 0 schemas 2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://www.myworkboard.com/wb/apis
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

WorkBoard Activity (Action Items) API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — JWT Authorization header using the Bearer scheme.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Activity (Action Items) 4
GET
/activity
List the details of existing action items. By default, this query will return the first 50 items that match your request parameters. Use the offset and limit parameters to return a different set.
13 params → 200400
POST
/activity
Create an action item.
body → 200400
GET
/activity/{ai_id_path}
List the details of existing action items. By default, this query will return the first 50 items that match your request parameters. Use the offset and limit parameters to return a different set.
1 param → 200400
PUT
/activity/{ai_id_path}
Update an activity.
1 param body → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workboard-activity-action-items-api-openapi.yml Raw ↑

Other APIs WorkBoard publishes across the network.

WorkBoard SCIM API
WorkBoard custom-attributes API
WorkBoard Datastream API
WorkBoard Goal (Objective) API
WorkBoard Metric (Key Result) API
WorkBoard Tags API
WorkBoard Team API
WorkBoard User API
WorkBoard User Goals (User Objectives) API
WorkBoard Webhook API
WorkBoard Workstream API