The Open API specification for Synapse is now available for download!

Download Open API Spec

V2WikiPage

org.sagebionetworks.repo.model.v2.wiki.V2WikiPage

The WikiPage model object represent a single user managed wiki page.

Field Type Description
id STRING The ID of this wiki page.
etag STRING The etag of this object
createdOn STRING The timestamp when this page was created.
createdBy STRING The id of the user that created this page.
modifiedOn STRING The timestamp when this page was last modified.
modifiedBy STRING The id of the user that last modified this page.
parentWikiId STRING When set, the WikiPage is a sub-page of the indicated parent WikiPage.
title STRING The title of this page.
markdownFileHandleId STRING The file handle id for the file that contains the markdown.
attachmentFileHandleIds ARRAY<STRING> The list of attachment file handle ids of this page.