PS.TimePhase object (ps.js)

Office 2013 and later

Represents assignment progress information that is distributed over time.

Last modified: February 26, 2013

Applies to: Project Professional 2013 | Project Server 2013

PS.TimePhase

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.

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