Aha.io Goals API

The Goals API from Aha.io — 5 operation(s) for goals.

OpenAPI Specification

aha-goals-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Aha! Account backups Goals API
  version: 1.0.0
  description: Complete API documentation for Aha! generated from actual test responses
  contact:
    name: Aha! Support
    url: https://www.aha.io/support
servers:
- url: https://{account-domain}.aha.io/api/v1
  description: Aha! API Server
  variables:
    account-domain:
      description: Your Aha! account domain
      default: company
security:
- OAuth2: []
- ApiKeyAuth: []
- CookieAuth: []
tags:
- name: Goals
paths:
  /api/v1/goals/{id}:
    get:
      summary: Get a specific goal
      description: null
      tags:
      - Goals
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
        description: Id identifier
      responses:
        '200':
          description: Successful operation
          headers:
            Content-Type:
              description: application/json; charset=utf-8
              schema:
                type: string
          content:
            application/json; charset=utf-8:
              schema:
                $ref: '#/components/schemas/GoalsGetResponse'
              example:
                goal:
                  id: '6776881149493103487'
                  name: Goal 001
                  reference_num: PRJ3-G-1
                  effort: 10
                  value: 70
                  color: '#397e82'
                  position: 1
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '702241743'
                  progress: 0
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/PRJ3-G-1
                  resource: http://company.aha.io/strategic_imperatives/PRJ3-G-1
                  description:
                    id: '6776881149493796208'
                    body: ''
                    editor_version: 2
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 001
                    description:
                      id: '6776881149488589993'
                      body: ''
                      editor_version: 2
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                    workflow_status_times:
                    - status_id: '396368932'
                      status_name: On Track
                      started_at: '2019-01-01T00:00:00.000Z'
                      ended_at: null
                  project:
                    id: '702241743'
                    reference_prefix: PRJ3
                    name: Project 3
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ3
                  parent:
                    id: '352745835'
                    name: Product Line Goal 1
                    url: http://company.aha.io/strategic_imperatives/PL1-G-1
                    resource: http://company.aha.io/api/v1/goals/PL1-G-1
                    created_at: '2019-01-01T00:00:00.000Z'
                    description:
                      id: '79634897'
                      body: Description of project2_strategic_imperative1
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                  parents:
                  - id: '352745835'
                    name: Product Line Goal 1
                    url: http://company.aha.io/strategic_imperatives/PL1-G-1
                    resource: http://company.aha.io/api/v1/goals/PL1-G-1
                    created_at: '2019-01-01T00:00:00.000Z'
                    description:
                      id: '79634897'
                      body: Description of project2_strategic_imperative1
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
      security:
      - OAuth2: []
      - ApiKeyAuth: []
      - CookieAuth: []
  /api/v1/products/{product_id}/goals:
    post:
      summary: Create a goal
      description: null
      tags:
      - Goals
      parameters:
      - name: product_id
        in: path
        required: true
        schema:
          type: string
        description: ProductId identifier
      responses:
        '200':
          description: Successful operation
          headers:
            Content-Type:
              description: application/json; charset=utf-8
              schema:
                type: string
          content:
            application/json; charset=utf-8:
              schema:
                $ref: '#/components/schemas/GoalsPostResponse'
              example:
                goal:
                  id: '6776881149493942444'
                  name: Goal 3
                  reference_num: PRJ1-G-1
                  effort: 95
                  value: 54
                  color: '#397e82'
                  position: 6
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: 0
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/PRJ1-G-1
                  resource: http://company.aha.io/strategic_imperatives/PRJ1-G-1
                  description:
                    id: '6776881149500114967'
                    body: ''
                    editor_version: 2
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: FooBar
                    description:
                      id: '6776881149483601587'
                      body: Foo Bar
                      editor_version: 2
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '412273758'
                      name: Not Started
                      position: 1
                      complete: false
                      color: '#dce7c6'
                    workflow_status_times:
                    - status_id: '412273758'
                      status_name: Not Started
                      started_at: '2019-01-01T00:00:00.000Z'
                      ended_at: null
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                  watchers:
                  - id: '16338845'
                    name: John Smith
                    email: no-reply@aha.io
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                  - id: '689956296'
                    name: Henry Humpty
                    email: no-reply@aha.io
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                  - id: '1020675218'
                    name: Mary Humpty
                    email: no-reply@aha.io
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
      security:
      - OAuth2: []
      - ApiKeyAuth: []
      - CookieAuth: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GoalsPostRequest'
            example:
              goal:
                name: Goal 3
                success_metric:
                  name: FooBar
                  description: Foo Bar
                  workflow_status: Not Started
                time_frame:
                  name: '2015'
                description: Our first big goal
                effort: 15
                value: 5
    get:
      summary: List goals in a product
      description: null
      tags:
      - Goals
      parameters:
      - name: product_id
        in: path
        required: true
        schema:
          type: string
        description: ProductId identifier
      responses:
        '200':
          description: Successful operation
          headers:
            Content-Type:
              description: application/json; charset=utf-8
              schema:
                type: string
          content:
            application/json; charset=utf-8:
              schema:
                $ref: '#/components/schemas/GoalsGetResponse'
              example:
                goals:
                - id: '111739083'
                  name: Goal 5
                  reference_num: DEMOENT-G-5
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 5
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/DEMOENT-G-5
                  resource: http://company.aha.io/strategic_imperatives/DEMOENT-G-5
                  description:
                    id: '996214770'
                    body: Description of project1_strategic_imperative5_archived_epoch
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 5
                    description:
                      id: '429990377'
                      body: Description of project1_strategic_imperative5_archived_epoch_strategic_imperative_metric
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  time_frame:
                    id: 834757622
                    name: '2018'
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                - id: '602095703'
                  name: Goal 1
                  reference_num: DEMOENT-G-1
                  effort: 10
                  value: 70
                  color: '#bada55'
                  position: 1
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/DEMOENT-G-1
                  resource: http://company.aha.io/strategic_imperatives/DEMOENT-G-1
                  description:
                    id: '166463080'
                    body: Description of goal 1
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 1
                    description:
                      id: '546284368'
                      body: Description of goal 1
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  initiatives:
                  - id: '423077122'
                    reference_num: PRJ1-S-1
                    name: Initiative 1
                    url: http://company.aha.io/initiatives/PRJ1-S-1
                    resource: http://company.aha.io/api/v1/initiatives/PRJ1-S-1
                    created_at: '2019-01-01T00:00:00.000Z'
                    description:
                      id: '673273729'
                      body: Description of initiative 1
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    integration_fields:
                    - id: '546711007'
                      name: id
                      value: '9913333'
                      integration_id: 186281709
                      service_name: jira
                      created_at: '2019-01-01T00:00:00.000Z'
                    - id: '966751335'
                      name: key
                      value: JRA-987222
                      integration_id: 186281709
                      service_name: jira
                      created_at: '2019-01-01T00:00:00.000Z'
                  key_results:
                  - id: '631791848'
                    name: KR 1
                    reference_num: DEMOENT-G-1-KR-1
                    url: http://company.aha.io/key_results/DEMOENT-G-1-KR-1
                    position: 2
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    progress: null
                    target_metric: 100%
                    starting_metric: 5%
                    current_metric: 20%
                  - id: '1017196896'
                    name: KR 2
                    reference_num: DEMOENT-G-1-KR-2
                    url: http://company.aha.io/key_results/DEMOENT-G-1-KR-2
                    position: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    progress: null
                    target_metric: null
                    starting_metric: null
                    current_metric: null
                  comments_count: 1
                  features:
                  - id: '1007868956'
                    reference_num: PRJ1-1
                    name: Feature 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    url: http://company.aha.io/features/PRJ1-1
                    resource: http://company.aha.io/api/v1/features/PRJ1-1
                    product_id: '131414752'
                  releases:
                  - id: '278327321'
                    reference_num: PRJ1-R-1
                    name: Release 1
                    start_date: '2019-01-01'
                    release_date: '2019-01-01'
                    parking_lot: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    product_id: '131414752'
                    integration_fields:
                    - id: '68217473'
                      name: id
                      value: '777'
                      integration_id: 204584239
                      service_name: jira
                      created_at: '2019-01-01T00:00:00.000Z'
                    url: http://company.aha.io/releases/PRJ1-R-1
                    resource: http://company.aha.io/api/v1/releases/PRJ1-R-1
                    owner:
                      id: '16338845'
                      name: John Smith
                      email: no-reply@aha.io
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                    project:
                      id: '131414752'
                      reference_prefix: PRJ1
                      name: Project 1
                      product_line: false
                      created_at: '2019-01-01T00:00:00.000Z'
                      workspace_type: product_workspace
                      url: http://company.aha.io/projects/PRJ1
                  custom_fields: []
                - id: '712130641'
                  name: Goal 3
                  reference_num: DEMOENT-G-3
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 2
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/DEMOENT-G-3
                  resource: http://company.aha.io/strategic_imperatives/DEMOENT-G-3
                  description:
                    id: '568840458'
                    body: Description of project1_strategic_imperative3_no_epoch
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 3
                    description:
                      id: '668008103'
                      body: Description of project1_strategic_imperative3_no_epoch_strategic_imperative_metric
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                - id: '926116263'
                  name: Goal 4
                  reference_num: DEMOENT-G-4
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 4
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/DEMOENT-G-4
                  resource: http://company.aha.io/strategic_imperatives/DEMOENT-G-4
                  description:
                    id: '308494954'
                    body: Description of project1_strategic_imperative4_active_epoch
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 4
                    description:
                      id: '330355042'
                      body: Description of project1_strategic_imperative4_active_epoch_strategic_imperative_metric
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  time_frame:
                    id: 273422810
                    name: '2017'
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                - id: '988418543'
                  name: Goal 2
                  reference_num: DEMOENT-G-2
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 3
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/DEMOENT-G-2
                  resource: http://company.aha.io/strategic_imperatives/DEMOENT-G-2
                  description:
                    id: '1055602421'
                    body: Description of goal 2
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 2
                    description:
                      id: '394826695'
                      body: Description of goal 2
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  initiatives: []
                  key_results:
                  - id: '195428809'
                    name: KR 3
                    reference_num: DEMOENT-G-1-KR-3
                    url: http://company.aha.io/key_results/DEMOENT-G-1-KR-3
                    position: 3
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    progress: null
                    target_metric: null
                    starting_metric: null
                    current_metric: null
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                pagination:
                  total_records: 5
                  total_pages: 1
                  current_page: 1
      security:
      - OAuth2: []
      - ApiKeyAuth: []
      - CookieAuth: []
  /api/v1/goals:
    get:
      summary: List goals
      description: null
      tags:
      - Goals
      parameters: []
      responses:
        '200':
          description: Successful operation
          headers:
            Content-Type:
              description: application/json; charset=utf-8
              schema:
                type: string
          content:
            application/json; charset=utf-8:
              schema:
                $ref: '#/components/schemas/GoalsGetResponse'
              example:
                goals:
                - id: '111739083'
                  name: Goal 5
                  reference_num: DEMOENT-G-5
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 5
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '131414752'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/DEMOENT-G-5
                  resource: http://company.aha.io/strategic_imperatives/DEMOENT-G-5
                  description:
                    id: '996214770'
                    body: Description of project1_strategic_imperative5_archived_epoch
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 5
                    description:
                      id: '429990377'
                      body: Description of project1_strategic_imperative5_archived_epoch_strategic_imperative_metric
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '131414752'
                    reference_prefix: PRJ1
                    name: Project 1
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ1
                  time_frame:
                    id: 834757622
                    name: '2018'
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                - id: '242586561'
                  name: Goal 3
                  reference_num: PRJ3-G-1
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 1
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '702241743'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/PRJ3-G-1
                  resource: http://company.aha.io/strategic_imperatives/PRJ3-G-1
                  description:
                    id: '186725916'
                    body: Description of project3_strategic_imperative1
                    editor_version: 1
                    created_at: '2019-01-01T00:00:00.000Z'
                    updated_at: '2019-01-01T00:00:00.000Z'
                    attachments: []
                  success_metric:
                    name: Metric 4
                    description:
                      id: '646872120'
                      body: Description of project3_strategic_imperative1_strategic_imperative_metric
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                    workflow_status:
                      id: '396368932'
                      name: On Track
                      position: 2
                      complete: false
                      color: '#ecdd8f'
                  project:
                    id: '702241743'
                    reference_prefix: PRJ3
                    name: Project 3
                    product_line: false
                    created_at: '2019-01-01T00:00:00.000Z'
                    workspace_type: product_workspace
                    url: http://company.aha.io/projects/PRJ3
                  parent:
                    id: '352745835'
                    name: Product Line Goal 1
                    url: http://company.aha.io/strategic_imperatives/PL1-G-1
                    resource: http://company.aha.io/api/v1/goals/PL1-G-1
                    created_at: '2019-01-01T00:00:00.000Z'
                    description:
                      id: '79634897'
                      body: Description of project2_strategic_imperative1
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                  parents:
                  - id: '352745835'
                    name: Product Line Goal 1
                    url: http://company.aha.io/strategic_imperatives/PL1-G-1
                    resource: http://company.aha.io/api/v1/goals/PL1-G-1
                    created_at: '2019-01-01T00:00:00.000Z'
                    description:
                      id: '79634897'
                      body: Description of project2_strategic_imperative1
                      editor_version: 1
                      created_at: '2019-01-01T00:00:00.000Z'
                      updated_at: '2019-01-01T00:00:00.000Z'
                      attachments: []
                  initiatives: []
                  key_results: []
                  comments_count: 0
                  features: []
                  releases: []
                  custom_fields: []
                - id: '352745835'
                  name: Product Line Goal 1
                  reference_num: PL1-G-1
                  effort: 40
                  value: 30
                  color: '#bada55'
                  position: 1
                  created_at: '2019-01-01T00:00:00.000Z'
                  updated_at: '2019-01-01T00:00:00.000Z'
                  product_id: '610602692'
                  progress: null
                  progress_source: progress_manual
                  url: http://company.aha.io/strategic_imperatives/PL1-G-1
                  resource: http://company.aha.io/strategic_imper

# --- truncated at 32 KB (125 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/aha/refs/heads/main/openapi/aha-goals-api-openapi.yml