Export Portfolio

Export student portfolio as HTML

get
Path parameters
studentPortfolioIdstringRequired

studentPortfolioId of the student portfolio to export

Responses
200

The HTML representation of the student portfolio

application/json
Responsestring · binary
get
GET /v1/export/studentPortfolio/{studentPortfolioId} HTTP/1.1
Host: 
Accept: */*
binary

Export showcase portfolio as HTML

get
Path parameters
showcasePortfolioIdstringRequired

showcasePortfolioId of the showcase portfolio to export

Responses
200

The HTML representation of the showcase portfolio

application/json
Responsestring · binary
get
GET /v1/export/showcasePortfolio/{showcasePortfolioId} HTTP/1.1
Host: 
Accept: */*
binary

Export student portfolio as ZIP file

post
Path parameters
studentPortfolioIdstringRequired

UUID of the student portfolio to export

Body
pdfstring · binaryRequired

PDF file generated by the frontend

Responses
200

ZIP file containing student portfolio HTML, PDF, and media files

application/json
Responsestring · binary
post
POST /v1/export/studentPortfolio/{studentPortfolioId}/zip HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 16

{
  "pdf": "binary"
}
200

ZIP file containing student portfolio HTML, PDF, and media files

binary

Export showcase portfolio as ZIP file

post
Path parameters
showcasePortfolioIdstringRequired

UUID of the showcase portfolio to export

Body
pdfstring · binaryRequired

PDF file generated by the frontend

Responses
200

ZIP file containing showcase portfolio HTML, PDF, and media files

application/json
Responsestring · binary
post
POST /v1/export/showcasePortfolio/{showcasePortfolioId}/zip HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 16

{
  "pdf": "binary"
}
200

ZIP file containing showcase portfolio HTML, PDF, and media files

binary

Last updated

Was this helpful?