Projects

Get personal project details

Return personal dashboard project events, owners, user roles and onboarding status

get/api/admin/personal-dashboard/{projectId}

Path parameters

projectIdstring required

Response

personalDashboardProjectDetailsSchema

Example response

{
  "insights": {
    "avgHealthCurrentWindow": 80,
    "avgHealthPastWindow": 70,
    "totalFlags": 100,
    "activeFlags": 98,
    "potentiallyStaleFlags": 2,
    "health": 80,
    "technicalDebt": 25
  },
  "onboardingStatus": {
    "status": "onboarding-started"
  },
  "latestEvents": [
    {
      "createdBy": "johndoe",
      "createdByImageUrl": "https://example.com/242x200.png",
      "createdAt": "2021-09-01T12:00:00Z"
    }
  ],
  "owners": [
    {
      "name": "User Name",
      "imageUrl": "https://example.com/image.jpg",
      "email": "user@example.com"
    }
  ],
  "roles": [
    {
      "name": "Owner",
      "id": 4,
      "type": "project"
    }
  ]
}

Changes

Changed in 1 of the 7 revisions of this API.12

  • 774670258f0412See the full diff
    • added the new sdk-connected enum value to the // response property for the response status

      response-property-enum-value-added

    • api tag Projects added

      api-tag-added

    • api tag Unstable removed

      api-tag-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog