EPortfolio
- class canvasapi.eportfolio.EPortfolio(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- delete(**kwargs)
Delete an ePortfolio.
- Calls:
- Returns:
ePortfolio with deleted date set.
- Return type:
- get_eportfolio_pages(**kwargs)
Return a list of pages for an ePortfolio.
- Calls:
- Returns:
List of ePortfolio pages.
- Return type:
canvasapi.paginated_list.PaginatedListofcanvasapi.eportfolio.EPortfolioPage
- moderate_eportfolio(**kwargs)
Update the spam_status of an eportfolio. Only available to admins who can moderate_user_content.
- Calls:
- Returns:
Updated ePortfolio.
- Return type:
- restore(**kwargs)
Restore an ePortfolio back to active that was previously deleted. Only available to admins who can moderate_user_content.
- Calls:
- Returns:
Updated ePortfolio.
- Return type:
EPortfolioPage
- class canvasapi.eportfolio.EPortfolioPage(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.