Each project has a .ppcx file which is an xml manifest for the project’s structure including pages, points and properties.


GET /api/v1/projects/:project_id/ppcx_file
Get the PPCX (XML) design for the specified project.


GET /api/v1/projects/ppcx_file?project_uid=:project_uid
Get the PPCX (XML) design for the specified project using project uid.


GET /api/v1/projects/:project_id/ppcx_file/draft
Get the Draft PPCX (XML) design for the specified project.


GET /api/v1/projects/:project_id/ppcx_file/draft_info
Get the Draft PPCX (XML) info for the specified project.


GET /api/v1/projects/:project_id/ppcx_file/revert_draft
Reverts a draft ppcx to the saved published version


PUT /api/v1/projects/:project_id/ppcx_file/update_draft
Save a draft ppcx file for a project