PS.Stage object (ps.js)

Represents a stage in a project workflow.

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.Stage

Remarks

A project stage represents one step in a project life cycle. A stage includes one or more project detail pages (PDPs) that are linked by common logic or theme. Stages at a user level appear as steps in a project. At each step, data must be entered, modified, reviewed, or processed.

Members

Methods

The Stage 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 Stage object has the following properties.

Property

Description

behavior

checkInRequired

customFields

description

id

name

phase

projectDetailPages

submitDescription

workflowStatusPage

REST resource endpoint

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

DELETE syntax

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

MERGE syntax

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

PUT syntax

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

See also

Reference

Microsoft.ProjectServer.Client.Stage