PS.StatusAssignment object (ps.js)

Represents an assignment in a status update.

Applies to: Project Professional 2013 | Project Server 2013

PS.StatusAssignment

Members

Methods

The StatusAssignment 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.

submitStatusUpdates

Properties

The StatusAssignment object has the following properties.

Property

Description

actualFinish

actualOvertime

actualOvertimeMilliseconds

actualStart

actualWork

actualWorkMilliseconds

comments

customFields

finish

id

isConfirmed

name

overtime

overtimeMilliseconds

percentComplete

project

regularWork

regularWorkMilliseconds

remainingOvertime

remainingOvertimeMilliseconds

remainingWork

remainingWorkMilliseconds

resource

start

task

work

workMilliseconds

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments('assignmentid')

HTTP requests

This resource supports the following HTTP commands:

DELETE syntax

DELETE http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments('assignmentid')

MERGE syntax

MERGE http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments('assignmentid')

PUT syntax

PUT http://<sitecollection>/<site>/_api/ProjectServer/EnterpriseResources('resourceid')/Assignments('assignmentid')

See also

Reference

Microsoft.ProjectServer.Client.StatusAssignment