Student Portfolio Pages
Students can curate a public portfolio page that displays selected certificates. Portfolio pages have a uniqueslug (e.g., maria-silva) and can be toggled public or private.
The portfolio page object
List student pages
Create a portfolio page
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | URL-friendly unique identifier |
is_public | boolean | No | Default: false |
bio | string | No | Student bio displayed on the page |
Manage page items (certificates)
Add a certificate to the portfolio
| Parameter | Type | Required | Description |
|---|---|---|---|
certificate_uuid | string | Yes | UUID of the certificate to add |
sort_order | integer | No | Position in the portfolio |
is_visible | boolean | No | Default: true |