PS.PublishedTask object (ps.js)

Office 2013 and later

Represents a task in a published project.

Last modified: February 26, 2013

Applies to: Project Professional 2013 | Project Server 2013

PS.PublishedTask

See the PS.Task object (ps.js) for inherited members that are not described in the following tables.

Methods

The PublishedTask object has the following methods.

Method

Description

initNonPropertiesFromJson

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

initPropertiesFromJson

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

loadExpandoFields

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

refreshLoad

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

Properties

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/Projects('projectid')/Tasks('taskid')

HTTP requests

This resource supports the following HTTP commands:

GET syntax

GET http://<sitecollection>/<site>/_api/ProjectServer/Projects('projectid')/Tasks('taskid')
Show: