PS.ProjectDetailPage object (ps.js)

Office 2013 and later

Represents a project detail page (PDP), which is a Web Part page for creating, viewing, or managing the properties of projects in Project Web App.

Last modified: February 12, 2013

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.ProjectDetailPage

PDPs are typically used to view or set project properties within a workflow stage in demand management.

Methods

The ProjectDetailPage object has the following methods.

Method

Description

initPropertiesFromJson

This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The ProjectDetailPage object has the following properties.

Property

Description

id

item

Gets an item from the list of items on the project detail page.

name

pageType

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/ProjectDetailPages('pageid')

HTTP requests

This resource supports the following HTTP commands:

POST syntax

POST http://<sitecollection>/<site>/_api/ProjectServer/ProjectDetailPages('pageid')
Show: