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 Workstream API

[WorkBoard's help center documentation on Workstreams.](https://support.workboard.com/hc/en-us/articles/115005163567-Workstreams#workstreams-0-0)

WorkBoard Workstream API is one of 12 APIs that WorkBoard publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workstream. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a changelog.

This API exposes 5 operations across 3 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.

5 operations 3 paths 0 schemas 2 GET1 PATCH1 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 Workstream 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 5

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

Workstream 5

[WorkBoard's help center documentation on Workstreams.](https://support.workboard.com/hc/en-us/articles/115005163567-Workstreamsworkstreams-0-0)

GET
/workstream
Get the details of Team Workstreams to which the authenticated user (token user) has access.
2 params → 200400
POST
/workstream
Create a Workstream for a team.
body → 200400
PUT
/workstream/{ws_id_path}
Update a Workstream for a team.
1 param body → 200400
PATCH
/workstream/{ws_id_path}
Delete a Workstream with all its action items. A successful request will return a 204 code.
1 param → 204400
GET
/workstream/{ws_id_path}/activity
List details of all action items belonging to the specified Workstream.
1 param → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workboard-workstream-api-openapi.yml Raw ↑

Other APIs WorkBoard publishes across the network.

WorkBoard SCIM API
WorkBoard Activity (Action Items) 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