GET
/
portfolios
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the portfolio to return

Response

200 - application/json

Details about a portfolio, including the allocations of the portfolio to project categories.

id
string

Identifier that can be used to retrieve the portfolio

name
string

Name of the portfolio

summary
string

Short description of the portfolio

description
string

Extended description of the portfolio

primary_image_url
string | null

URL for the primary image of the portfolio

projects
object[]

The list of project category allocations in the portfolio.