Export Portfolio
studentPortfolioId of the student portfolio to export
The HTML representation of the student portfolio
Not authorized to access this student portfolio
Student portfolio not found
GET /v1/export/studentPortfolio/{studentPortfolioId} HTTP/1.1
Host:
Accept: */*
binary
showcasePortfolioId of the showcase portfolio to export
The HTML representation of the showcase portfolio
Not authorized to access this showcase portfolio
Showcase portfolio not found
GET /v1/export/showcasePortfolio/{showcasePortfolioId} HTTP/1.1
Host:
Accept: */*
binary
UUID of the student portfolio to export
PDF file generated by the frontend
ZIP file containing student portfolio HTML, PDF, and media files
POST /v1/export/studentPortfolio/{studentPortfolioId}/zip HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 16
{
"pdf": "binary"
}
ZIP file containing student portfolio HTML, PDF, and media files
binary
UUID of the showcase portfolio to export
PDF file generated by the frontend
ZIP file containing showcase portfolio HTML, PDF, and media files
POST /v1/export/showcasePortfolio/{showcasePortfolioId}/zip HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 16
{
"pdf": "binary"
}
ZIP file containing showcase portfolio HTML, PDF, and media files
binary
Last updated
Was this helpful?