Skip to content

Essential resource endpoints

Portfoleon resource endpoints use REST conventions and return standard HTTP status codes where possible.

The most important endpoints you will need:

Resource Endpoint URL
Work item /api/v1/work_items, see work-item schema in the Swagger UI.
Board /api/v1/views, see board schema in the Swagger UI.
Custom field /api/v1/fields, see fields schema in the Swagger UI.
Portfolio /api/v1/workspaces, see portfolio schema in the Swagger UI.

See also: