PS.Phase object (ps.js)

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

Applies to: Project Professional 2013 | Project Server 2013

In this article
Remarks
Members
REST resource endpoint

PS.Phase

Remarks

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

Members

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

REST resource endpoint

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

See also

Reference

Microsoft.ProjectServer.Client.Phase