PS.StageDetailPage object (ps.js)

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

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.StageDetailPage

Remarks

For a list of workflow stages in Project Web App, see https://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.

Members

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.

Property

Description

description

id

page

position

requiresAttention

stage

REST resource endpoint

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')

See also

Reference

Microsoft.ProjectServer.Client.StageDetailPage