PS.PlanAssignmentCollection.getByGuid Method (ps.js)

Gets the plan assignment that has the specified GUID from the collection.

Applies to: Project Professional 2013 | Project Server 2013

PS.PlanAssignmentCollection.getByGuid(uid)

Parameters

uid

Return value

PS.PlanAssignment

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/Projects('projectid')/GetResourcePlanByUrl(start='yyyy-MM-dd',end='yyyy-MM-dd',scale='timescale')/Assignments/getByGuid(uid)

HTTP requests

This resource supports the following HTTP commands:

  • GET

GET syntax

GET http://<sitecollection>/<site>/_api/ProjectServer/Projects('projectid')/GetResourcePlanByUrl(start='yyyy-MM-dd',end='yyyy-MM-dd',scale='timescale')/Assignments/getByGuid(uid)

Resource parameters

  • uid
    A string representation of the assignment's Id property.