PS.PublishedTaskLink object (ps.js)

Represents a dependency relationship between the start and finish dates of two tasks.

Applies to: Project Professional 2013 | Project Server 2013

PS.PublishedTaskLink

Members

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

Methods

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

Property

Description

dependencyType

end

start

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/Projects('projectid')/TaskLinks('linkid')

HTTP requests

This resource supports the following HTTP commands:

GET syntax

GET http://<sitecollection>/<site>/_api/ProjectServer/Projects('projectid')/TaskLinks('linkid')

See also

Reference

Microsoft.ProjectServer.Client.PublishedTaskLink