PS.DraftTaskLink object (ps.js)

Office 2013 and later

Represents a task link in a checked-out project.

Last modified: February 12, 2013

Applies to: Project Professional 2013 | Project Server 2013

PS.DraftTaskLink

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

Methods

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

Property

Description

dependencyType

end

start

Endpoint URI structure

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

HTTP requests

This resource supports the following HTTP commands:

DELETE syntax

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

MERGE syntax

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

PUT syntax

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