ProductPlan · Example Payload

Bar Response

Road MappingProduct ManagementOKRRoadmapsFeaturesProduct StrategyLaunchesDiscoveryIntegrations

Bar Response is an example object payload from ProductPlan, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "id": 98765,
    "name": "Mobile Authentication Redesign",
    "roadmap_id": 12345,
    "description": "Redesign the mobile authentication flow to support biometric login and SSO.",
    "starts_on": "2026-07-01",
    "ends_on": "2026-09-30",
    "strategic_value": "Reduces friction in mobile onboarding by 40% and improves security posture.",
    "notes": null,
    "percent_done": 0,
    "tags": ["mobile", "authentication", "security"],
    "lane": "Platform",
    "legend": "In Progress",
    "is_container": false,
    "parked": false,
    "container_bar_id": null,
    "custom_text_fields": [],
    "custom_dropdown_fields": [],
    "created_at": "2026-06-13T10:00:00Z",
    "updated_at": "2026-06-13T10:00:00Z"
  }
}