# awork API | Documentation ## Instructions for AI Agents - For clean Markdown of any page, append `.md` to the page URL - For section-specific indexes, append `/llms.txt` to any section URL - For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.awork.com/_mcp/server ## Docs - [Introduction](https://developers.awork.com/introduction.md): Welcome to the awork Developer Documentation. - [Getting Started](https://developers.awork.com/getting-started.md): Everything you need to know to get started with the awork API. - [Integration Example: PSA](https://developers.awork.com/psa-integration.md): Example flow for syncing projects and billed times between Professional Services Automation (PSA) tools and awork. - [Authentication](https://developers.awork.com/authentication.md): Learn how to authenticate with the awork API. - [Error Handling](https://developers.awork.com/error-handling.md): Error responses and status codes for the awork API. - [Pagination](https://developers.awork.com/pagination.md): Dealing with paginated responses from the awork API. - [Filtering](https://developers.awork.com/filtering.md): Learn how to filter the awork API responses. - [Ordering](https://developers.awork.com/ordering.md): Learn how to order the awork API responses. - [Rate Limit](https://developers.awork.com/rate-limits.md): Learn about the rate limits of the awork API. - [Permissions](https://developers.awork.com/permissions.md): Learn how the awork API handles permissions. - [Webhooks](https://developers.awork.com/webhooks.md): Learn how to configure and receive webhooks in awork. - [MCP Server](https://developers.awork.com/overview/mcp-server.md) - [Versioning](https://developers.awork.com/versioning.md): Different versions of the awork API. - [Changelog](https://developers.awork.com/changelog.md): This page contains a list of past and upcoming changes the the awork API. - [Support](https://developers.awork.com/support.md): Get help with the awork API. - [API Reference](https://developers.awork.com/apiv1.md): API Reference. - [Projects](https://developers.awork.com/projects.md): Projects API Reference. - [Tasks](https://developers.awork.com/tasks.md): Tasks API Reference. - [Time Tracking](https://developers.awork.com/timetracking.md): Time Tracking API Reference. - [Documents](https://developers.awork.com/documents.md): Documents API Reference. - [Search](https://developers.awork.com/search.md): Search API Reference. - [Companies](https://developers.awork.com/companies.md): Companies API Reference. - [Users](https://developers.awork.com/users.md): Users API Reference. - [Files & Images](https://developers.awork.com/files.md): Files & Images API Reference. - [Custom Fields](https://developers.awork.com/customfields.md): Custom Fields API Reference. - [Workload & Planning](https://developers.awork.com/workload.md): Workload & Planning API Reference. - [Project Templates](https://developers.awork.com/projecttemplates.md): Project Templates API Reference. - [Workflows](https://developers.awork.com/workflows.md): Workflows API Reference. - [Login & Access](https://developers.awork.com/login.md): Login & Access API Reference. - [API Management](https://developers.awork.com/api.md): API Management related endpoints Reference. ## API Docs - API v1 Reference > Projects [Returns all projects.](https://developers.awork.com/apiv1/projects/get-projects.md) - API v1 Reference > Projects [Creates a new project.](https://developers.awork.com/apiv1/projects/post-project.md) - API v1 Reference > Projects [Edits multiple projects using the specified operation.](https://developers.awork.com/apiv1/projects/post-projects-batch-by-operation.md) - API v1 Reference > Projects [Returns the project with the specified key.](https://developers.awork.com/apiv1/projects/get-projects-key-by-project-key.md) - API v1 Reference > Projects [Returns the project with the specified id.](https://developers.awork.com/apiv1/projects/get-project-by-id.md) - API v1 Reference > Projects [Updates the project with the specified id.](https://developers.awork.com/apiv1/projects/put-project-by-id.md) - API v1 Reference > Projects [Changes the project type of the project with the specified id.](https://developers.awork.com/apiv1/projects/post-project-change-project-type-by-project-id.md) - API v1 Reference > Projects [Changes the status of the project with the specified id.](https://developers.awork.com/apiv1/projects/post-project-change-status-by-project-id.md) - API v1 Reference > Projects [Deletes the project with the specified id.](https://developers.awork.com/apiv1/projects/post-project-delete-by-project-id.md) - API v1 Reference > Projects [Returns the project members of the project with the specified id.](https://developers.awork.com/apiv1/projects/get-project-members-by-project-id.md) - API v1 Reference > Projects [Removes a project member from the project with the specified id.](https://developers.awork.com/apiv1/projects/post-project-remove-project-member-by-project-id.md) - API v1 Reference > Projects [Updates the project key for the specified project and all associated task identifiers.](https://developers.awork.com/apiv1/projects/post-project-set-project-key-by-project-id.md) - API v1 Reference > Projects [Updates the order of a project status.](https://developers.awork.com/apiv1/projects/post-project-update-project-status-order-by-project-id.md) - API v1 Reference > Project Types [Returns all existing project types.](https://developers.awork.com/apiv1/project-types/get-project-types.md) - API v1 Reference > Project Types [Creates a new project type.](https://developers.awork.com/apiv1/project-types/post-project-type.md) - API v1 Reference > Project Types [Retrieves all available project type icons.](https://developers.awork.com/apiv1/project-types/get-project-types-icons.md) - API v1 Reference > Project Types [Retrieves a project type by its ID.](https://developers.awork.com/apiv1/project-types/get-project-type-by-id.md) - API v1 Reference > Project Types [Updates an existing project type.](https://developers.awork.com/apiv1/project-types/put-project-type-by-id.md) - API v1 Reference > Project Types [Deletes a project type and reassigns related projects and templates.](https://developers.awork.com/apiv1/project-types/post-project-type-delete-by-project-type-id.md) - API v1 Reference > Project Types [Archives or unarchives the project type with the specified id.](https://developers.awork.com/apiv1/project-types/post-project-type-set-archived-by-project-type-id.md) - API v1 Reference > Project Statuses [Returns all project statuses of the project with the specified id.](https://developers.awork.com/apiv1/project-statuses/get-project-project-statuses-by-project-id.md) - API v1 Reference > Project Statuses [Creates a project status for a project.](https://developers.awork.com/apiv1/project-statuses/post-project-project-statuses-by-project-id.md) - API v1 Reference > Project Statuses [Returns all project statuses.](https://developers.awork.com/apiv1/project-statuses/get-project-statuses.md) - API v1 Reference > Project Statuses [Returns the project status with the specified id.](https://developers.awork.com/apiv1/project-statuses/get-project-status-by-id.md) - API v1 Reference > Project Statuses [Updates an existing project status.](https://developers.awork.com/apiv1/project-statuses/put-project-status-by-id.md) - API v1 Reference > Project Statuses [Deletes a project status.](https://developers.awork.com/apiv1/project-statuses/post-project-status-delete-by-project-status-id.md) - API v1 Reference > Project Statuses [Sets the archived flag for a project status.](https://developers.awork.com/apiv1/project-statuses/post-project-status-set-archived-by-project-status-id.md) - API v1 Reference > Project Roles [Returns all project roles.](https://developers.awork.com/apiv1/project-roles/get-project-roles.md) - API v1 Reference > Project Roles [Creates a new project role.](https://developers.awork.com/apiv1/project-roles/post-project-role.md) - API v1 Reference > Project Roles [Returns all project roles assigned to the specified user.](https://developers.awork.com/apiv1/project-roles/get-project-roles-by-user-id-by-user-id.md) - API v1 Reference > Project Roles [Returns a project role by its id.](https://developers.awork.com/apiv1/project-roles/get-project-role-by-id.md) - API v1 Reference > Project Roles [Updates an existing project role.](https://developers.awork.com/apiv1/project-roles/put-project-role-by-id.md) - API v1 Reference > Project Roles [Deletes a project role and migrates its members to a new role.](https://developers.awork.com/apiv1/project-roles/post-project-role-delete-by-project-role-id.md) - API v1 Reference > Project Roles [Returns all permissions assigned to a project role.](https://developers.awork.com/apiv1/project-roles/get-project-role-permissions-by-project-role-id.md) - API v1 Reference > Project Roles [Creates or updates a permission for a project role.](https://developers.awork.com/apiv1/project-roles/post-project-role-permissions-by-project-role-id.md) - API v1 Reference > Project Members [Adds a project member to the project with the specified id.](https://developers.awork.com/apiv1/project-members/post-project-add-project-member-by-project-id.md) - API v1 Reference > Project Members [Updates the role of a project member of the project with the specified id.](https://developers.awork.com/apiv1/project-members/post-project-update-project-member-by-project-id.md) - API v1 Reference > Project Comments [Returns all comments of the project with the specified id.](https://developers.awork.com/apiv1/project-comments/get-comments-by-project-name-and-project-id.md) - API v1 Reference > Project Comments [Creates a new comment on the project with the specified id.](https://developers.awork.com/apiv1/project-comments/post-comments-by-project-name-and-project-id.md) - API v1 Reference > Project Comments [Deletes all comments of the specified project.](https://developers.awork.com/apiv1/project-comments/delete-comments-by-project-name-and-project-id.md) - API v1 Reference > Project Comments [Returns the comment with the specified id of the project with the specified id.](https://developers.awork.com/apiv1/project-comments/get-comment-by-project-name-and-project-id-and-comment-id.md) - API v1 Reference > Project Comments [Updates the comment with the specified id on the project with the specified id.](https://developers.awork.com/apiv1/project-comments/put-comment-by-project-name-and-project-id-and-comment-id.md) - API v1 Reference > Project Comments [Deletes the comment with the specified id on the project with the specified id.](https://developers.awork.com/apiv1/project-comments/delete-comment-by-project-name-and-project-id-and-comment-id.md) - API v1 Reference > Project Comments [Updates the reactions of the comment with the specified id on the project with the specified id.](https://developers.awork.com/apiv1/project-comments/post-comment-react-by-project-name-and-project-id-and-comment-id.md) - API v1 Reference > Project Tags [Removes a tag from all projects.](https://developers.awork.com/apiv1/project-tags/post-projects-delete-tags.md) - API v1 Reference > Project Tags [Returns all tags currently in use by projects.](https://developers.awork.com/apiv1/project-tags/get-projects-tags.md) - API v1 Reference > Project Tags [Updates a tag globally for all projects.](https://developers.awork.com/apiv1/project-tags/post-projects-update-tags.md) - API v1 Reference > Project Tags [Adds a batch of tags to the project with the specified id.](https://developers.awork.com/apiv1/project-tags/post-project-add-tags-by-project-id.md) - API v1 Reference > Project Tags [Removes tags from the project with the specified id.](https://developers.awork.com/apiv1/project-tags/post-project-delete-tags-by-project-id.md) - API v1 Reference > Project Tags [Returns the tags of the project with the specified id.](https://developers.awork.com/apiv1/project-tags/get-project-tags-by-project-id.md) - API v1 Reference > Project Milestones [Retrieves all project milestones.](https://developers.awork.com/apiv1/project-milestones/get-project-milestones.md) - API v1 Reference > Project Milestones [Creates a new project milestone.](https://developers.awork.com/apiv1/project-milestones/post-project-milestone.md) - API v1 Reference > Project Milestones [Returns the specified project milestone.](https://developers.awork.com/apiv1/project-milestones/get-project-milestone-by-milestone-id.md) - API v1 Reference > Project Milestones [Updates an existing project milestone.](https://developers.awork.com/apiv1/project-milestones/put-project-milestone-by-id.md) - API v1 Reference > Project Milestones [Deletes a project milestone.](https://developers.awork.com/apiv1/project-milestones/delete-project-milestone-by-id.md) - API v1 Reference > Project Milestones [Returns all project milestones of the specified project.](https://developers.awork.com/apiv1/project-milestones/get-project-milestones-by-project-id.md) - API v1 Reference > Project Activities [Returns all activities of the project with the specified id.](https://developers.awork.com/apiv1/project-activities/get-project-activities.md) - API v1 Reference > Project Automations [Returns all automations of the specified project.](https://developers.awork.com/apiv1/project-automations/get-project-automations.md) - API v1 Reference > Project Automations [Creates a new automation for the specified project.](https://developers.awork.com/apiv1/project-automations/post-project-automation.md) - API v1 Reference > Project Automations [Returns a specific automation from a project.](https://developers.awork.com/apiv1/project-automations/get-project-automation.md) - API v1 Reference > Project Automations [Updates the automation with the specified id.](https://developers.awork.com/apiv1/project-automations/put-project-automation.md) - API v1 Reference > Project Automations [Deletes the specified automation for a given project.](https://developers.awork.com/apiv1/project-automations/delete-project-automation.md) - API v1 Reference > Project Automations [Gets the actions of a project automation.](https://developers.awork.com/apiv1/project-automations/get-project-automation-actions.md) - API v1 Reference > Project Automations [Creates a new action for an automation.](https://developers.awork.com/apiv1/project-automations/post-project-automation-action.md) - API v1 Reference > Project Automations [Gets a specific action for a project automation.](https://developers.awork.com/apiv1/project-automations/get-project-automation-action.md) - API v1 Reference > Project Automations [Updates a specifc action of a project automation.](https://developers.awork.com/apiv1/project-automations/put-project-automation-action.md) - API v1 Reference > Project Automations [Deletes an action for a project automation.](https://developers.awork.com/apiv1/project-automations/delete-project-automation-action.md) - API v1 Reference > Project Automations [Updates the order of a given action of a project automation.](https://developers.awork.com/apiv1/project-automations/post-update-project-automation-action-order.md) - API v1 Reference > Project Automations [Executes a manual automation for a task.](https://developers.awork.com/apiv1/project-automations/post-execute-project-automation.md) - API v1 Reference > Time Bookings [Returns a list of time bookings.](https://developers.awork.com/apiv1/time-bookings/get-project-time-bookings.md) - API v1 Reference > Time Bookings [Creates a new time booking for a given project and user.](https://developers.awork.com/apiv1/time-bookings/post-project-time-booking.md) - API v1 Reference > Time Bookings [Updates a given time booking.](https://developers.awork.com/apiv1/time-bookings/put-project-time-booking.md) - API v1 Reference > Time Bookings [Deletes a time booking by id.](https://developers.awork.com/apiv1/time-bookings/delete-project-time-booking.md) - API v1 Reference > Time Bookings [Returns the time bookings in a specified time range for a list of users.](https://developers.awork.com/apiv1/time-bookings/get-project-time-bookings-for-users.md) - API v1 Reference > Retainers [Endpoint to get all retainers for a project.](https://developers.awork.com/apiv1/retainers/get-project-retainers-by-project-id.md) - API v1 Reference > Retainers [Endpoint to create a new retainer for a project.](https://developers.awork.com/apiv1/retainers/post-project-retainers-by-project-id.md) - API v1 Reference > Retainers [Endpoint to get a retainer for a project by id.](https://developers.awork.com/apiv1/retainers/get-project-retainer-by-project-id-and-retainer-id.md) - API v1 Reference > Retainers [Endpoint to update the retainer for a project.](https://developers.awork.com/apiv1/retainers/put-project-retainer-by-project-id-and-retainer-id.md) - API v1 Reference > Retainers [Endpoint to delete a retainer for a project. Deletes all related retainer budgets.](https://developers.awork.com/apiv1/retainers/delete-project-retainer-by-project-id-and-retainer-id.md) - API v1 Reference > Autopilot [Returns all available alerts for autopilots.](https://developers.awork.com/apiv1/autopilot/get-autopilot-available-alerts.md) - API v1 Reference > Autopilot [Returns the autopilot with the specified id.](https://developers.awork.com/apiv1/autopilot/get-autopilot-by-autopilot-id.md) - API v1 Reference > Autopilot [Returns the autopilot of the project with the specified id.](https://developers.awork.com/apiv1/autopilot/get-projects-autopilot-by-project-id.md) - API v1 Reference > Autopilot [Creates a new autopilot for the project with the specified id.](https://developers.awork.com/apiv1/autopilot/post-projects-autopilot-by-project-id.md) - API v1 Reference > Autopilot [Updates the autopilot of the project with the specified id.](https://developers.awork.com/apiv1/autopilot/put-projects-autopilot-by-project-id.md) - API v1 Reference > Autopilot [Deletes the autopilot of the project with the specified id.](https://developers.awork.com/apiv1/autopilot/delete-projects-autopilot-by-project-id.md) - API v1 Reference > Tasks [Creates a new project or private task.](https://developers.awork.com/apiv1/tasks/post-task.md) - API v1 Reference > Tasks [Invites a user by email and assigns them to a task.](https://developers.awork.com/apiv1/tasks/post-tasks-assign-user-by-email.md) - API v1 Reference > Tasks [Edits multiple tasks using the specified operation.](https://developers.awork.com/apiv1/tasks/post-tasks-batch-by-operation.md) - API v1 Reference > Tasks [Changes the base type for multiple tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-base-types.md) - API v1 Reference > Tasks [Changes the lists of tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-lists.md) - API v1 Reference > Tasks [Changes statuses of tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-statuses.md) - API v1 Reference > Tasks [Changes the parent task and the order of subtasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-subtasks.md) - API v1 Reference > Tasks [Convert subtasks to a parent task.](https://developers.awork.com/apiv1/tasks/post-tasks-change-subtasks-to-parent.md) - API v1 Reference > Tasks [Changes the type of work for a batch of tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-type-of-work.md) - API v1 Reference > Tasks [Deletes tasks and optionally related time entries.](https://developers.awork.com/apiv1/tasks/post-tasks-delete.md) - API v1 Reference > Tasks [Returns the task with the specified key.](https://developers.awork.com/apiv1/tasks/get-tasks-key-by-task-identifier.md) - API v1 Reference > Tasks [Sets the priority flag for a task.](https://developers.awork.com/apiv1/tasks/post-tasks-set-task-priority.md) - API v1 Reference > Tasks [Returns the task with the specified id.](https://developers.awork.com/apiv1/tasks/get-task-by-id.md) - API v1 Reference > Tasks [Updates the task with the specified id.](https://developers.awork.com/apiv1/tasks/put-task-by-id.md) - API v1 Reference > Tasks [Creates a copy of the specified task.](https://developers.awork.com/apiv1/tasks/post-task-copy-by-task-id.md) - API v1 Reference > Tasks [Deletes the recurrence rule for a task.](https://developers.awork.com/apiv1/tasks/post-task-delete-recurrency-by-task-id.md) - API v1 Reference > Tasks [Gets the recurrence rule of a task.](https://developers.awork.com/apiv1/tasks/get-task-recurrency-by-task-id.md) - API v1 Reference > Tasks [Assigns a list of users to a task.](https://developers.awork.com/apiv1/tasks/post-task-set-assignees-by-task-id.md) - API v1 Reference > Tasks [Modifies planned efforts for the given task assignments.](https://developers.awork.com/apiv1/tasks/post-task-set-planned-efforts-by-task-id.md) - API v1 Reference > Tasks [Adds or updates a recurrence rule for a task.](https://developers.awork.com/apiv1/tasks/post-task-set-recurrency-by-task-id.md) - API v1 Reference > Tasks [Updates the order of a task within its list.](https://developers.awork.com/apiv1/tasks/post-task-update-order-by-task-id.md) - API v1 Reference > Task Statuses [Returns all task statuses of the project with the specified id.](https://developers.awork.com/apiv1/task-statuses/get-project-task-statuses-by-project-id.md) - API v1 Reference > Task Statuses [Creates a new task status for the specified project.](https://developers.awork.com/apiv1/task-statuses/post-project-task-statuses-by-project-id.md) - API v1 Reference > Task Statuses [Returns the specified task status of a project.](https://developers.awork.com/apiv1/task-statuses/get-project-task-status-by-project-id-and-task-status-id.md) - API v1 Reference > Task Statuses [Updates a task status for the specified project.](https://developers.awork.com/apiv1/task-statuses/put-project-task-status-by-project-id-and-task-status-id.md) - API v1 Reference > Task Statuses [Deletes the task status with the specified id.](https://developers.awork.com/apiv1/task-statuses/post-project-task-status-delete-by-project-id-and-task-status-id.md) - API v1 Reference > Task Lists [Returns all task lists of the project with the specified id.](https://developers.awork.com/apiv1/task-lists/get-project-task-lists-by-project-id.md) - API v1 Reference > Task Lists [Creates a new task list.](https://developers.awork.com/apiv1/task-lists/post-project-task-lists-by-project-id.md) - API v1 Reference > Task Lists [Returns the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/get-project-task-list-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Updates the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/put-project-task-list-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Adds the tasks to the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-add-tasks-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Changes the project of the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-change-project-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Creates a copy of the task list.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-copy-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Deletes the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-delete-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Removes the tasks from the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-remove-tasks-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Archives or unarchives the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-set-archived-by-project-id-and-task-list-id.md) - API v1 Reference > Task Lists [Returns the task with the specified id in the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/get-project-task-list-task-by-project-id-and-task-list-id-and-task-id.md) - API v1 Reference > Task Lists [Updates the order of a task in a task list.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-task-update-order-by-project-id-and-task-list-id-and-task-id.md) - API v1 Reference > Task Lists [Updates the order of the task list with the specified id.](https://developers.awork.com/apiv1/task-lists/post-project-task-list-update-order-by-project-id-and-task-list-id.md) - API v1 Reference > Project Tasks [Returns all project tasks that the current user can see.](https://developers.awork.com/apiv1/project-tasks/get-me-project-tasks.md) - API v1 Reference > Project Tasks [Returns all tags of the project tasks.](https://developers.awork.com/apiv1/project-tasks/get-projects-project-tasks-tags.md) - API v1 Reference > Project Tasks [Returns all project tasks of the project with the specified id.](https://developers.awork.com/apiv1/project-tasks/get-project-project-tasks-by-project-id.md) - API v1 Reference > Project Tasks [Returns the project task with the specified id.](https://developers.awork.com/apiv1/project-tasks/get-project-project-task-by-project-id-and-task-id.md) - API v1 Reference > Project Tasks [Changes the project of the task with the specified id.](https://developers.awork.com/apiv1/project-tasks/post-project-project-task-change-project-by-project-id-and-task-id.md) - API v1 Reference > Project Tasks [Returns the type of work for the project with the specified id.](https://developers.awork.com/apiv1/project-tasks/get-project-types-of-work-by-project-id.md) - API v1 Reference > Private Tasks [Returns all private tasks that the current user created and assigned to someone else.](https://developers.awork.com/apiv1/private-tasks/get-me-other-private-tasks.md) - API v1 Reference > Private Tasks [Returns a private task that the current user created and assigned to someone else.](https://developers.awork.com/apiv1/private-tasks/get-me-other-private-task-by-task-id.md) - API v1 Reference > Private Tasks [Returns all private tasks of the current user.](https://developers.awork.com/apiv1/private-tasks/get-me-private-tasks.md) - API v1 Reference > Private Tasks [Returns the task statuses for private tasks for the specified user.](https://developers.awork.com/apiv1/private-tasks/get-my-private-task-statuses.md) - API v1 Reference > Private Tasks [Returns the private task with the specified id for the current user.](https://developers.awork.com/apiv1/private-tasks/get-me-private-task-by-task-id.md) - API v1 Reference > Private Tasks [Returns all private tasks that a user created and assigned to someone else.](https://developers.awork.com/apiv1/private-tasks/get-user-other-private-tasks-by-user-id.md) - API v1 Reference > Private Tasks [Returns a private task that a user created and assigned to someone else.](https://developers.awork.com/apiv1/private-tasks/get-user-other-private-task-by-user-id-and-task-id.md) - API v1 Reference > Private Tasks [Returns all private tasks of the user with the specified id.](https://developers.awork.com/apiv1/private-tasks/get-user-private-tasks-by-user-id.md) - API v1 Reference > Private Tasks [Returns the private task of a user with the specified id.](https://developers.awork.com/apiv1/private-tasks/get-user-private-task-by-user-id-and-task-id.md) - API v1 Reference > Assigned Tasks [Returns all tasks the current user is allowed to see.](https://developers.awork.com/apiv1/assigned-tasks/get-me-all-available-tasks.md) - API v1 Reference > Assigned Tasks [Returns all tasks assigned to the current user.](https://developers.awork.com/apiv1/assigned-tasks/get-me-assigned-tasks.md) - API v1 Reference > Assigned Tasks [Returns the assigned task with the specified id of the current user.](https://developers.awork.com/apiv1/assigned-tasks/get-me-assigned-task-by-task-id.md) - API v1 Reference > Assigned Tasks [Returns all task tags the current user is allowed to see.](https://developers.awork.com/apiv1/assigned-tasks/get-me-tasks-tags.md) - API v1 Reference > Assigned Tasks [Returns all tasks the specified user is allowed to see.](https://developers.awork.com/apiv1/assigned-tasks/get-user-all-available-tasks-by-user-id.md) - API v1 Reference > Assigned Tasks [Returns all tasks assigned to the specified user.](https://developers.awork.com/apiv1/assigned-tasks/get-user-assigned-tasks-by-user-id.md) - API v1 Reference > Assigned Tasks [Returns the assigned task with the specified id of a specified user.](https://developers.awork.com/apiv1/assigned-tasks/get-user-assigned-task-by-user-id-and-task-id.md) - API v1 Reference > Assigned Tasks [Returns all task tags the specified user is allowed to see.](https://developers.awork.com/apiv1/assigned-tasks/get-user-tasks-tags-by-user-id.md) - API v1 Reference > Checklist Items [Returns the checklist items for a private task with the specified id.](https://developers.awork.com/apiv1/checklist-items/get-my-other-private-task-checklist-items-by-user-id-and-task-id.md) - API v1 Reference > Checklist Items [Returns a checklist item for a private task with the specified id.](https://developers.awork.com/apiv1/checklist-items/get-my-other-private-task-checklist-item-by-user-id-and-task-id-and-checklist-item-id.md) - API v1 Reference > Checklist Items [Returns the checklist for a private task with the specified id.](https://developers.awork.com/apiv1/checklist-items/get-my-private-task-checklist-items-by-user-id-and-task-id.md) - API v1 Reference > Checklist Items [Retrieves a checklist item from a private task.](https://developers.awork.com/apiv1/checklist-items/get-my-private-task-checklist-item-by-user-id-and-task-id-and-checklist-item-id.md) - API v1 Reference > Checklist Items [Returns the checklist items for a project task with the specified id.](https://developers.awork.com/apiv1/checklist-items/get-project-project-task-checklist-items-by-project-id-and-task-id.md) - API v1 Reference > Checklist Items [Retrieves a checklist item from a project task.](https://developers.awork.com/apiv1/checklist-items/get-project-project-task-checklist-item-by-project-id-and-task-id-and-checklist-item-id.md) - API v1 Reference > Checklist Items [Returns the checklist items for the task with the specified id.](https://developers.awork.com/apiv1/checklist-items/get-task-checklist-items-by-task-id.md) - API v1 Reference > Checklist Items [Creates a checklist item for a task with the specified id.](https://developers.awork.com/apiv1/checklist-items/post-task-checklist-items-by-task-id.md) - API v1 Reference > Checklist Items [Converts all checklist items of the specified task to subtasks.](https://developers.awork.com/apiv1/checklist-items/post-task-checklist-items-to-subtasks-by-task-id.md) - API v1 Reference > Checklist Items [Returns the checklist item with the specified id for a task.](https://developers.awork.com/apiv1/checklist-items/get-task-checklist-item-by-task-id-and-checklist-item-id.md) - API v1 Reference > Checklist Items [Updates a checklist item for a task with the specified id.](https://developers.awork.com/apiv1/checklist-items/put-task-checklist-item-by-task-id-and-checklist-item-id.md) - API v1 Reference > Checklist Items [Deletes a checklist item from a task.](https://developers.awork.com/apiv1/checklist-items/delete-task-checklist-item-by-task-id-and-checklist-item-id.md) - API v1 Reference > Task Comments [Returns all comments of the task with the specified id.](https://developers.awork.com/apiv1/task-comments/get-comments-by-task-name-and-task-id.md) - API v1 Reference > Task Comments [Creates a new comment on the task with the specified id.](https://developers.awork.com/apiv1/task-comments/post-comments-by-task-name-and-task-id.md) - API v1 Reference > Task Comments [Deletes all comments of the specified task.](https://developers.awork.com/apiv1/task-comments/delete-comments-by-task-name-and-task-id.md) - API v1 Reference > Task Comments [Returns the comment with the specified id of the task with the specified id.](https://developers.awork.com/apiv1/task-comments/get-comment-by-task-name-and-task-id-and-comment-id.md) - API v1 Reference > Task Comments [Updates the comment with the specified id on the task with the specified id.](https://developers.awork.com/apiv1/task-comments/put-comment-by-task-name-and-task-id-and-comment-id.md) - API v1 Reference > Task Comments [Deletes the comment with the specified id on the task with the specified id.](https://developers.awork.com/apiv1/task-comments/delete-comment-by-task-name-and-task-id-and-comment-id.md) - API v1 Reference > Task Comments [Updates the reactions of the comment with the specified id on the task with the specified id.](https://developers.awork.com/apiv1/task-comments/post-comment-react-by-task-name-and-task-id-and-comment-id.md) - API v1 Reference > Task Tags [Removes a tag from all private tasks.](https://developers.awork.com/apiv1/task-tags/post-me-private-tasks-delete-tags.md) - API v1 Reference > Task Tags [Returns all tags of the private tasks of the current user.](https://developers.awork.com/apiv1/task-tags/get-me-private-tasks-tags.md) - API v1 Reference > Task Tags [Updates a tag for all private tasks.](https://developers.awork.com/apiv1/task-tags/post-me-private-tasks-update-tags.md) - API v1 Reference > Task Tags [Removes a tag from all project tasks.](https://developers.awork.com/apiv1/task-tags/post-tasks-delete-tags.md) - API v1 Reference > Task Tags [Returns all task tags that are currently in use by tasks.](https://developers.awork.com/apiv1/task-tags/get-tasks-tags.md) - API v1 Reference > Task Tags [Updates a tag globally for all project tasks.](https://developers.awork.com/apiv1/task-tags/post-tasks-update-tags.md) - API v1 Reference > Task Tags [Adds a batch of tags to the task with the specified id.](https://developers.awork.com/apiv1/task-tags/post-task-add-tags-by-task-id.md) - API v1 Reference > Task Tags [Removes tags from the task with the specified id.](https://developers.awork.com/apiv1/task-tags/post-task-delete-tags-by-task-id.md) - API v1 Reference > Task Tags [Returns the tags of the task with the specified id.](https://developers.awork.com/apiv1/task-tags/get-task-tags-by-task-id.md) - API v1 Reference > Task Dependencies [Returns all task dependencies for a specific project.](https://developers.awork.com/apiv1/task-dependencies/get-project-taskdependencies-by-project-id.md) - API v1 Reference > Task Dependencies [Creates a new task dependency.](https://developers.awork.com/apiv1/task-dependencies/post-task-dependency.md) - API v1 Reference > Task Dependencies [Deletes a task dependency.](https://developers.awork.com/apiv1/task-dependencies/delete-taskdependency-by-task-dependency-id.md) - API v1 Reference > Task Dependencies [Returns all task dependencies for a specific task.](https://developers.awork.com/apiv1/task-dependencies/get-task-taskdependencies-by-task-id.md) - API v1 Reference > Task Schedules [Returns a list of task schedules.](https://developers.awork.com/apiv1/task-schedules/get-task-schedules.md) - API v1 Reference > Task Schedules [Creates a new task schedule for a given task and a given user.](https://developers.awork.com/apiv1/task-schedules/post-task-schedule.md) - API v1 Reference > Task Schedules [Creates task schedules from a task by id.](https://developers.awork.com/apiv1/task-schedules/post-task-schedules-by-task-id-by-task-id.md) - API v1 Reference > Task Schedules [Returns a task schedule by id.](https://developers.awork.com/apiv1/task-schedules/get-task-schedule-by-id.md) - API v1 Reference > Task Schedules [Updates a given task schedule.](https://developers.awork.com/apiv1/task-schedules/put-task-schedule-by-id.md) - API v1 Reference > Task Schedules [Deletes a task schedule by id.](https://developers.awork.com/apiv1/task-schedules/delete-task-schedule-by-id.md) - API v1 Reference > Task Activities [Returns all activities of the task with the specified id.](https://developers.awork.com/apiv1/task-activities/get-task-activities.md) - API v1 Reference > Type of Work [Gets all types of work.](https://developers.awork.com/apiv1/type-of-work/get-types-of-work.md) - API v1 Reference > Type of Work [Creates a new type of work.](https://developers.awork.com/apiv1/type-of-work/post-types-of-work.md) - API v1 Reference > Type of Work [Gets all possible icons for type of work.](https://developers.awork.com/apiv1/type-of-work/get-types-of-work-icons.md) - API v1 Reference > Type of Work [Gets the type of work with the specified id.](https://developers.awork.com/apiv1/type-of-work/get-type-of-work-by-id.md) - API v1 Reference > Type of Work [Changes the properties of an existing type of work.](https://developers.awork.com/apiv1/type-of-work/put-type-of-work-by-id.md) - API v1 Reference > Type of Work [Deletes the type of work with the specified id.](https://developers.awork.com/apiv1/type-of-work/post-type-of-work-delete-by-type-of-work-id.md) - API v1 Reference > Type of Work [Archives or unarchives the type of work with the specified id.](https://developers.awork.com/apiv1/type-of-work/post-type-of-work-set-archived-by-type-of-work-id.md) - API v1 Reference > Time Entries [Returns the last time entry of a specified user.](https://developers.awork.com/apiv1/time-entries/get-my-last-time-entries.md) - API v1 Reference > Time Entries [Returns all time entries of the specified project.](https://developers.awork.com/apiv1/time-entries/get-project-time-entries.md) - API v1 Reference > Time Entries [Returns all time entries of the specified task.](https://developers.awork.com/apiv1/time-entries/get-task-time-entries.md) - API v1 Reference > Time Entries [Returns all time entries.](https://developers.awork.com/apiv1/time-entries/get-time-entries.md) - API v1 Reference > Time Entries [Creates a new time entry.](https://developers.awork.com/apiv1/time-entries/post-time-entry.md) - API v1 Reference > Time Entries [Edits multiple time entries using the specified operation.](https://developers.awork.com/apiv1/time-entries/post-time-entries-batch-by-operation.md) - API v1 Reference > Time Entries [Deletes the time entry with the specified ids.](https://developers.awork.com/apiv1/time-entries/post-time-entries-delete.md) - API v1 Reference > Time Entries [Sets the time entries with the specified ids to billable.](https://developers.awork.com/apiv1/time-entries/post-time-entries-set-billable.md) - API v1 Reference > Time Entries [Sets the time entries with the specified ids to billed.](https://developers.awork.com/apiv1/time-entries/post-time-entries-set-billed.md) - API v1 Reference > Time Entries [Sets the type of work of the specified timeentries.](https://developers.awork.com/apiv1/time-entries/post-time-entries-set-type-of-work.md) - API v1 Reference > Time Entries [Sets the time entries with the specified ids to unbillable.](https://developers.awork.com/apiv1/time-entries/post-time-entries-set-unbillable.md) - API v1 Reference > Time Entries [Sets the time entries with the specified ids to unbilled.](https://developers.awork.com/apiv1/time-entries/post-time-entries-set-un-billed.md) - API v1 Reference > Time Entries [Retrieves all time entries with a simplified model based on the grouping parameter.](https://developers.awork.com/apiv1/time-entries/get-time-entries-simplified.md) - API v1 Reference > Time Entries [Get a time entry by id.](https://developers.awork.com/apiv1/time-entries/get-time-entry-by-id.md) - API v1 Reference > Time Entries [Updates the time entry with the specified id.](https://developers.awork.com/apiv1/time-entries/put-time-entry-by-id.md) - API v1 Reference > Time Entries [Deletes the time entry with the specified id.](https://developers.awork.com/apiv1/time-entries/delete-time-entry-by-id.md) - API v1 Reference > Time Entries [Handles removing all breaks from a time entry, effectively resuming the timer.](https://developers.awork.com/apiv1/time-entries/post-time-entry-remove-breaks.md) - API v1 Reference > Time Tracking [Pauses a running time tracking for a user.](https://developers.awork.com/apiv1/time-tracking/post-pause-my-time-tracking.md) - API v1 Reference > Time Tracking [Resumes a paused time tracking for a user.](https://developers.awork.com/apiv1/time-tracking/post-resume-my-time-tracking.md) - API v1 Reference > Time Tracking [Starts a new time tracking for a user.](https://developers.awork.com/apiv1/time-tracking/post-start-my-time-tracking.md) - API v1 Reference > Time Tracking [Stops the currently running time tracking of the specified user.](https://developers.awork.com/apiv1/time-tracking/post-stop-my-time-tracking.md) - API v1 Reference > Time Reports [Returns all time reports of a user.](https://developers.awork.com/apiv1/time-reports/get-time-reports.md) - API v1 Reference > Time Tracking Settings [Returns the global timetracking settings.](https://developers.awork.com/apiv1/time-tracking-settings/get-time-tracking-settings.md) - API v1 Reference > Documents [Returns all documents.](https://developers.awork.com/apiv1/documents/get-documents.md) - API v1 Reference > Documents [Creates a new document.](https://developers.awork.com/apiv1/documents/post-document.md) - API v1 Reference > Documents [Restores the document with the specified id from the trash.](https://developers.awork.com/apiv1/documents/post-documents-trash-restore-by-document-id.md) - API v1 Reference > Documents [Returns the document with the specified id.](https://developers.awork.com/apiv1/documents/get-document-by-id.md) - API v1 Reference > Documents [Updates the document with the specified id.](https://developers.awork.com/apiv1/documents/put-document-by-id.md) - API v1 Reference > Documents [Deletes the document with the specified id.](https://developers.awork.com/apiv1/documents/delete-document-by-id.md) - API v1 Reference > Documents [Returns the content of the current version of the document with the specified id.](https://developers.awork.com/apiv1/documents/get-document-content-by-document-id.md) - API v1 Reference > Documents [Updates the content of the document with the specified id.](https://developers.awork.com/apiv1/documents/put-document-content-by-document-id.md) - API v1 Reference > Documents [Adds a list of document contributors to the document with the specified id.](https://developers.awork.com/apiv1/documents/post-document-contributors-by-document-id.md) - API v1 Reference > Documents [Updates the access of a document contributor with the specified id to a document.](https://developers.awork.com/apiv1/documents/put-document-contributor-by-document-id-and-document-contributor-id.md) - API v1 Reference > Documents [Deletes the document contributor with the specified id from a document.](https://developers.awork.com/apiv1/documents/delete-document-contributor-by-document-id-and-document-contributor-id.md) - API v1 Reference > Documents [Duplicates the document with the specified id.](https://developers.awork.com/apiv1/documents/post-document-duplicate-by-document-id.md) - API v1 Reference > Documents [Adds a list of document teams to a document with the specified id.](https://developers.awork.com/apiv1/documents/post-document-teams-by-document-id.md) - API v1 Reference > Documents [Updates the document team with the specified id.](https://developers.awork.com/apiv1/documents/put-document-team-by-document-id-and-document-to-team-id.md) - API v1 Reference > Documents [Deletes the document team with the specified id from a document.](https://developers.awork.com/apiv1/documents/delete-document-team-by-document-id-and-document-to-team-id.md) - API v1 Reference > Documents [Returns all documents that belong to the document space with the specified id.](https://developers.awork.com/apiv1/documents/get-document-space-documents-by-document-space-id.md) - API v1 Reference > Documents [Returns all deleted documents of the document space with the specified id.](https://developers.awork.com/apiv1/documents/get-document-space-documents-trash-by-document-space-id.md) - API v1 Reference > Documents [Returns the requesting user's private documents.](https://developers.awork.com/apiv1/documents/get-me-private-documents.md) - API v1 Reference > Documents [Returns the requesting user's private trashed documents.](https://developers.awork.com/apiv1/documents/get-me-private-documents-trash.md) - API v1 Reference > Documents [Returns all documents that were shared with the requesting user.](https://developers.awork.com/apiv1/documents/get-me-shared-documents.md) - API v1 Reference > Documents [Retrieves all documents for a project.](https://developers.awork.com/apiv1/documents/get-project-documents-by-project-id.md) - API v1 Reference > Documents [Retrieves all trashed documents for a project.](https://developers.awork.com/apiv1/documents/get-project-documents-trash-by-project-id.md) - API v1 Reference > Document Spaces [Returns all document spaces.](https://developers.awork.com/apiv1/document-spaces/get-document-spaces.md) - API v1 Reference > Document Spaces [Creates a new document space.](https://developers.awork.com/apiv1/document-spaces/post-document-space.md) - API v1 Reference > Document Spaces [Returns the document space with the specified id.](https://developers.awork.com/apiv1/document-spaces/get-document-space-by-id.md) - API v1 Reference > Document Spaces [Updates the document space with the specified id.](https://developers.awork.com/apiv1/document-spaces/put-document-space-by-id.md) - API v1 Reference > Document Spaces [Deletes the document space with the specified id.](https://developers.awork.com/apiv1/document-spaces/delete-document-space-by-id.md) - API v1 Reference > Document Spaces [Adds a list of document space contributors to a document space.](https://developers.awork.com/apiv1/document-spaces/post-document-space-contributors-by-document-space-id.md) - API v1 Reference > Document Spaces [Updates the access of a document space contributor to the document space with the specified id.](https://developers.awork.com/apiv1/document-spaces/put-document-space-contributor-by-document-space-id-and-document-space-contributor-id.md) - API v1 Reference > Document Spaces [Deletes the document space contributor with the specified id from a document space.](https://developers.awork.com/apiv1/document-spaces/delete-document-space-contributor-by-document-space-id-and-document-space-contributor-id.md) - API v1 Reference > Document Spaces [Adds teams to the document space with the specified id.](https://developers.awork.com/apiv1/document-spaces/post-document-space-teams-by-document-space-id.md) - API v1 Reference > Document Spaces [Updates the access of a team to the document space with the specified id.](https://developers.awork.com/apiv1/document-spaces/put-document-space-team-by-document-space-id-and-document-space-to-team-id.md) - API v1 Reference > Document Spaces [Deletes the team with the specified id from a document space.](https://developers.awork.com/apiv1/document-spaces/delete-document-space-team-by-document-space-id-and-document-space-to-team-id.md) - API v1 Reference > Document Comments [Returns all comments of the document with the specified id.](https://developers.awork.com/apiv1/document-comments/get-comments-by-document-name-and-document-id.md) - API v1 Reference > Document Comments [Creates a new comment on the document with the specified id.](https://developers.awork.com/apiv1/document-comments/post-comments-by-document-name-and-document-id.md) - API v1 Reference > Document Comments [Deletes all comments of the specified document.](https://developers.awork.com/apiv1/document-comments/delete-comments-by-document-name-and-document-id.md) - API v1 Reference > Document Comments [Returns the comment with the specified id of the document with the specified id.](https://developers.awork.com/apiv1/document-comments/get-comment-by-document-name-and-document-id-and-comment-id.md) - API v1 Reference > Document Comments [Updates the comment with the specified id on the document with the specified id.](https://developers.awork.com/apiv1/document-comments/put-comment-by-document-name-and-document-id-and-comment-id.md) - API v1 Reference > Document Comments [Deletes the comment with the specified id on the document with the specified id.](https://developers.awork.com/apiv1/document-comments/delete-comment-by-document-name-and-document-id-and-comment-id.md) - API v1 Reference > Document Comments [Updates the reactions of the comment with the specified id on the document with the specified id.](https://developers.awork.com/apiv1/document-comments/post-comment-react-by-document-name-and-document-id-and-comment-id.md) - API v1 Reference > Document Comments [Sets the resolved status of a comment.](https://developers.awork.com/apiv1/document-comments/post-comment-set-resolved-by-document-name-and-document-id-and-comment-id.md) - API v1 Reference > Search [Performs a full-text search across workspace entities.](https://developers.awork.com/apiv1/search/get-search.md) - API v1 Reference > Filters [Returns the current user's filters.](https://developers.awork.com/apiv1/filters/get-filters.md) - API v1 Reference > Filters [Returns the current user's filters for the specified user type.](https://developers.awork.com/apiv1/filters/get-filters-by-user-type.md) - API v1 Reference > Filters [Evaluates a filter definition against the specified user type and returns the filtered results without saving the filter. This endpoint is designed for quick filters where the frontend builds a FilterDefinition dynamically and needs to evaluate it immediately without persisting it to the database. Supports standard paging, ordering, and additional query constraints from query parameters.](https://developers.awork.com/apiv1/filters/post-filter-evaluate-by-user-type.md) - API v1 Reference > Filters [Adds explicit contributors to the specified filter.](https://developers.awork.com/apiv1/filters/post-filter-contributors-by-filter-id.md) - API v1 Reference > Filters [Updates the access level of an explicit filter contributor.](https://developers.awork.com/apiv1/filters/put-filter-contributor-by-filter-id-and-filter-contributor-id.md) - API v1 Reference > Filters [Removes an explicit contributor from the specified filter.](https://developers.awork.com/apiv1/filters/delete-filter-contributor-by-filter-id-and-filter-contributor-id.md) - API v1 Reference > Filters [Adds explicit team permissions to the specified filter.](https://developers.awork.com/apiv1/filters/post-filter-teams-by-filter-id.md) - API v1 Reference > Filters [Updates the access level of an explicit team permission on the specified filter.](https://developers.awork.com/apiv1/filters/put-filter-team-by-filter-id-and-filter-to-team-id.md) - API v1 Reference > Filters [Removes an explicit team permission from the specified filter.](https://developers.awork.com/apiv1/filters/delete-filter-team-by-filter-id-and-filter-to-team-id.md) - API v1 Reference > Filters [Returns the filters created by the current user.](https://developers.awork.com/apiv1/filters/get-me-filters.md) - API v1 Reference > Filters [Returns the filters created by the current user for the specified user type.](https://developers.awork.com/apiv1/filters/get-me-filters-by-user-type.md) - API v1 Reference > Filters [Creates a persisted filter definition for the specified user type.](https://developers.awork.com/apiv1/filters/post-me-filter-by-user-type.md) - API v1 Reference > Filters [Creates a persisted filter from an OData query string. Convenience endpoint for external API consumers who want to create filters using familiar OData syntax.](https://developers.awork.com/apiv1/filters/post-me-filter-from-query-by-user-type.md) - API v1 Reference > Filters [Returns a single filter by its identifier for the current user.](https://developers.awork.com/apiv1/filters/get-me-filter-by-id.md) - API v1 Reference > Filters [Updates an existing filter definition.](https://developers.awork.com/apiv1/filters/put-me-filter-by-id.md) - API v1 Reference > Filters [Deletes a filter.](https://developers.awork.com/apiv1/filters/delete-me-filter-by-id.md) - API v1 Reference > Filters [Creates a copy of an existing filter.](https://developers.awork.com/apiv1/filters/post-me-filter-copy-by-filter-id.md) - API v1 Reference > Filters [Evaluates a filter by applying it to the specified target user type and returning the filtered results. Supports standard paging, ordering, and additional query constraints from query parameters.](https://developers.awork.com/apiv1/filters/get-me-filter-by-filter-id-and-user-type.md) - API v1 Reference > Filters [Returns filters explicitly shared with the current user.](https://developers.awork.com/apiv1/filters/get-me-shared-filters.md) - API v1 Reference > Filters [Returns filters explicitly shared with the current user for the specified user type.](https://developers.awork.com/apiv1/filters/get-me-shared-filters-by-user-type.md) - API v1 Reference > Companies [Returns all companies.](https://developers.awork.com/apiv1/companies/get-companies.md) - API v1 Reference > Companies [Creates a new company.](https://developers.awork.com/apiv1/companies/post-company.md) - API v1 Reference > Companies [Returns all company industries that are currently in use.](https://developers.awork.com/apiv1/companies/get-companies-industries.md) - API v1 Reference > Companies [Returns the company with the specified id.](https://developers.awork.com/apiv1/companies/get-company-by-id.md) - API v1 Reference > Companies [Updates the company with the specified id.](https://developers.awork.com/apiv1/companies/put-company-by-id.md) - API v1 Reference > Companies [Returns the contact infos of the company with the specified id.](https://developers.awork.com/apiv1/companies/get-company-contact-info-by-company-id.md) - API v1 Reference > Companies [Creates a new contact info for the company with the specified id.](https://developers.awork.com/apiv1/companies/post-company-contact-info-by-company-id.md) - API v1 Reference > Companies [Returns the specified contact info of the company with the specified id.](https://developers.awork.com/apiv1/companies/get-company-contact-info-by-company-id-and-contact-info-id.md) - API v1 Reference > Companies [Updates the contact info for the company with the specified id.](https://developers.awork.com/apiv1/companies/put-company-contact-info-by-company-id-and-contact-info-id.md) - API v1 Reference > Companies [Deletes the contact info of the company with the specified id.](https://developers.awork.com/apiv1/companies/delete-company-contact-info-by-company-id-and-contact-info-id.md) - API v1 Reference > Companies [Deletes the company with the specified id.](https://developers.awork.com/apiv1/companies/post-company-delete-by-company-id.md) - API v1 Reference > Company Tags [Removes a tag from all companies.](https://developers.awork.com/apiv1/company-tags/post-companies-delete-tags.md) - API v1 Reference > Company Tags [Returns all tags that are currently in use by companies.](https://developers.awork.com/apiv1/company-tags/get-company-tags.md) - API v1 Reference > Company Tags [Updates a tag globally for all companies.](https://developers.awork.com/apiv1/company-tags/post-companies-update-tags.md) - API v1 Reference > Company Tags [Adds a batch of new tags to the company with the specified id.](https://developers.awork.com/apiv1/company-tags/post-company-add-tags-by-company-id.md) - API v1 Reference > Company Tags [Removes tags from the company with the specified id.](https://developers.awork.com/apiv1/company-tags/post-company-delete-tags-by-company-id.md) - API v1 Reference > Company Tags [Returns the tags of the company with the specified id.](https://developers.awork.com/apiv1/company-tags/get-company-tags-by-company-id.md) - API v1 Reference > Users [Returns the currently logged-in user and workspace.](https://developers.awork.com/apiv1/users/get-me.md) - API v1 Reference > Users [Returns all users with their details.](https://developers.awork.com/apiv1/users/get-users.md) - API v1 Reference > Users [Tries to retrieve user name and gender for the specified email.](https://developers.awork.com/apiv1/users/get-users-autofill-by-email.md) - API v1 Reference > Users [Returns the user with the specified id.](https://developers.awork.com/apiv1/users/get-user-by-id.md) - API v1 Reference > Users [Updates the user with the specified id.](https://developers.awork.com/apiv1/users/put-user-by-id.md) - API v1 Reference > Users [Deletes the user with the specified id.](https://developers.awork.com/apiv1/users/delete-user-by-id.md) - API v1 Reference > Users [Activates the user with the specified id.](https://developers.awork.com/apiv1/users/post-user-activate-by-user-id.md) - API v1 Reference > Users [Returns the contact infos of the user with the specified id.](https://developers.awork.com/apiv1/users/get-user-contact-info-by-user-id.md) - API v1 Reference > Users [Creates a new contact info for the user with the specified id.](https://developers.awork.com/apiv1/users/post-user-contact-info-by-user-id.md) - API v1 Reference > Users [Returns the contact info of the user with the specified id.](https://developers.awork.com/apiv1/users/get-user-contact-info-by-user-id-and-contact-info-id.md) - API v1 Reference > Users [Updates the contact info of the user with the specified id.](https://developers.awork.com/apiv1/users/put-user-contact-info-by-user-id-and-contact-info-id.md) - API v1 Reference > Users [Deletes the contact info of the user with the specified id.](https://developers.awork.com/apiv1/users/delete-user-contact-info-by-user-id-and-contact-info-id.md) - API v1 Reference > Users [Deactivates the user with the specified id.](https://developers.awork.com/apiv1/users/post-user-deactivate-by-user-id.md) - API v1 Reference > Users [Archives or unarchives the user with the specified id.](https://developers.awork.com/apiv1/users/post-user-set-archived-by-user-id.md) - API v1 Reference > User Capacities [Returns the capacity of the specified user.](https://developers.awork.com/apiv1/user-capacities/get-user-capacity-by-user-id.md) - API v1 Reference > User Capacities [Updates the capacity of the specified user.](https://developers.awork.com/apiv1/user-capacities/put-user-capacity-by-user-id.md) - API v1 Reference > User Tags [Removes a tag from all users.](https://developers.awork.com/apiv1/user-tags/post-users-delete-tags.md) - API v1 Reference > User Tags [Returns all tags that are currently in use.](https://developers.awork.com/apiv1/user-tags/get-users-tags.md) - API v1 Reference > User Tags [Updates a tag globally for all users.](https://developers.awork.com/apiv1/user-tags/post-users-update-tags.md) - API v1 Reference > User Tags [Adds a batch of tags to the user with the specified id.](https://developers.awork.com/apiv1/user-tags/post-user-add-tags-by-user-id.md) - API v1 Reference > User Tags [Removes tags from the user with the specified id.](https://developers.awork.com/apiv1/user-tags/post-user-delete-tags-by-user-id.md) - API v1 Reference > User Tags [Returns the tags of the users with the specified id.](https://developers.awork.com/apiv1/user-tags/get-user-tags-by-user-id.md) - API v1 Reference > Absences [Returns all absences.](https://developers.awork.com/apiv1/absences/get-absences.md) - API v1 Reference > Absences [Creates an absence.](https://developers.awork.com/apiv1/absences/post-absence.md) - API v1 Reference > Absences [Returns the absence with the specified id.](https://developers.awork.com/apiv1/absences/get-absence-by-id.md) - API v1 Reference > Absences [Updates the absence with the specified id.](https://developers.awork.com/apiv1/absences/put-absence-by-id.md) - API v1 Reference > Absences [Deletes the absence with the specified id.](https://developers.awork.com/apiv1/absences/delete-absence-by-id.md) - API v1 Reference > Absence Regions [Gets all absence regions.](https://developers.awork.com/apiv1/absence-regions/get-absence-regions.md) - API v1 Reference > Absence Regions [Creates a new absence region.](https://developers.awork.com/apiv1/absence-regions/post-absence-region.md) - API v1 Reference > Absence Regions [List of supported countries for absence regions.](https://developers.awork.com/apiv1/absence-regions/get-absence-regions-countries.md) - API v1 Reference > Absence Regions [List of locations for a country.](https://developers.awork.com/apiv1/absence-regions/get-absence-regions-country-locations-by-country-code.md) - API v1 Reference > Absence Regions [Assign/remove current user to/from an absence region.](https://developers.awork.com/apiv1/absence-regions/post-me-absence-regions-assign.md) - API v1 Reference > Absence Regions [Assigns or unassigns users to/from an absence region.](https://developers.awork.com/apiv1/absence-regions/post-absence-regions-users-assign.md) - API v1 Reference > Absence Regions [Get an absence region by id.](https://developers.awork.com/apiv1/absence-regions/get-absence-region-by-id.md) - API v1 Reference > Absence Regions [Updates an absence region.](https://developers.awork.com/apiv1/absence-regions/put-absence-region-by-id.md) - API v1 Reference > Absence Regions [Deletes an absence region.](https://developers.awork.com/apiv1/absence-regions/delete-absence-region-by-id.md) - API v1 Reference > Workspace Absences [Gets all workspace absences.](https://developers.awork.com/apiv1/workspace-absences/get-workspace-absences.md) - API v1 Reference > Workspace Absences [Creates a new workspace absence.](https://developers.awork.com/apiv1/workspace-absences/post-workspace-absence.md) - API v1 Reference > Workspace Absences [Updates a workspace absence.](https://developers.awork.com/apiv1/workspace-absences/put-workspace-absence-by-id.md) - API v1 Reference > Workspace Absences [Deletes a workspace absence.](https://developers.awork.com/apiv1/workspace-absences/delete-workspace-absence-by-id.md) - API v1 Reference > Dashboards [Returns the dashboards of the current user.](https://developers.awork.com/apiv1/dashboards/get-me-dashboards.md) - API v1 Reference > Files [Returns the content of the file with the specified id.](https://developers.awork.com/apiv1/files/get-file.md) - API v1 Reference > Files [Returns the content of the file with the specified id as pdf.](https://developers.awork.com/apiv1/files/get-pdf.md) - API v1 Reference > File Upload [Generates a URL to upload a file to.](https://developers.awork.com/apiv1/file-upload/post-generate-upload-url.md) - API v1 Reference > File Upload [Creates a file from an upload id.](https://developers.awork.com/apiv1/file-upload/post-upload-by-upload-id.md) - API v1 Reference > Project Files [Returns all files of the project with the specified id.](https://developers.awork.com/apiv1/project-files/get-all-project-files.md) - API v1 Reference > Project Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/project-files/create-external-files.md) - API v1 Reference > Project Files [Creates a new project file for the project with the specified id..](https://developers.awork.com/apiv1/project-files/create-project-file.md) - API v1 Reference > Project Files [Deletes the files of the specified project.](https://developers.awork.com/apiv1/project-files/delete-project-files.md) - API v1 Reference > Project Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/project-files/create-project-file-by-url.md) - API v1 Reference > Project Files [Returns the file with the specified id of the project with the specified id.](https://developers.awork.com/apiv1/project-files/get-project-file.md) - API v1 Reference > Project Files [Updates the metadata of the project file with the specified id.](https://developers.awork.com/apiv1/project-files/update-project-file.md) - API v1 Reference > Project Files [Deletes the project file with the specified id.](https://developers.awork.com/apiv1/project-files/delete-project-file.md) - API v1 Reference > Project Files [Changes the project this file belongs to.](https://developers.awork.com/apiv1/project-files/change-project.md) - API v1 Reference > Project Files [Copies the file to a new project.](https://developers.awork.com/apiv1/project-files/copy-to-project.md) - API v1 Reference > Project Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/project-files/get-project-file-content.md) - API v1 Reference > Project Files [Returns an url to share the file.](https://developers.awork.com/apiv1/project-files/get-public-token.md) - API v1 Reference > Project Files [Returns all file versions of the specified project file.](https://developers.awork.com/apiv1/project-files/get-project-file-versions.md) - API v1 Reference > Project Files [Uploads a new version of the project file with the specified id.](https://developers.awork.com/apiv1/project-files/create-project-file-version.md) - API v1 Reference > Project Files [Returns the project file version with the specified id.](https://developers.awork.com/apiv1/project-files/get-project-file-version.md) - API v1 Reference > Project Files [Returns the content of the project file version with the specified id.](https://developers.awork.com/apiv1/project-files/get-project-file-version-content.md) - API v1 Reference > Task Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/task-files/create-external-files.md) - API v1 Reference > Task Files [Returns all files of the task with the specified id.](https://developers.awork.com/apiv1/task-files/get-task-files.md) - API v1 Reference > Task Files [Creates a new task file for the task with the specified id..](https://developers.awork.com/apiv1/task-files/create-task-file.md) - API v1 Reference > Task Files [Deletes the files of the specified task.](https://developers.awork.com/apiv1/task-files/delete-task-files.md) - API v1 Reference > Task Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/task-files/create-task-file-by-url.md) - API v1 Reference > Task Files [Returns the file with the specified id of the task with the specified id.](https://developers.awork.com/apiv1/task-files/get-task-file.md) - API v1 Reference > Task Files [Updates the metadata of the task file with the specified id.](https://developers.awork.com/apiv1/task-files/update-task-file.md) - API v1 Reference > Task Files [Deletes the task file with the specified id.](https://developers.awork.com/apiv1/task-files/delete-task-file.md) - API v1 Reference > Task Files [Changes the task this file belongs to.](https://developers.awork.com/apiv1/task-files/change-task.md) - API v1 Reference > Task Files [Copies the file to a new task.](https://developers.awork.com/apiv1/task-files/copy-to-task.md) - API v1 Reference > Task Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/task-files/get-task-file-content.md) - API v1 Reference > Task Files [Returns an url to share the file.](https://developers.awork.com/apiv1/task-files/get-public-token.md) - API v1 Reference > Task Files [Returns all file versions of the specified task file.](https://developers.awork.com/apiv1/task-files/get-task-file-versions.md) - API v1 Reference > Task Files [Uploads a new version of the task file with the specified id.](https://developers.awork.com/apiv1/task-files/create-task-file-version.md) - API v1 Reference > Task Files [Returns the task file version with the specified id.](https://developers.awork.com/apiv1/task-files/get-task-file-version.md) - API v1 Reference > Task Files [Returns the content of the task file version with the specified id.](https://developers.awork.com/apiv1/task-files/get-task-file-version-content.md) - API v1 Reference > Company Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/company-files/create-external-files.md) - API v1 Reference > Company Files [Creates a new company file for the company with the specified id..](https://developers.awork.com/apiv1/company-files/create-company-file.md) - API v1 Reference > Company Files [Deletes the files of the specified company.](https://developers.awork.com/apiv1/company-files/delete-company-files.md) - API v1 Reference > Company Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/company-files/create-company-file-by-url.md) - API v1 Reference > Company Files [Returns the file with the specified id of the company with the specified id.](https://developers.awork.com/apiv1/company-files/get-company-file.md) - API v1 Reference > Company Files [Updates the metadata of the company file with the specified id.](https://developers.awork.com/apiv1/company-files/update-company-file.md) - API v1 Reference > Company Files [Deletes the company file with the specified id.](https://developers.awork.com/apiv1/company-files/delete-company-file.md) - API v1 Reference > Company Files [Changes the company this file belongs to.](https://developers.awork.com/apiv1/company-files/change-company.md) - API v1 Reference > Company Files [Copies the file to a new company.](https://developers.awork.com/apiv1/company-files/copy-to-company.md) - API v1 Reference > Company Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/company-files/get-company-file-content.md) - API v1 Reference > Company Files [Returns an url to share the file.](https://developers.awork.com/apiv1/company-files/get-public-token.md) - API v1 Reference > Company Files [Returns all file versions of the specified company file.](https://developers.awork.com/apiv1/company-files/get-company-file-versions.md) - API v1 Reference > Company Files [Uploads a new version of the company file with the specified id.](https://developers.awork.com/apiv1/company-files/create-company-file-version.md) - API v1 Reference > Company Files [Returns the company file version with the specified id.](https://developers.awork.com/apiv1/company-files/get-company-file-version.md) - API v1 Reference > Company Files [Returns the content of the company file version with the specified id.](https://developers.awork.com/apiv1/company-files/get-company-file-version-content.md) - API v1 Reference > Document Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/document-files/create-external-files.md) - API v1 Reference > Document Files [Returns all files of the document with the specified id.](https://developers.awork.com/apiv1/document-files/get-document-files.md) - API v1 Reference > Document Files [Creates a new document file for the document with the specified id..](https://developers.awork.com/apiv1/document-files/create-document-file.md) - API v1 Reference > Document Files [Deletes the files of the specified document.](https://developers.awork.com/apiv1/document-files/delete-document-files.md) - API v1 Reference > Document Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/document-files/create-document-file-by-url.md) - API v1 Reference > Document Files [Returns the file with the specified id of the document with the specified id.](https://developers.awork.com/apiv1/document-files/get-document-file.md) - API v1 Reference > Document Files [Updates the metadata of the document file with the specified id.](https://developers.awork.com/apiv1/document-files/update-document-file.md) - API v1 Reference > Document Files [Deletes the document file with the specified id.](https://developers.awork.com/apiv1/document-files/delete-document-file.md) - API v1 Reference > Document Files [Returns the content of the document file with the specified id.](https://developers.awork.com/apiv1/document-files/get-document-file-content.md) - API v1 Reference > Document Files [Returns an url to share the file.](https://developers.awork.com/apiv1/document-files/get-public-token.md) - API v1 Reference > Document Files [Returns all file versions of the specified document file.](https://developers.awork.com/apiv1/document-files/get-document-file-versions.md) - API v1 Reference > Document Files [Uploads a new version of the document file with the specified id.](https://developers.awork.com/apiv1/document-files/create-document-file-version.md) - API v1 Reference > Document Files [Returns the document file version with the specified id.](https://developers.awork.com/apiv1/document-files/get-document-file-version.md) - API v1 Reference > Document Files [Returns the content of the document file version with the specified id.](https://developers.awork.com/apiv1/document-files/get-document-file-version-content.md) - API v1 Reference > User Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/user-files/create-external-files.md) - API v1 Reference > User Files [Returns all files of the user with the specified id.](https://developers.awork.com/apiv1/user-files/get-user-files.md) - API v1 Reference > User Files [Creates a new user file for the user with the specified id..](https://developers.awork.com/apiv1/user-files/create-user-file.md) - API v1 Reference > User Files [Deletes the files of the specified user.](https://developers.awork.com/apiv1/user-files/delete-user-files.md) - API v1 Reference > User Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/user-files/create-user-file-by-url.md) - API v1 Reference > User Files [Returns the file with the specified id of the user with the specified id.](https://developers.awork.com/apiv1/user-files/get-user-file.md) - API v1 Reference > User Files [Updates the metadata of the user file with the specified id.](https://developers.awork.com/apiv1/user-files/update-user-file.md) - API v1 Reference > User Files [Deletes the user file with the specified id.](https://developers.awork.com/apiv1/user-files/delete-user-file.md) - API v1 Reference > User Files [Changes the user this file belongs to.](https://developers.awork.com/apiv1/user-files/change-user.md) - API v1 Reference > User Files [Copies the file to a new user.](https://developers.awork.com/apiv1/user-files/copy-to-user.md) - API v1 Reference > User Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/user-files/get-user-file-content.md) - API v1 Reference > User Files [Returns an url to share the file.](https://developers.awork.com/apiv1/user-files/get-public-token.md) - API v1 Reference > User Files [Returns all file versions of the specified user file.](https://developers.awork.com/apiv1/user-files/get-user-file-versions.md) - API v1 Reference > User Files [Uploads a new version of the user file with the specified id.](https://developers.awork.com/apiv1/user-files/create-user-file-version.md) - API v1 Reference > User Files [Returns the user file version with the specified id.](https://developers.awork.com/apiv1/user-files/get-user-file-version.md) - API v1 Reference > User Files [Returns the content of the user file version with the specified id.](https://developers.awork.com/apiv1/user-files/get-user-file-version-content.md) - API v1 Reference > Workspace Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/workspace-files/create-external-files.md) - API v1 Reference > Workspace Files [Returns all files of the workspace with the specified id.](https://developers.awork.com/apiv1/workspace-files/get-workspace-files.md) - API v1 Reference > Workspace Files [Creates a new workspace file for the workspace with the specified id..](https://developers.awork.com/apiv1/workspace-files/create-workspace-file.md) - API v1 Reference > Workspace Files [Deletes the files of the specified workspace.](https://developers.awork.com/apiv1/workspace-files/delete-workspace-files.md) - API v1 Reference > Workspace Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/workspace-files/create-workspace-file-by-url.md) - API v1 Reference > Workspace Files [Returns the file with the specified id of the workspace with the specified id.](https://developers.awork.com/apiv1/workspace-files/get-workspace-file.md) - API v1 Reference > Workspace Files [Updates the metadata of the workspace file with the specified id.](https://developers.awork.com/apiv1/workspace-files/update-workspace-file.md) - API v1 Reference > Workspace Files [Deletes the workspace file with the specified id.](https://developers.awork.com/apiv1/workspace-files/delete-workspace-file.md) - API v1 Reference > Workspace Files [Changes the workspace this file belongs to.](https://developers.awork.com/apiv1/workspace-files/change-workspace.md) - API v1 Reference > Workspace Files [Copies the file to a new workspace.](https://developers.awork.com/apiv1/workspace-files/copy-to-workspace.md) - API v1 Reference > Workspace Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/workspace-files/get-workspace-file-content.md) - API v1 Reference > Workspace Files [Returns an url to share the file.](https://developers.awork.com/apiv1/workspace-files/get-public-token.md) - API v1 Reference > Workspace Files [Returns all file versions of the specified workspace file.](https://developers.awork.com/apiv1/workspace-files/get-workspace-file-versions.md) - API v1 Reference > Workspace Files [Uploads a new version of the workspace file with the specified id.](https://developers.awork.com/apiv1/workspace-files/create-workspace-file-version.md) - API v1 Reference > Workspace Files [Returns the workspace file version with the specified id.](https://developers.awork.com/apiv1/workspace-files/get-workspace-file-version.md) - API v1 Reference > Workspace Files [Returns the content of the workspace file version with the specified id.](https://developers.awork.com/apiv1/workspace-files/get-workspace-file-version-content.md) - API v1 Reference > Project Template Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/project-template-files/create-external-files.md) - API v1 Reference > Project Template Files [Returns all files of the projecttemplate with the specified id.](https://developers.awork.com/apiv1/project-template-files/get-project-template-files.md) - API v1 Reference > Project Template Files [Creates a new projecttemplate file for the projecttemplate with the specified id..](https://developers.awork.com/apiv1/project-template-files/create-project-template-file.md) - API v1 Reference > Project Template Files [Deletes the files of the specified projecttemplate.](https://developers.awork.com/apiv1/project-template-files/delete-project-template-files.md) - API v1 Reference > Project Template Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/project-template-files/create-project-template-file-by-url.md) - API v1 Reference > Project Template Files [Returns the file with the specified id of the projecttemplate with the specified id.](https://developers.awork.com/apiv1/project-template-files/get-project-template-file.md) - API v1 Reference > Project Template Files [Updates the metadata of the projecttemplate file with the specified id.](https://developers.awork.com/apiv1/project-template-files/update-project-template-file.md) - API v1 Reference > Project Template Files [Deletes the projecttemplate file with the specified id.](https://developers.awork.com/apiv1/project-template-files/delete-project-template-file.md) - API v1 Reference > Project Template Files [Changes the projecttemplate this file belongs to.](https://developers.awork.com/apiv1/project-template-files/change-project-template.md) - API v1 Reference > Project Template Files [Copies the file to a new projecttemplate.](https://developers.awork.com/apiv1/project-template-files/copy-to-project-template.md) - API v1 Reference > Project Template Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/project-template-files/get-project-template-file-content.md) - API v1 Reference > Project Template Files [Returns an url to share the file.](https://developers.awork.com/apiv1/project-template-files/get-public-token.md) - API v1 Reference > Project Template Files [Returns all file versions of the specified projecttemplate file.](https://developers.awork.com/apiv1/project-template-files/get-project-template-file-versions.md) - API v1 Reference > Project Template Files [Uploads a new version of the projecttemplate file with the specified id.](https://developers.awork.com/apiv1/project-template-files/create-project-template-file-version.md) - API v1 Reference > Project Template Files [Returns the projecttemplate file version with the specified id.](https://developers.awork.com/apiv1/project-template-files/get-project-template-file-version.md) - API v1 Reference > Project Template Files [Returns the content of the projecttemplate file version with the specified id.](https://developers.awork.com/apiv1/project-template-files/get-project-template-file-version-content.md) - API v1 Reference > Task Template Files [Endpoint to batch create external files without uploading.](https://developers.awork.com/apiv1/task-template-files/create-external-files.md) - API v1 Reference > Task Template Files [Returns all files of the tasktemplate with the specified id.](https://developers.awork.com/apiv1/task-template-files/get-task-template-files.md) - API v1 Reference > Task Template Files [Creates a new tasktemplate file for the tasktemplate with the specified id..](https://developers.awork.com/apiv1/task-template-files/create-task-template-file.md) - API v1 Reference > Task Template Files [Deletes the files of the specified tasktemplate.](https://developers.awork.com/apiv1/task-template-files/delete-task-template-files.md) - API v1 Reference > Task Template Files [Uploads a new file by providing an url.](https://developers.awork.com/apiv1/task-template-files/create-task-template-file-by-url.md) - API v1 Reference > Task Template Files [Returns the file with the specified id of the tasktemplate with the specified id.](https://developers.awork.com/apiv1/task-template-files/get-task-template-file.md) - API v1 Reference > Task Template Files [Updates the metadata of the tasktemplate file with the specified id.](https://developers.awork.com/apiv1/task-template-files/update-task-template-file.md) - API v1 Reference > Task Template Files [Deletes the tasktemplate file with the specified id.](https://developers.awork.com/apiv1/task-template-files/delete-task-template-file.md) - API v1 Reference > Task Template Files [Changes the tasktemplate this file belongs to.](https://developers.awork.com/apiv1/task-template-files/change-task-template.md) - API v1 Reference > Task Template Files [Copies the file to a new tasktemplate.](https://developers.awork.com/apiv1/task-template-files/copy-to-task-template.md) - API v1 Reference > Task Template Files [Returns the content of the file with the specified id as pdf. type or conversion not possible.](https://developers.awork.com/apiv1/task-template-files/get-task-template-file-content.md) - API v1 Reference > Task Template Files [Returns an url to share the file.](https://developers.awork.com/apiv1/task-template-files/get-public-token.md) - API v1 Reference > Task Template Files [Returns all file versions of the specified tasktemplate file.](https://developers.awork.com/apiv1/task-template-files/get-task-template-file-versions.md) - API v1 Reference > Task Template Files [Uploads a new version of the tasktemplate file with the specified id.](https://developers.awork.com/apiv1/task-template-files/create-task-template-file-version.md) - API v1 Reference > Task Template Files [Returns the tasktemplate file version with the specified id.](https://developers.awork.com/apiv1/task-template-files/get-task-template-file-version.md) - API v1 Reference > Task Template Files [Returns the content of the tasktemplate file version with the specified id.](https://developers.awork.com/apiv1/task-template-files/get-task-template-file-version-content.md) - API v1 Reference > Shared Files [Returns the public profile image.](https://developers.awork.com/apiv1/shared-files/get-files-images-by-entity-type.md) - API v1 Reference > Shared Files [Returns a shared file.](https://developers.awork.com/apiv1/shared-files/get-shared-files.md) - API v1 Reference > Temporary Files [Returns all temporary files of the current user.](https://developers.awork.com/apiv1/temporary-files/get-temporary-files.md) - API v1 Reference > Temporary Files [Creates a new temporary file.](https://developers.awork.com/apiv1/temporary-files/post-temporary-files.md) - API v1 Reference > Temporary Files [Returns the temporary file with the specified id.](https://developers.awork.com/apiv1/temporary-files/get-temporary-files-by-file-id.md) - API v1 Reference > Temporary Files [Updates the meta information of the temporary file with the specified id.](https://developers.awork.com/apiv1/temporary-files/put-temporary-files-by-file-id.md) - API v1 Reference > Temporary Files [Returns the content of the temporary file with the specified id.](https://developers.awork.com/apiv1/temporary-files/get-temporary-files-download-by-file-id.md) - API v1 Reference > Temporary Files [Sets the temporary file to a global or entity file.](https://developers.awork.com/apiv1/temporary-files/post-temporary-files-set-entity-by-file-id.md) - API v1 Reference > Images [Returns the image of the entity with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-entity-name-and-entity-id.md) - API v1 Reference > Images [Uploads a new profile image.](https://developers.awork.com/apiv1/images/post-files-images-by-entity-name-and-entity-id.md) - API v1 Reference > Images [Deletes the profile image of the entity with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-entity-name-and-entity-id.md) - API v1 Reference > Images [Sets a profile image from a previously uploaded file.](https://developers.awork.com/apiv1/images/post-files-images-by-upload-id-by-entity-name-and-entity-id.md) - API v1 Reference > Custom Fields [Returns all custom field definitions.](https://developers.awork.com/apiv1/custom-fields/get-custom-field-definitions.md) - API v1 Reference > Custom Fields [Creates a new custom field definition.](https://developers.awork.com/apiv1/custom-fields/post-custom-field-definition.md) - API v1 Reference > Custom Fields [Updates the custom field definition with the specified id.](https://developers.awork.com/apiv1/custom-fields/put-custom-field-definition-by-id.md) - API v1 Reference > Custom Fields [Deletes the custom field definition with the specified Id.](https://developers.awork.com/apiv1/custom-fields/delete-custom-field-definition-by-id.md) - API v1 Reference > Custom Fields [Creates a custom field selection option for an existing custom field definition.](https://developers.awork.com/apiv1/custom-fields/post-custom-field-definition-selection-options-by-custom-field-definition-id.md) - API v1 Reference > Custom Fields [Updates a custom field selection option for an existing custom field definition.](https://developers.awork.com/apiv1/custom-fields/put-custom-field-definition-selection-option-by-custom-field-definition-id-and-selection-option-id.md) - API v1 Reference > Custom Fields [Deletes a custom field selection option for an existing custom field definition.](https://developers.awork.com/apiv1/custom-fields/delete-custom-field-definition-selection-option-by-custom-field-definition-id-and-selection-option-id.md) - API v1 Reference > Custom Fields [Returns all custom field definitions linked to the specified project, including definitions linked via a workflow.](https://developers.awork.com/apiv1/custom-fields/get-project-custom-field-definitions-by-project-id.md) - API v1 Reference > Custom Fields [Updates the order of a custom field definition linked to the specified project.](https://developers.awork.com/apiv1/custom-fields/put-project-custom-field-definition-by-project-id-and-custom-field-definition-id.md) - API v1 Reference > Custom Fields [Links a custom field definition to the specified project.](https://developers.awork.com/apiv1/custom-fields/post-project-link-custom-field-definition-by-project-id.md) - API v1 Reference > Custom Fields [Sets custom field values for a project.](https://developers.awork.com/apiv1/custom-fields/post-project-set-custom-fields-by-project-id.md) - API v1 Reference > Custom Fields [Unlinks a custom field definition from the specified project.](https://developers.awork.com/apiv1/custom-fields/post-project-unlink-custom-field-definition-by-project-id.md) - API v1 Reference > Custom Fields [Returns all custom field definitions linked to the specified project template, including definitions linked via a workflow.](https://developers.awork.com/apiv1/custom-fields/get-project-template-custom-field-definitions-by-project-template-id.md) - API v1 Reference > Custom Fields [Updates the order of a custom field definition for the specified project template.](https://developers.awork.com/apiv1/custom-fields/put-project-template-custom-field-definition-by-project-template-id-and-custom-field-definition-id.md) - API v1 Reference > Custom Fields [Links a custom field definition to the specified project template.](https://developers.awork.com/apiv1/custom-fields/post-project-template-link-custom-field-definition-by-project-template-id.md) - API v1 Reference > Custom Fields [Sets the custom fields for a project template.](https://developers.awork.com/apiv1/custom-fields/post-project-template-set-custom-fields-by-project-template-id.md) - API v1 Reference > Custom Fields [Unlinks a custom field definition from the specified project template.](https://developers.awork.com/apiv1/custom-fields/post-project-template-unlink-custom-field-definition-by-project-template-id.md) - API v1 Reference > Custom Fields [Sets the custom fields for a task.](https://developers.awork.com/apiv1/custom-fields/post-task-set-custom-fields-by-task-id.md) - API v1 Reference > Custom Fields [Sets the custom fields for the specified task template.](https://developers.awork.com/apiv1/custom-fields/post-task-template-set-custom-fields-by-task-template-id.md) - API v1 Reference > Custom Fields [Returns all custom field definitions linked to a workflow.](https://developers.awork.com/apiv1/custom-fields/get-workflow-custom-field-definitions-by-workflow-id.md) - API v1 Reference > Custom Fields [Updates the order of a custom field definition linked to a workflow.](https://developers.awork.com/apiv1/custom-fields/put-workflow-custom-field-definition-by-workflow-id-and-custom-field-definition-id.md) - API v1 Reference > Custom Fields [Links a custom field definition to a workflow.](https://developers.awork.com/apiv1/custom-fields/post-workflow-link-custom-field-definition-by-workflow-id.md) - API v1 Reference > Custom Fields [Unlinks a custom field definition from a workflow.](https://developers.awork.com/apiv1/custom-fields/post-workflow-unlink-custom-field-definition-by-workflow-id.md) - API v1 Reference > Workload [Returns the users' workloads per day.](https://developers.awork.com/apiv1/workload/get-users-workload.md) - API v1 Reference > Project Templates [Retrieves all project templates.](https://developers.awork.com/apiv1/project-templates/get-project-templates.md) - API v1 Reference > Project Templates [Creates a new project template.](https://developers.awork.com/apiv1/project-templates/post-project-template.md) - API v1 Reference > Project Templates [Retrieves a specific project template.](https://developers.awork.com/apiv1/project-templates/get-project-template-by-id.md) - API v1 Reference > Project Templates [Updates an existing project template.](https://developers.awork.com/apiv1/project-templates/put-project-template-by-id.md) - API v1 Reference > Project Templates [Deletes a project template.](https://developers.awork.com/apiv1/project-templates/delete-project-template-by-id.md) - API v1 Reference > Project Templates [Retrieves all project statuses of a project template.](https://developers.awork.com/apiv1/project-templates/get-project-template-project-statuses-by-project-template-id.md) - API v1 Reference > Project Templates [Adds a project status to a project template.](https://developers.awork.com/apiv1/project-templates/post-project-template-project-statuses-by-project-template-id.md) - API v1 Reference > Project Templates [Retrieves the task bundle associated with a project template.](https://developers.awork.com/apiv1/project-templates/get-project-template-task-bundle-by-project-template-id.md) - API v1 Reference > Project Templates [Returns all task statuses of the project template with the specified id.](https://developers.awork.com/apiv1/project-templates/get-project-template-task-statuses-by-project-template-id.md) - API v1 Reference > Project Templates [Creates a new task status for the specified project template.](https://developers.awork.com/apiv1/project-templates/post-project-template-task-statuses-by-project-template-id.md) - API v1 Reference > Project Templates [Returns the task status of the project template with the specified id.](https://developers.awork.com/apiv1/project-templates/get-project-template-task-status-by-project-template-id-and-task-status-id.md) - API v1 Reference > Project Templates [Updates a task status for the specified project template.](https://developers.awork.com/apiv1/project-templates/put-project-template-task-status-by-project-template-id-and-task-status-id.md) - API v1 Reference > Project Templates [Deletes the task status of the project template with the specified id.](https://developers.awork.com/apiv1/project-templates/delete-project-template-task-status-by-project-template-id-and-task-status-id.md) - API v1 Reference > Project Templates [Updates the order of a project status within a project template.](https://developers.awork.com/apiv1/project-templates/post-project-template-update-project-status-order-by-project-template-id.md) - API v1 Reference > Task Bundles [Adds a task bundle to a project.](https://developers.awork.com/apiv1/task-bundles/post-project-add-task-bundle-by-project-id.md) - API v1 Reference > Task Bundles [Lists task bundles.](https://developers.awork.com/apiv1/task-bundles/get-task-bundles.md) - API v1 Reference > Task Bundles [Creates a task bundle.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle.md) - API v1 Reference > Task Bundles [Creates a task bundle from a project.](https://developers.awork.com/apiv1/task-bundles/post-task-bundles-from-project-by-project-id.md) - API v1 Reference > Task Bundles [Creates a task bundle from a task list.](https://developers.awork.com/apiv1/task-bundles/post-task-bundles-from-task-list-by-task-list-id.md) - API v1 Reference > Task Bundles [Lists available task bundle icons.](https://developers.awork.com/apiv1/task-bundles/get-task-bundles-icons.md) - API v1 Reference > Task Bundles [Gets a task bundle by id.](https://developers.awork.com/apiv1/task-bundles/get-task-bundle-by-id.md) - API v1 Reference > Task Bundles [Updates a task bundle.](https://developers.awork.com/apiv1/task-bundles/put-task-bundle-by-id.md) - API v1 Reference > Task Bundles [Deletes a task bundle.](https://developers.awork.com/apiv1/task-bundles/delete-task-bundle-by-id.md) - API v1 Reference > Task Bundles [Creates a copy of an existing task bundle.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-copy-by-task-bundle-id.md) - API v1 Reference > Task Bundles [Lists task list templates for a task bundle.](https://developers.awork.com/apiv1/task-bundles/get-task-bundle-task-list-templates-by-task-bundle-id.md) - API v1 Reference > Task Bundles [Creates a task list template for a bundle.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-task-list-templates-by-task-bundle-id.md) - API v1 Reference > Task Bundles [Gets a task list template.](https://developers.awork.com/apiv1/task-bundles/get-task-bundle-task-list-template-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Updates a task list template.](https://developers.awork.com/apiv1/task-bundles/put-task-bundle-task-list-template-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Deletes a task list template.](https://developers.awork.com/apiv1/task-bundles/delete-task-bundle-task-list-template-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Adds task templates to a task list template.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-task-list-template-add-task-templates-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Removes task templates from a task list template.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-task-list-template-remove-task-templates-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Lists task templates inside a task list template.](https://developers.awork.com/apiv1/task-bundles/get-task-bundle-task-list-template-task-templates-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Gets a task template inside a task list template.](https://developers.awork.com/apiv1/task-bundles/get-task-bundle-task-list-template-task-template-by-task-bundle-id-and-task-list-template-id-and-task-template-id.md) - API v1 Reference > Task Bundles [Updates the order of a task template inside a task list template.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-task-list-template-task-template-update-order-by-task-bundle-id-and-task-list-template-id-and-task-template-id.md) - API v1 Reference > Task Bundles [Updates the order of task templates in a task list template.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-task-list-template-update-order-by-task-bundle-id-and-task-list-template-id.md) - API v1 Reference > Task Bundles [Lists checklist item templates for a task template.](https://developers.awork.com/apiv1/task-bundles/get-task-template-checklist-item-templates-by-task-template-id.md) - API v1 Reference > Task Bundles [Creates a checklist item template.](https://developers.awork.com/apiv1/task-bundles/post-task-template-checklist-item-templates-by-task-template-id.md) - API v1 Reference > Task Bundles [Gets a checklist item template.](https://developers.awork.com/apiv1/task-bundles/get-task-template-checklist-item-template-by-task-template-id-and-checklist-item-template-id.md) - API v1 Reference > Task Bundles [Updates a checklist item template.](https://developers.awork.com/apiv1/task-bundles/put-task-template-checklist-item-template-by-task-template-id-and-checklist-item-template-id.md) - API v1 Reference > Task Bundles [Deletes a checklist item template.](https://developers.awork.com/apiv1/task-bundles/delete-task-template-checklist-item-template-by-task-template-id-and-checklist-item-template-id.md) - API v1 Reference > Task Bundles [Deletes recurrence information from a task template.](https://developers.awork.com/apiv1/task-bundles/post-task-template-delete-recurrency-by-task-template-id.md) - API v1 Reference > Task Bundles [Gets recurrency details for a task template.](https://developers.awork.com/apiv1/task-bundles/get-task-template-recurrency-by-task-template-id.md) - API v1 Reference > Task Bundles [Adds or updates a recurrence rule for a task template.](https://developers.awork.com/apiv1/task-bundles/post-task-template-set-recurrency-by-task-template-id.md) - API v1 Reference > Task Templates [Returns all task templates of the task bundle with the specified id.](https://developers.awork.com/apiv1/task-templates/get-task-bundle-task-templates-by-task-bundle-id.md) - API v1 Reference > Task Templates [Creates a new task template for the task bundle with the specified id.](https://developers.awork.com/apiv1/task-templates/post-task-bundle-task-templates-by-task-bundle-id.md) - API v1 Reference > Task Templates [Returns the task template of the task bundle with the specified id.](https://developers.awork.com/apiv1/task-templates/get-task-bundle-task-template-by-task-bundle-id-and-task-template-id.md) - API v1 Reference > Task Templates [Updates the task template for the task bundle with the specified id.](https://developers.awork.com/apiv1/task-templates/put-task-bundle-task-template-by-task-bundle-id-and-task-template-id.md) - API v1 Reference > Task Templates [Deletes the task template for the task bundle with the specified id.](https://developers.awork.com/apiv1/task-templates/delete-task-bundle-task-template-by-task-bundle-id-and-task-template-id.md) - API v1 Reference > Task Templates [Assigns a list of users to task templates.](https://developers.awork.com/apiv1/task-templates/post-task-bundles-task-templates-set-assignees-by-task-bundle-id-and-task-template-id.md) - API v1 Reference > Task Templates [Returns the task template with the specified id.](https://developers.awork.com/apiv1/task-templates/get-task-template-by-id.md) - API v1 Reference > Task Template Tags [Removes a tag from all task templates.](https://developers.awork.com/apiv1/task-template-tags/post-delete-tag-for-all-task-templates.md) - API v1 Reference > Task Template Tags [Returns all tags that are currently in use by task templates.](https://developers.awork.com/apiv1/task-template-tags/get-task-template-tags.md) - API v1 Reference > Task Template Tags [Updates a tag globally for all task templates.](https://developers.awork.com/apiv1/task-template-tags/post-task-templates-update-tags.md) - API v1 Reference > Task Template Tags [Adds a batch of tags to the task template with the specified id.](https://developers.awork.com/apiv1/task-template-tags/post-create-task-template-tag.md) - API v1 Reference > Task Template Tags [Removes tags from the task template with the specified id.](https://developers.awork.com/apiv1/task-template-tags/post-delete-task-templates-tags.md) - API v1 Reference > Task Template Tags [Returns the tags of the task template with the specified id.](https://developers.awork.com/apiv1/task-template-tags/get-tags-by-task-template-id.md) - API v1 Reference > Task Dependency Templates [Returns all task dependency templates for a given task bundle.](https://developers.awork.com/apiv1/task-dependency-templates/get-task-bundle-task-dependency-templates-by-task-bundle-id.md) - API v1 Reference > Task Dependency Templates [Creates a task dependency template for two task templates of the given task bundle.](https://developers.awork.com/apiv1/task-dependency-templates/post-task-bundle-task-dependency-templates-by-task-bundle-id.md) - API v1 Reference > Task Dependency Templates [Returns a task dependency template by id for a given task bundle.](https://developers.awork.com/apiv1/task-dependency-templates/get-task-bundle-task-dependency-template-by-task-bundle-id-and-task-dependency-template-id.md) - API v1 Reference > Task Dependency Templates [Deletes the task dependency template from the task bundle.](https://developers.awork.com/apiv1/task-dependency-templates/delete-task-bundle-task-dependency-template-by-task-bundle-id-and-task-dependency-template-id.md) - API v1 Reference > Task Dependency Templates [Returns the task dependency templates for a given task template.](https://developers.awork.com/apiv1/task-dependency-templates/get-task-template-task-dependency-templates-by-task-template-id.md) - API v1 Reference > Project Template Tags [Removes a tag from all project templates.](https://developers.awork.com/apiv1/project-template-tags/post-project-templates-delete-tags.md) - API v1 Reference > Project Template Tags [Returns all tags currently in use by project templates.](https://developers.awork.com/apiv1/project-template-tags/get-project-templates-tags.md) - API v1 Reference > Project Template Tags [Updates a tag globally for all project templates.](https://developers.awork.com/apiv1/project-template-tags/post-project-template-update-tags.md) - API v1 Reference > Project Template Tags [Adds a batch of tags to the project template with the specified id.](https://developers.awork.com/apiv1/project-template-tags/post-project-template-add-tags-by-project-template-id.md) - API v1 Reference > Project Template Tags [Removes tags from the project template with the specified id.](https://developers.awork.com/apiv1/project-template-tags/post-project-template-delete-tags-by-project-template-id.md) - API v1 Reference > Project Template Tags [Returns the tags of the project template with the specified id.](https://developers.awork.com/apiv1/project-template-tags/get-project-template-tags-by-project-template-id.md) - API v1 Reference > Project Milestone Templates [Returns all milestone templates of the given project template.](https://developers.awork.com/apiv1/project-milestone-templates/get-project-template-milestones-by-project-template-id.md) - API v1 Reference > Project Milestone Templates [Creates a new milestone template for the given project template.](https://developers.awork.com/apiv1/project-milestone-templates/post-project-template-milestones-by-project-template-id.md) - API v1 Reference > Project Milestone Templates [Returns a milestone by id for the given project template.](https://developers.awork.com/apiv1/project-milestone-templates/get-project-template-milestone-by-project-template-id-and-milestone-id.md) - API v1 Reference > Project Milestone Templates [Updates a milestone template for the given project template.](https://developers.awork.com/apiv1/project-milestone-templates/put-project-template-milestone-by-project-template-id-and-milestone-id.md) - API v1 Reference > Project Milestone Templates [Deletes a milestone for the given project template.](https://developers.awork.com/apiv1/project-milestone-templates/delete-project-template-milestone-by-project-template-id-and-milestone-id.md) - API v1 Reference > Project Template Automations [Returns all automations for a project template.](https://developers.awork.com/apiv1/project-template-automations/get-project-template-automations.md) - API v1 Reference > Project Template Automations [Creates a new automation for a given project template.](https://developers.awork.com/apiv1/project-template-automations/post-project-template-automation.md) - API v1 Reference > Project Template Automations [Returns a specific automation for a projecttemplate.](https://developers.awork.com/apiv1/project-template-automations/get-project-template-automation.md) - API v1 Reference > Project Template Automations [Updates the automation with the specified id for a given projecttemplate.](https://developers.awork.com/apiv1/project-template-automations/put-project-template-automation.md) - API v1 Reference > Project Template Automations [Deletes the specified automation for a given projecttemplate.](https://developers.awork.com/apiv1/project-template-automations/delete-project-template-automation.md) - API v1 Reference > Project Template Automations [Gets the actions of an automation of a project template.](https://developers.awork.com/apiv1/project-template-automations/get-project-template-automation-actions.md) - API v1 Reference > Project Template Automations [Creates a new action for an automation of a project template.](https://developers.awork.com/apiv1/project-template-automations/post-project-template-automation-action.md) - API v1 Reference > Project Template Automations [Gets a specific action for an automation of a projecttemplate.](https://developers.awork.com/apiv1/project-template-automations/get-project-template-automation-action.md) - API v1 Reference > Project Template Automations [Updates a specifc action of an automation of a project template.](https://developers.awork.com/apiv1/project-template-automations/put-project-template-automation-action.md) - API v1 Reference > Project Template Automations [Deletes an action for an automation of a project template.](https://developers.awork.com/apiv1/project-template-automations/delete-project-template-automation-action.md) - API v1 Reference > Project Template Automations [Updates the order of a project template automation action.](https://developers.awork.com/apiv1/project-template-automations/post-update-project-template-automation-action-order.md) - API v1 Reference > Project Template Automations [Reapplies the automation to all projects of this specific project template.](https://developers.awork.com/apiv1/project-template-automations/post-reapply-project-template-automation.md) - API v1 Reference > Workflows [Links a workflow to a project.](https://developers.awork.com/apiv1/workflows/post-project-link-workflow-by-project-id.md) - API v1 Reference > Workflows [Unlinks a workflow from a project.](https://developers.awork.com/apiv1/workflows/post-project-unlink-workflow-by-project-id.md) - API v1 Reference > Workflows [Unlinks a workflow from a project template.](https://developers.awork.com/apiv1/workflows/post-project-template-unlink-workflow-by-project-template-id.md) - API v1 Reference > Workflows [Retrieves all workflows.](https://developers.awork.com/apiv1/workflows/get-workflows.md) - API v1 Reference > Workflows [Creates a new workflow.](https://developers.awork.com/apiv1/workflows/post-workflow.md) - API v1 Reference > Workflows [Retrieves a specified workflow.](https://developers.awork.com/apiv1/workflows/get-workflow-by-id.md) - API v1 Reference > Workflows [Updates a workflow.](https://developers.awork.com/apiv1/workflows/put-workflow-by-id.md) - API v1 Reference > Workflows [Creates a copy of an existing workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-copy-by-workflow-id.md) - API v1 Reference > Workflows [Deletes a workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-delete-by-workflow-id.md) - API v1 Reference > Workflows [Returns all project statuses of the workflow with the specified id.](https://developers.awork.com/apiv1/workflows/get-workflow-project-statuses-by-workflow-id.md) - API v1 Reference > Workflows [Creates a new project status for the specified workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-project-statuses-by-workflow-id.md) - API v1 Reference > Workflows [Returns the project status of the workflow with the specified id.](https://developers.awork.com/apiv1/workflows/get-workflow-project-status-by-workflow-id-and-project-status-id.md) - API v1 Reference > Workflows [Updates a project status for the specified workflow.](https://developers.awork.com/apiv1/workflows/put-workflow-project-status-by-workflow-id-and-project-status-id.md) - API v1 Reference > Workflows [Deletes a project status from the workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-project-status-delete-by-workflow-id-and-project-status-id.md) - API v1 Reference > Workflows [Sets the archived status of a workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-set-archived-by-workflow-id.md) - API v1 Reference > Workflows [Returns all task statuses of the workflow with the specified id.](https://developers.awork.com/apiv1/workflows/get-workflow-task-statuses-by-workflow-id.md) - API v1 Reference > Workflows [Creates a new task status for the specified workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-task-statuses-by-workflow-id.md) - API v1 Reference > Workflows [Returns the task status of the workflow with the specified id.](https://developers.awork.com/apiv1/workflows/get-workflow-task-status-by-workflow-id-and-task-status-id.md) - API v1 Reference > Workflows [Updates a task status for the specified workflow.](https://developers.awork.com/apiv1/workflows/put-workflow-task-status-by-workflow-id-and-task-status-id.md) - API v1 Reference > Workflows [Deletes the task status of the workflow with the specified id.](https://developers.awork.com/apiv1/workflows/post-workflow-task-status-delete-by-workflow-id-and-task-status-id.md) - API v1 Reference > Workflows [Updates the order of a project status in the workflow.](https://developers.awork.com/apiv1/workflows/post-workflow-update-project-status-order-by-workflow-id.md) - API v1 Reference > Workflow Automations [Copies automations from one workflow to another.](https://developers.awork.com/apiv1/workflow-automations/post-copy-workflow-automations.md) - API v1 Reference > Workflow Automations [Retrieves automations of the specified workflow.](https://developers.awork.com/apiv1/workflow-automations/get-workflow-automations.md) - API v1 Reference > Workflow Automations [Creates a new automation for a workflow.](https://developers.awork.com/apiv1/workflow-automations/post-workflow-automation.md) - API v1 Reference > Workflow Automations [Retrieves a specific automation of the specified workflow.](https://developers.awork.com/apiv1/workflow-automations/get-workflow-automation.md) - API v1 Reference > Workflow Automations [Updates an automation of the specified workflow.](https://developers.awork.com/apiv1/workflow-automations/put-workflow-automation.md) - API v1 Reference > Workflow Automations [Deletes a workflow automation by id.](https://developers.awork.com/apiv1/workflow-automations/delete-workflow-automation.md) - API v1 Reference > Workflow Automations [Gets all actions of an automation of a workflow.](https://developers.awork.com/apiv1/workflow-automations/get-workflow-actions.md) - API v1 Reference > Workflow Automations [Creates a new action for an automation of a workflow.](https://developers.awork.com/apiv1/workflow-automations/post-workflow-action.md) - API v1 Reference > Workflow Automations [Gets a specific action of an automation of a workflow.](https://developers.awork.com/apiv1/workflow-automations/get-workflow-action.md) - API v1 Reference > Workflow Automations [Updates an action of an automation of a workflow.](https://developers.awork.com/apiv1/workflow-automations/put-workflow-action.md) - API v1 Reference > Workflow Automations [Deletes an action from an automation of a workflow.](https://developers.awork.com/apiv1/workflow-automations/delete-workflow-action.md) - API v1 Reference > Workflow Automations [Updates the order of an action within an automation of a workflow.](https://developers.awork.com/apiv1/workflow-automations/post-update-workflow-action-order.md) - API v1 Reference > Accounts [Updates the account with the specified id.](https://developers.awork.com/apiv1/accounts/put-account.md) - API v1 Reference > Invitations [Invites a user to the workspace.](https://developers.awork.com/apiv1/invitations/post.md) - API v1 Reference > Invitations [Accepts the invitation with the invitation code.](https://developers.awork.com/apiv1/invitations/accept.md) - API v1 Reference > Permissions [Returns the permissions of the currently logged-in user.](https://developers.awork.com/apiv1/permissions/get-me-permissions.md) - API v1 Reference > Permissions [Returns all available features.](https://developers.awork.com/apiv1/permissions/get-permissions-features.md) - API v1 Reference > Permissions [Returns all available project features.](https://developers.awork.com/apiv1/permissions/get-permissions-project-features.md) - API v1 Reference > Roles [Returns all roles of the workspace.](https://developers.awork.com/apiv1/roles/get-roles.md) - API v1 Reference > Roles [Creates a new role with specified permissions.](https://developers.awork.com/apiv1/roles/post-role.md) - API v1 Reference > Roles [Moves a user from their current role to another role.](https://developers.awork.com/apiv1/roles/post-roles-move-user.md) - API v1 Reference > Roles [Returns all users in roles of the workspace.](https://developers.awork.com/apiv1/roles/get-roles-users.md) - API v1 Reference > Roles [Returns the role with the specified id.](https://developers.awork.com/apiv1/roles/get-role-by-id.md) - API v1 Reference > Roles [Updates the role with the specified id.](https://developers.awork.com/apiv1/roles/put-role-by-id.md) - API v1 Reference > Roles [Adds the user to the role with the specified id.](https://developers.awork.com/apiv1/roles/post-role-add-user-by-role-id.md) - API v1 Reference > Roles [Returns all deactivated menu items for the specified role.](https://developers.awork.com/apiv1/roles/get-role-deactivated-menu-items-by-role-id.md) - API v1 Reference > Roles [Creates or updates the deactivated menu items for the specified role.](https://developers.awork.com/apiv1/roles/post-role-deactivated-menu-items-by-role-id.md) - API v1 Reference > Roles [Deletes the role with the specified id.](https://developers.awork.com/apiv1/roles/post-role-delete-by-role-id.md) - API v1 Reference > Roles [Returns all permissions of the specified role.](https://developers.awork.com/apiv1/roles/get-role-permissions-by-role-id.md) - API v1 Reference > Roles [Creates, updates or deletes a permission of the specified role.](https://developers.awork.com/apiv1/roles/post-role-permissions-by-role-id.md) - API v1 Reference > Roles [Archives or unarchives the role with the specified id.](https://developers.awork.com/apiv1/roles/post-role-set-archived-by-role-id.md) - API v1 Reference > Roles [Returns all users of the specified role.](https://developers.awork.com/apiv1/roles/get-role-users-by-role-id.md) - API v1 Reference > Roles [Activates the user with the specified id.](https://developers.awork.com/apiv1/roles/post-role-user-activate-by-role-id-and-user-id.md) - API v1 Reference > Roles [Deactivates the user with the specified id.](https://developers.awork.com/apiv1/roles/post-role-user-deactivate-by-role-id-and-user-id.md) - API v1 Reference > Roles [Returns the role with the specified name.](https://developers.awork.com/apiv1/roles/get-role-by-role-name.md) - API v1 Reference > Teams [Returns all teams.](https://developers.awork.com/apiv1/teams/get-teams.md) - API v1 Reference > Teams [Creates a new team.](https://developers.awork.com/apiv1/teams/post-team.md) - API v1 Reference > Teams [Returns the team with the specified id.](https://developers.awork.com/apiv1/teams/get-team-by-id.md) - API v1 Reference > Teams [Updates the team with the specified id.](https://developers.awork.com/apiv1/teams/put-team-by-id.md) - API v1 Reference > Teams [Deletes the team with the specified id.](https://developers.awork.com/apiv1/teams/delete-team-by-id.md) - API v1 Reference > Teams [Adds projects to the specified team.](https://developers.awork.com/apiv1/teams/post-team-add-projects-by-team-id.md) - API v1 Reference > Teams [Adds users to the specified team.](https://developers.awork.com/apiv1/teams/post-team-add-users-by-team-id.md) - API v1 Reference > Teams [Removes projects from the specified team.](https://developers.awork.com/apiv1/teams/post-team-remove-projects-by-team-id.md) - API v1 Reference > Teams [Removes users from the specified team.](https://developers.awork.com/apiv1/teams/post-team-remove-users-by-team-id.md) - API v1 Reference > Workspaces [Returns all available workspace types.](https://developers.awork.com/apiv1/workspaces/get-workspaces-types.md) - API v1 Reference > Workspaces [Returns the workspace with the specified id.](https://developers.awork.com/apiv1/workspaces/get-workspace.md) - API v1 Reference > Workspaces [Updates the workspace with the specified id.](https://developers.awork.com/apiv1/workspaces/put-workspace.md) - API v1 Reference > API Users [Returns all API users.](https://developers.awork.com/apiv1/api-users/get-api-users.md) - API v1 Reference > API Users [Creates an API user.](https://developers.awork.com/apiv1/api-users/post-api-user.md) - API v1 Reference > API Users [Returns the API user with the specified id.](https://developers.awork.com/apiv1/api-users/get-api-user-by-id.md) - API v1 Reference > API Users [Updates the API user with the specified id.](https://developers.awork.com/apiv1/api-users/put-api-user-by-id.md) - API v1 Reference > API Users [Deletes the API user with the specified id.](https://developers.awork.com/apiv1/api-users/delete-api-user-by-id.md) - API v1 Reference > Webhooks [Returns all configured webhooks.](https://developers.awork.com/apiv1/webhooks/get-webhooks.md) - API v1 Reference > Webhooks [Creates a new webhook.](https://developers.awork.com/apiv1/webhooks/post-webhook.md) - API v1 Reference > Webhooks [Returns all available event types.](https://developers.awork.com/apiv1/webhooks/get-webhook-event-types.md) - API v1 Reference > Webhooks [Returns all available event types for Slack webhooks.](https://developers.awork.com/apiv1/webhooks/get-slack-event-types.md) - API v1 Reference > Webhooks [Returns the webhook with the specified id.](https://developers.awork.com/apiv1/webhooks/get-webhook.md) - API v1 Reference > Webhooks [Updates the webhook with the specified id.](https://developers.awork.com/apiv1/webhooks/put-webhook.md) - API v1 Reference > Webhooks [Deletes the webhook with the specified id.](https://developers.awork.com/apiv1/webhooks/delete-webhook.md) - API v1 Reference > Webhooks [Returns all logs of the webhook with the specified id.](https://developers.awork.com/apiv1/webhooks/get-webhook-logs.md) - API v1 Reference > Client Applications [Returns the third-party OAuth client applications authorized by the current account.](https://developers.awork.com/apiv1/client-applications/get-accounts-authorized-clients.md) - API v1 Reference > Client Applications [Revokes the current account's authorizations and refresh tokens for all third-party OAuth client applications.](https://developers.awork.com/apiv1/client-applications/delete-accounts-authorized-clients.md) - API v1 Reference > Client Applications [Revokes the current account's authorization and refresh tokens for one third-party OAuth client application.](https://developers.awork.com/apiv1/client-applications/delete-accounts-authorized-clients-by-client-id.md) - API v1 Reference > Client Applications [Returns all client applications.](https://developers.awork.com/apiv1/client-applications/get-client-applications.md) - API v1 Reference > Client Applications [Registers a new client application.](https://developers.awork.com/apiv1/client-applications/post-client-applications.md) - API v1 Reference > Client Applications [Dynamically registers a new OAuth 2.0 client according to RFC 7591.](https://developers.awork.com/apiv1/client-applications/post-client-applications-register.md) - API v1 Reference > Client Applications [Returns the client application with the specified id.](https://developers.awork.com/apiv1/client-applications/get-client-applications-by-client-id.md) - API v1 Reference > Client Applications [Updates the client application with the specified id.](https://developers.awork.com/apiv1/client-applications/put-client-applications-by-client-id.md) - API v1 Reference > Client Applications [Deletes the specified client application.](https://developers.awork.com/apiv1/client-applications/delete-client-applications-by-client-id.md) - API v1 Reference > Client Applications [Generates an API key for the specified client application.](https://developers.awork.com/apiv1/client-applications/post-client-applications-generate-api-key-by-client-id.md) - API v1 Reference > Client Applications [Generates a new secret for the specified client application.](https://developers.awork.com/apiv1/client-applications/post-client-applications-generate-secret-by-client-id.md) ## OpenAPI Specification The raw OpenAPI 3.1 specification for this API is available at: - [OpenAPI JSON](https://developers.awork.com/openapi.json) - [OpenAPI YAML](https://developers.awork.com/openapi.yaml)