PS.WorkflowDesignerFieldCollection.getById Method (ps.js)
Gets a workflow designer field based on its ID.
Applies to: Project Professional 2013 | Project Server 2013
PS.WorkflowDesignerFieldCollection.getById(objectId)
Parameters
objectId
Type: String
The ID of the workflow designer field.
Return value
PS.WorkflowDesignerField
REST resource endpoint
Endpoint URI structure
http://<sitecollection>/<site>/_api/ProjectServer/WorkflowDesigner/Fields/GetById('objectId')
HTTP requests
This resource supports the following HTTP commands:
GET syntax
GET http://<sitecollection>/<site>/_api/ProjectServer/WorkflowDesigner/Fields/GetById('objectId')
You can also use the following syntax to get a workflow designer field.
GET http://<sitecollection>/<site>/_api/ProjectServer/WorkflowDesigner/Fields('objectId')