PS.Phase object (ps.js)

Office 2013 and later

Represents a collection of stages that are grouped to identify a common set of activities in the project life cycle.

Last modified: February 12, 2013

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.Phase

Examples of phases are project creation, project selection, and project management.

Methods

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

Property

Description

description

id

name

stages

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/Phases('phaseid')

HTTP requests

This resource supports the following HTTP commands:

DELETE syntax

DELETE http://<sitecollection>/<site>/_api/ProjectServer/Phases('phaseid')

MERGE syntax

MERGE http://<sitecollection>/<site>/_api/ProjectServer/Phases('phaseid')

PUT syntax

PUT http://<sitecollection>/<site>/_api/ProjectServer/Phases('phaseid')
Show: