PS.StageDetailPage object (ps.js)

Office 2013 and later

Represents a project detail page (PDP) for a workflow stage.

Last modified: February 12, 2013

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.StageDetailPage

For a list of workflow stages in Project Web App, see http://ServerName/ProjectServerName/Admin/WorkflowStages.aspx. When you create a workflow stage in Project Web App, some fields in the stage creation page represent properties of the StageDetailPageCreationInformation object. Other fields on the page represent members of the StageCustomField object and the StageCustomFieldCreationInformation object.

Methods

The StageDetailPage object has the following methods.

Method

Description

deleteObject

initPropertiesFromJson

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

Properties

The StageDetailPage object has the following properties.

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

POST syntax

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