v1
latestOpenAPI 3.1.02026-08-066984441.1 MBReturns all projects.
<Check title="Required Permissions" icon="key">Returns all projects the user has read permissions for.</Check>
Query parameters
Page number for pagination
Number of items per page
The properties to order by
The filter expression to filter by
Headers
Bearer authentication
Response
OK
The name of the Project. Max allowed length: 1000 characters.
Whether this is a private project only visible to members and the creator. Defaults to false. Can only be changed from public to private if no times have been tracked on this project. Can always be made public.
The project description. Max allowed length: 25000 characters.
The start date of the project.
The due date of the project.
The id of the company.
The time budget the project has, in seconds.
Whether project times should be billable by default.
The id of the project type of this project.
The color of the project for display purposes in awork. The supported colors are defined by the awork frontend. Can be null when no color assigned.
Whether to deduct non-billable hours from project budgets.
Whether project key should be visible for this project. If null, it will use the workspace default setting.
The id of the project status.
The id of the template which is used to create the project.
The id of the public template which is used to create the project.
The id of the workflow to link to the project. Cannot be specified if ProjectTemplateId is set.
Id of the project.
The unique project key within the workspace (e.g., "NIKE"). Maximum 32 characters, uppercase letters, numbers, and dashes only.
Whether the project has an image.
The date this entity was created.
The id of the user who created this entity.
The date this entity was last modified.
The id of the user who last modified this entity.
The date the project was set to closed.
The user who closed the project.
The id of the template the project was created from.
The total planned time of the project, in seconds. The time is calculated as te sum of the planned duration by all project tasks.
The total planned duration of the project with hierarchy, in seconds. Calculated based on the planned durations of tasks and task lists of the project. Sum of Sum(TotalPlannedDurationWithHierarchy of all task lists) and Sum(TotalPlannedDurationWithHierarchy of all parent tasks without list)
The number of all tasks related to the project.
The number of all tasks in status 'done' related to the project.
The summed up duration of all time trackings for this project.
The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.
True if this entity is coming from an external workspace (awork Connect).
Whether the project is a retainer project. Retainer projects have at least one retainer with budgets.
Indicates whether multi-assignment is allowed for tasks in this project's workspace.