PS.TimePhase object (ps.js)

Represents assignment progress information that is distributed over time.

Applies to: Project Professional 2013 | Project Server 2013

PS.TimePhase

Members

Methods

The TimePhase object has the following methods.

Method

Description

initPropertiesFromJson

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

Properties

The TimePhase object has the following properties.

Property

Description

assignments

Gets the status of assignments associated with a timephase.

end

Gets the end date of a timephase period.

start

Gets the start date of the timephase period.

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments/GetTimePhaseByUrl(start='yyyy-MM-dd',end='yyyy-MM-dd')

HTTP requests

This resource supports the following HTTP commands:

POST syntax

POST http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments/GetTimePhaseByUrl(start='yyyy-MM-dd',end='yyyy-MM-dd')

See also

Reference

Microsoft.ProjectServer.Client.TimePhase