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

The Tags API from WorkBoard — 4 operation(s) for tags.

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

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

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

7 operations 4 paths 0 schemas 1 DELETE4 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 Tags 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 7

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

Tags 7
GET
/metric/{metric_id_path}/tags
Returns all tags mapped to the given metric in the system.
1 param → 200400
PUT
/metric/{metric_id_path}/tags
Add multiple tags to the given metric. Maximum tag list allowed is 50 per request. Only valid tags will be considered.
1 param body → 200400
DELETE
/metric/{metric_id_path}/tags
Delete given tag lists mapped to the metric.
1 param body → 200400
GET
/metric/tags
Returns all metrics mapped to the given tagid.
3 params → 200400
POST
/metric/tags
Add multiple tags to multiple metrics. Maximum tag list allowed is 50 per request. Only valid tags will be considered.
body → 200400
GET
/tags
Returns all key result tags in the system and allows for filtering tags by parameters.
5 params → 200400
GET
/tags/{tag_id_path}
Returns the specified key result tag.
1 param → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workboard-tags-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 Team API
WorkBoard User API
WorkBoard User Goals (User Objectives) API
WorkBoard Webhook API
WorkBoard Workstream API