Valyourise Logo

ValYouRise

DevelopmentApi

Get workspace report

Returns a single generated report for the requested workspace.

GET
/api/workspaces/{workspaceId}/reports/{reportId}

Returns a single generated report for the requested workspace.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string
reportId*string

Response Body

application/json

curl -X GET "https://loading/api/workspaces/string/reports/string"
{
  "$id": "string",
  "organizationId": "string",
  "workspaceId": "string",
  "requestedByUserId": "string",
  "type": "okr_summary",
  "status": "pending",
  "inputSnapshotJson": "string",
  "outputMarkdown": "string",
  "outputJson": "string",
  "errorMessage": "string",
  "parsedOutput": {
    "totals": {
      "objectives": 9007199254740991,
      "keyResults": 9007199254740991,
      "actions": 9007199254740991
    },
    "avgProgress": 100,
    "totalStoryPoints": 0,
    "doneStoryPoints": 0,
    "actionsByStatus": {
      "pending": 9007199254740991,
      "work_in_progress": 9007199254740991,
      "done": 9007199254740991
    }
  }
}
Empty