PS.EntityTypes object (ps.js)

Represents the types of Project Server 2013 entities that are exposed through client APIs.

Applies to: Project Professional 2013 | Project Server 2013

PS.EntityTypes

Members

Methods

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

Property

Description

assignmentEntity

projectEntity

resourceEntity

taskEntity

REST resource endpoint

Endpoint URI structure

http://<sitecollection>/<site>/_api/ProjectServer/EntityTypes

HTTP requests

This resource supports the following HTTP commands:

GET syntax

GET http://<sitecollection>/<site>/_api/ProjectServer/EntityTypes

POST syntax

POST http://<sitecollection>/<site>/_api/ProjectServer/EntityTypes

See also

Reference

Microsoft.ProjectServer.Client.EntityTypes