project Type

Representation of a project object

Fields

FieldTypeDescription
IDLong
creationDateDateThe creation date of the entity
creatorUserSummaryReturns a summary of the user that created the group
descriptionStringReturns the container description.
displayNameStringReturns the container display name. This name is used to refer to the container in URIs
dueDateDateReturns the due date for the project
followerCountint
linksMapLinks (URIs) relevant to the entity. A link may for example point to additional information about the entity or allow the user to perform related actions.
modificationDateDateThe modification date of the entity
nameStringReturns the container name
projectStatusStringReturns the status of the project based on pending tasks and due dates. Possible values are:
  • low
  • medium
  • high
  • complete
Where "low" means that the project is at risk, and "high" that is on track.
resourcesMapLinks to actions which can be taken on the current entity. The embedded link contains information about what methods are available on the given link.
startDateDateReturns the start date for the project
statusStringReturns the status of the entity. Possible values are:
  • active
  • archive
  • deleted
typeString
viewCountIntegerThe view count of the entity