Magidoc

Project
Object

Fields

#

_id

ID !
Non-null

ID for this project

userId

ID !
Non-null

ID of the user that is the project owner

workspace

ID !
Non-null

ID of the workspace this project belongs to

name

Name of the project

teams

[ ID !]!
Non-null

Array of teams that have access to this project

readOnlyTeams

[ ID !]!
Non-null

Array of teams that have read-only access to this project

createdAt

Non-null

Date when this project was created

startDate

Start date for this project

createdBy

ID !
Non-null

ID of the user that created this project

color

Non-null

Color of the project

members

[ ID !]!
Non-null

Array of user IDs that are members of this project

readOnlyMembers

[ ID !]!
Non-null

Array of user IDs that are read-only members of this project

externalMembersIds

[ ID !]!
Non-null

Array of user IDs that are external members of this project

sharingType

Non-null

Sharing type for this project (me, custom, everyone)

description

Description for this project

parentProject

ID of the parent project

endDate

End date for this project

simpleId

Simple ID used to identify this project

resourcePlaceholderIds

[ ID !]!
Non-null

Array of placeholder IDs that are assigned to this project

owner

Project owner

owners

[ User !]!
Non-null

Project owners

ownerIds

[ ID !]!
Non-null

timeCategoriesIds

[ ID !]

Array of time category IDs that are assigned to this project

defaultTimeCategoryId

Default time category ID for this project

deleted

Non-null

Boolean flag to indicate if this project is deleted

archived

Non-null

Boolean flag to indicate if this project is archived

template

Non-null

Boolean flag to indicate if this project is a template

actionViewId

ID !
Non-null

Action view ID for this project

modifiedAt

Non-null

Date when this project was last modified

modifiedBy

ID of the user that last modified this project

isDraftMode

Non-null

Boolean flag to indicate if this project is in draft mode

budget

Budget for this project

Usages

#

References

#