# 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. - [Agents](https://developers.awork.com/agents-overview.md): Agents 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 > Custom Agents [Returns all custom agents.](https://developers.awork.com/apiv1/custom-agents/get-agents.md) - API v1 Reference > Custom Agents [Creates a new custom agent.](https://developers.awork.com/apiv1/custom-agents/post-agents.md) - API v1 Reference > Custom Agents [Returns connection configuration for the current user's custom agents.](https://developers.awork.com/apiv1/custom-agents/get-agents-configuration.md) - API v1 Reference > Custom Agents [Returns the custom agent's configuration.](https://developers.awork.com/apiv1/custom-agents/get-agents-by-agent-id.md) - API v1 Reference > Custom Agents [Updates the custom agent's configuration.](https://developers.awork.com/apiv1/custom-agents/put-agents-by-agent-id.md) - API v1 Reference > Custom Agents [Returns a custom agent's connection configuration for the current user.](https://developers.awork.com/apiv1/custom-agents/get-agents-configuration-by-agent-id.md) - API v1 Reference > Custom Agents [Links a connector to an agent.](https://developers.awork.com/apiv1/custom-agents/post-connectors-by-connector-id-and-agent-id.md) - API v1 Reference > Custom Agents [Unlinks a connector from an agent.](https://developers.awork.com/apiv1/custom-agents/delete-connectors-by-connector-id-and-agent-id.md) - API v1 Reference > Custom Agents [Copies an existing custom agent.](https://developers.awork.com/apiv1/custom-agents/post-agents-copy-by-agent-id.md) - API v1 Reference > Custom Agents [Archives or unarchives an agent.](https://developers.awork.com/apiv1/custom-agents/post-agents-set-archived-by-agent-id.md) - API v1 Reference > Custom Agents [Lists agent skills.](https://developers.awork.com/apiv1/custom-agents/get-skills-by-agent-id.md) - API v1 Reference > Custom Agents [Creates a private skill for an agent.](https://developers.awork.com/apiv1/custom-agents/post-skills-by-agent-id.md) - API v1 Reference > Custom Agents [Removes a skill from an agent.](https://developers.awork.com/apiv1/custom-agents/delete-skills-by-skill-id-and-agent-id.md) - API v1 Reference > Custom Agents [Links a skill to an agent.](https://developers.awork.com/apiv1/custom-agents/post-skills-link-by-skill-id-and-agent-id.md) - API v1 Reference > Custom Agents [Lists the agent's saved system prompt versions.](https://developers.awork.com/apiv1/custom-agents/get-agents-system-prompt-versions-by-agent-id.md) - API v1 Reference > Custom Agents [Restores a previous system prompt version.](https://developers.awork.com/apiv1/custom-agents/post-agents-system-prompt-version-restore.md) - API v1 Reference > Agent Files [Returns all files of the specified agent.](https://developers.awork.com/apiv1/agent-files/get-files-by-agent-name-and-agent-id.md) - API v1 Reference > Agent Files [Deletes the specified agent file and its versions.](https://developers.awork.com/apiv1/agent-files/delete-files-by-agent-name-and-agent-id-and-file-id.md) - API v1 Reference > Agent Skills [Returns all skills.](https://developers.awork.com/apiv1/agent-skills/get-skills.md) - API v1 Reference > Agent Skills [Creates a reusable skill.](https://developers.awork.com/apiv1/agent-skills/post-skills.md) - API v1 Reference > Agent Skills [Imports a skill package.](https://developers.awork.com/apiv1/agent-skills/post-skills-import.md) - API v1 Reference > Agent Skills [Lists skill secret statuses.](https://developers.awork.com/apiv1/agent-skills/get-skills-secret-values.md) - API v1 Reference > Agent Skills [Sets a skill secret value.](https://developers.awork.com/apiv1/agent-skills/put-skills-secret-values.md) - API v1 Reference > Agent Skills [Deletes a skill secret value.](https://developers.awork.com/apiv1/agent-skills/delete-skills-secret-values.md) - API v1 Reference > Agent Skills [Returns a skill.](https://developers.awork.com/apiv1/agent-skills/get-skills-by-skill-id.md) - API v1 Reference > Agent Skills [Updates a skill.](https://developers.awork.com/apiv1/agent-skills/put-skills-by-skill-id.md) - API v1 Reference > Agent Skills [Deletes a skill.](https://developers.awork.com/apiv1/agent-skills/delete-skills-by-skill-id.md) - API v1 Reference > Agent Skills [Exports a skill package.](https://developers.awork.com/apiv1/agent-skills/get-skills-export-by-skill-id.md) - API v1 Reference > Agent Skills [Lists skill files.](https://developers.awork.com/apiv1/agent-skills/get-skills-files-by-skill-id.md) - API v1 Reference > Agent Skills [Uploads a skill file.](https://developers.awork.com/apiv1/agent-skills/post-skills-files-by-skill-id.md) - API v1 Reference > Agent Skills [Deletes a skill file.](https://developers.awork.com/apiv1/agent-skills/delete-skills-files-by-skill-id.md) - API v1 Reference > Agent Skills [Stores a temporary upload as a bundled skill file.](https://developers.awork.com/apiv1/agent-skills/post-skills-files-by-upload-id-by-skill-id.md) - API v1 Reference > Agent Skills [Downloads a skill file.](https://developers.awork.com/apiv1/agent-skills/get-skills-files-download-by-skill-id.md) - API v1 Reference > Agent Skills [Lists skill secret requirements.](https://developers.awork.com/apiv1/agent-skills/get-skills-secrets-by-skill-id.md) - API v1 Reference > Agent Skills [Updates skill secret requirements.](https://developers.awork.com/apiv1/agent-skills/put-skills-secrets-by-skill-id.md) - API v1 Reference > Agent Skills [Returns a skill's sharing configuration.](https://developers.awork.com/apiv1/agent-skills/get-skills-sharing-by-skill-id.md) - API v1 Reference > Agent Skills [Updates a skill's sharing configuration.](https://developers.awork.com/apiv1/agent-skills/put-skills-sharing-by-skill-id.md) - API v1 Reference > Agent Schedules [Lists project schedules.](https://developers.awork.com/apiv1/agent-schedules/get-agents-schedules.md) - API v1 Reference > Agent Schedules [Lists owned schedules.](https://developers.awork.com/apiv1/agent-schedules/get-agents-schedules-me.md) - API v1 Reference > Agent Schedules [Lists agent schedules.](https://developers.awork.com/apiv1/agent-schedules/get-schedules-by-agent-id.md) - API v1 Reference > Agent Schedules [Creates an agent schedule.](https://developers.awork.com/apiv1/agent-schedules/post-schedules-by-agent-id.md) - API v1 Reference > Agent Schedules [Previews a schedule occurrence.](https://developers.awork.com/apiv1/agent-schedules/post-schedules-next-occurrence-by-agent-id.md) - API v1 Reference > Agent Schedules [Updates an agent schedule.](https://developers.awork.com/apiv1/agent-schedules/put-schedules-by-schedule-id-and-agent-id.md) - API v1 Reference > Agent Schedules [Deletes an agent schedule.](https://developers.awork.com/apiv1/agent-schedules/delete-schedules-by-schedule-id-and-agent-id.md) - API v1 Reference > Agent Schedules [Runs an agent schedule.](https://developers.awork.com/apiv1/agent-schedules/post-schedules-run-by-schedule-id-and-agent-id.md) - API v1 Reference > Agent Schedules [Changes schedule state.](https://developers.awork.com/apiv1/agent-schedules/post-schedules-set-enabled-by-schedule-id-and-agent-id.md) - API v1 Reference > Agent Threads [Returns thread metadata for usage analytics.](https://developers.awork.com/apiv1/agent-threads/get-agents-management-threads.md) - API v1 Reference > Agent Threads [Creates a conversation with the awork Agent or a custom agent.](https://developers.awork.com/apiv1/agent-threads/post-agents-threads.md) - API v1 Reference > Agent Threads [Gets an agent thread.](https://developers.awork.com/apiv1/agent-threads/get-agents-threads-by-thread-id.md) - API v1 Reference > Agent Threads [Cancels the active run for the specified agent thread.](https://developers.awork.com/apiv1/agent-threads/post-agents-threads-cancel-by-thread-id.md) - API v1 Reference > Agent Threads [Lists agent thread messages.](https://developers.awork.com/apiv1/agent-threads/get-agents-threads-messages-by-thread-id.md) - API v1 Reference > Agent Threads [Submits a message to an agent conversation.](https://developers.awork.com/apiv1/agent-threads/post-agents-threads-messages-by-thread-id.md) - API v1 Reference > Agent Threads [Gets agent thread message status.](https://developers.awork.com/apiv1/agent-threads/get-agents-threads-messages-status-by-thread-id-and-message-id.md) - API v1 Reference > Agent Thread Files [Returns a file of the specified agent thread.](https://developers.awork.com/apiv1/agent-thread-files/get-agents-threads-files-by-thread-id-and-file-id.md) - API v1 Reference > Agent Thread Files [Returns content from a file attached to the specified agent thread.](https://developers.awork.com/apiv1/agent-thread-files/get-agents-threads-files-download-by-thread-id-and-file-id.md) - API v1 Reference > Agent Runtime [Lists the connectors visible to the requesting user in the current workspace.](https://developers.awork.com/apiv1/agent-runtime/get-connectors.md) - API v1 Reference > Agent Runtime [Lists the predefined connector presets available to the workspace.](https://developers.awork.com/apiv1/agent-runtime/get-connectors-presets.md) - API v1 Reference > Agent Runtime [Makes a custom connector workspace-visible or private.](https://developers.awork.com/apiv1/agent-runtime/put-connectors-sharing-by-connector-id.md) - API v1 Reference > Agent Runtime [Gets the default agent options for a personal or custom agent.](https://developers.awork.com/apiv1/agent-runtime/get-agent-defaults.md) - API v1 Reference > Agent Runtime [Returns the AI models available to agents.](https://developers.awork.com/apiv1/agent-runtime/get-models.md) - API v1 Reference > Agent Runtime [Disables a model, vendor, or region and updates settings that use it.](https://developers.awork.com/apiv1/agent-runtime/post-agents-models-settings-disable.md) - API v1 Reference > Agent Runtime [Sets a workspace preset to Auto or a selected active text model.](https://developers.awork.com/apiv1/agent-runtime/put-agents-models-settings-presets-by-preset-key.md) - API v1 Reference > Agent Runtime [Enables an AI model region for the workspace.](https://developers.awork.com/apiv1/agent-runtime/post-agents-models-settings-regions-enable-by-region-key.md) - API v1 Reference > Agent Runtime [Enables one AI model vendor for the workspace.](https://developers.awork.com/apiv1/agent-runtime/post-agents-models-settings-vendors-enable-by-vendor-key.md) - API v1 Reference > Agent Runtime [Enables one AI model for the workspace.](https://developers.awork.com/apiv1/agent-runtime/post-agents-models-enable-by-model-key.md) - API v1 Reference > Projects [Returns projects visible to the current user.](https://developers.awork.com/apiv1/projects/get-projects.md) - API v1 Reference > Projects [Creates a project.](https://developers.awork.com/apiv1/projects/post-project.md) - API v1 Reference > Projects [Applies an operation to selected projects.](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 specified project.](https://developers.awork.com/apiv1/projects/get-project-by-id.md) - API v1 Reference > Projects [Updates the specified project.](https://developers.awork.com/apiv1/projects/put-project-by-id.md) - API v1 Reference > Projects [Changes the specified project's type.](https://developers.awork.com/apiv1/projects/post-project-change-project-type-by-project-id.md) - API v1 Reference > Projects [Changes the specified project's status.](https://developers.awork.com/apiv1/projects/post-project-change-status-by-project-id.md) - API v1 Reference > Projects [Deletes the specified project.](https://developers.awork.com/apiv1/projects/post-project-delete-by-project-id.md) - API v1 Reference > Projects [Returns members of the specified project.](https://developers.awork.com/apiv1/projects/get-project-members-by-project-id.md) - API v1 Reference > Projects [Removes a member from the specified project.](https://developers.awork.com/apiv1/projects/post-project-remove-project-member-by-project-id.md) - API v1 Reference > Projects [Updates the specified project's key.](https://developers.awork.com/apiv1/projects/post-project-set-project-key-by-project-id.md) - API v1 Reference > Projects [Updates a project's status order.](https://developers.awork.com/apiv1/projects/post-project-update-project-status-order-by-project-id.md) - API v1 Reference > Project Types [Returns 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 [Returns available project type icons.](https://developers.awork.com/apiv1/project-types/get-project-types-icons.md) - API v1 Reference > Project Types [Returns 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 project type.](https://developers.awork.com/apiv1/project-types/put-project-type-by-id.md) - API v1 Reference > Project Types [Deletes project types.](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.](https://developers.awork.com/apiv1/project-types/post-project-type-set-archived-by-project-type-id.md) - API v1 Reference > Project Statuses [Returns statuses for the specified project.](https://developers.awork.com/apiv1/project-statuses/get-project-project-statuses-by-project-id.md) - API v1 Reference > Project Statuses [Creates a status for the specified project.](https://developers.awork.com/apiv1/project-statuses/post-project-project-statuses-by-project-id.md) - API v1 Reference > Project Statuses [Returns project statuses in the workspace.](https://developers.awork.com/apiv1/project-statuses/get-project-statuses.md) - API v1 Reference > Project Statuses [Returns the specified project status.](https://developers.awork.com/apiv1/project-statuses/get-project-status-by-id.md) - API v1 Reference > Project Statuses [Updates the specified project status.](https://developers.awork.com/apiv1/project-statuses/put-project-status-by-id.md) - API v1 Reference > Project Statuses [Deletes the specified 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 project roles in the workspace.](https://developers.awork.com/apiv1/project-roles/get-project-roles.md) - API v1 Reference > Project Roles [Creates a project role.](https://developers.awork.com/apiv1/project-roles/post-project-role.md) - API v1 Reference > Project Roles [Returns 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 the specified project role.](https://developers.awork.com/apiv1/project-roles/get-project-role-by-id.md) - API v1 Reference > Project Roles [Updates the specified 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 members.](https://developers.awork.com/apiv1/project-roles/post-project-role-delete-by-project-role-id.md) - API v1 Reference > Project Roles [Returns permissions for the specified project role.](https://developers.awork.com/apiv1/project-roles/get-project-role-permissions-by-project-role-id.md) - API v1 Reference > Project Roles [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 member to the specified project.](https://developers.awork.com/apiv1/project-members/post-project-add-project-member-by-project-id.md) - API v1 Reference > Project Members [Updates a member of the specified project.](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 tags used by projects.](https://developers.awork.com/apiv1/project-tags/get-projects-tags.md) - API v1 Reference > Project Tags [Updates a tag for all projects.](https://developers.awork.com/apiv1/project-tags/post-projects-update-tags.md) - API v1 Reference > Project Tags [Adds tags to the specified project.](https://developers.awork.com/apiv1/project-tags/post-project-add-tags-by-project-id.md) - API v1 Reference > Project Tags [Removes tags from the specified project.](https://developers.awork.com/apiv1/project-tags/post-project-delete-tags-by-project-id.md) - API v1 Reference > Project Tags [Returns tags for the specified project.](https://developers.awork.com/apiv1/project-tags/get-project-tags-by-project-id.md) - API v1 Reference > Project Milestones [Returns visible project milestones.](https://developers.awork.com/apiv1/project-milestones/get-project-milestones.md) - API v1 Reference > Project Milestones [Creates a 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 the specified project milestone.](https://developers.awork.com/apiv1/project-milestones/put-project-milestone-by-id.md) - API v1 Reference > Project Milestones [Deletes the specified project milestone.](https://developers.awork.com/apiv1/project-milestones/delete-project-milestone-by-id.md) - API v1 Reference > Project Milestones [Returns milestones for 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 supported automation trigger and action types.](https://developers.awork.com/apiv1/project-automations/get-automations-catalog.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 time booking for a 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 time bookings for users.](https://developers.awork.com/apiv1/time-bookings/get-project-time-bookings-for-users.md) - API v1 Reference > Retainers [Returns retainers for the specified project.](https://developers.awork.com/apiv1/retainers/get-project-retainers-by-project-id.md) - API v1 Reference > Retainers [Creates a retainer for the specified project.](https://developers.awork.com/apiv1/retainers/post-project-retainers-by-project-id.md) - API v1 Reference > Retainers [Returns the specified project retainer.](https://developers.awork.com/apiv1/retainers/get-project-retainer-by-project-id-and-retainer-id.md) - API v1 Reference > Retainers [Updates the specified project retainer.](https://developers.awork.com/apiv1/retainers/put-project-retainer-by-project-id-and-retainer-id.md) - API v1 Reference > Retainers [Deletes a retainer from the specified project.](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 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 [Updates multiple tasks with the selected operation.](https://developers.awork.com/apiv1/tasks/post-tasks-batch-by-operation.md) - API v1 Reference > Tasks [Updates the base type for multiple tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-base-types.md) - API v1 Reference > Tasks [Updates the task lists of tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-lists.md) - API v1 Reference > Tasks [Updates the statuses of tasks.](https://developers.awork.com/apiv1/tasks/post-tasks-change-statuses.md) - API v1 Reference > Tasks [Updates task hierarchy and subtask order.](https://developers.awork.com/apiv1/tasks/post-tasks-change-subtasks.md) - API v1 Reference > Tasks [Converts subtasks to a parent task.](https://developers.awork.com/apiv1/tasks/post-tasks-change-subtasks-to-parent.md) - API v1 Reference > Tasks [Updates the type of work for multiple 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 for the 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 specified task.](https://developers.awork.com/apiv1/tasks/get-task-by-id.md) - API v1 Reference > Tasks [Updates the task.](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 [Returns 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 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 task statuses for the specified project.](https://developers.awork.com/apiv1/task-statuses/get-project-task-statuses-by-project-id.md) - API v1 Reference > Task Statuses [Creates a 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 project task status.](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 specified project task status.](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 task lists for the specified project.](https://developers.awork.com/apiv1/task-lists/get-project-task-lists-by-project-id.md) - API v1 Reference > Task Lists [Creates a task list in the specified project.](https://developers.awork.com/apiv1/task-lists/post-project-task-lists-by-project-id.md) - API v1 Reference > Task Lists [Returns the specified task list.](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 specified task list.](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 tasks to the specified task list.](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 [Moves a task list to another project.](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 [Copies the specified 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 specified task list.](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 tasks from the specified task list.](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 restores the specified task list.](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 a task in the specified task list.](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 a task's order 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 specified task list.](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 project tasks for the current user.](https://developers.awork.com/apiv1/project-tasks/get-me-project-tasks.md) - API v1 Reference > Project Tasks [Returns tags for project tasks.](https://developers.awork.com/apiv1/project-tasks/get-projects-project-tasks-tags.md) - API v1 Reference > Project Tasks [Returns tasks for the specified project.](https://developers.awork.com/apiv1/project-tasks/get-project-project-tasks-by-project-id.md) - API v1 Reference > Project Tasks [Returns the specified project task.](https://developers.awork.com/apiv1/project-tasks/get-project-project-task-by-project-id-and-task-id.md) - API v1 Reference > Project Tasks [Moves a task to another project.](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 types of work for the specified project.](https://developers.awork.com/apiv1/project-tasks/get-project-types-of-work-by-project-id.md) - API v1 Reference > Private Tasks [Returns reassigned private tasks.](https://developers.awork.com/apiv1/private-tasks/get-me-other-private-tasks.md) - API v1 Reference > Private Tasks [Returns a reassigned private task.](https://developers.awork.com/apiv1/private-tasks/get-me-other-private-task-by-task-id.md) - API v1 Reference > Private Tasks [Returns private tasks for 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 a private task 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 private tasks reassigned by the user.](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 reassigned by the user.](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 private tasks of the user.](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.](https://developers.awork.com/apiv1/private-tasks/get-user-private-task-by-user-id-and-task-id.md) - API v1 Reference > Assigned Tasks [Returns tasks visible to the current user.](https://developers.awork.com/apiv1/assigned-tasks/get-me-all-available-tasks.md) - API v1 Reference > Assigned Tasks [Returns tasks assigned to the current user.](https://developers.awork.com/apiv1/assigned-tasks/get-me-assigned-tasks.md) - API v1 Reference > Assigned Tasks [Returns an assigned task for the current user.](https://developers.awork.com/apiv1/assigned-tasks/get-me-assigned-task-by-task-id.md) - API v1 Reference > Assigned Tasks [Returns tags for tasks visible to the user.](https://developers.awork.com/apiv1/assigned-tasks/get-me-tasks-tags.md) - API v1 Reference > Assigned Tasks [Returns 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 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 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 task tags the 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.](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.](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.](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 [Returns 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 checklist items for a project task.](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 [Returns a checklist item for 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.](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.](https://developers.awork.com/apiv1/checklist-items/post-task-checklist-items-by-task-id.md) - API v1 Reference > Checklist Items [Converts checklist items of the 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 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.](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 private tasks.](https://developers.awork.com/apiv1/task-tags/post-me-private-tasks-delete-tags.md) - API v1 Reference > Task Tags [Returns tags for the user's private tasks.](https://developers.awork.com/apiv1/task-tags/get-me-private-tasks-tags.md) - API v1 Reference > Task Tags [Updates a tag for 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 project tasks.](https://developers.awork.com/apiv1/task-tags/post-tasks-delete-tags.md) - API v1 Reference > Task Tags [Returns task tags that are 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 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.](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.](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.](https://developers.awork.com/apiv1/task-tags/get-task-tags-by-task-id.md) - API v1 Reference > Task Dependencies [Returns task dependencies for a project.](https://developers.awork.com/apiv1/task-dependencies/get-project-taskdependencies-by-project-id.md) - API v1 Reference > Task Dependencies [Creates 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 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 schedule for a task.](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 [Returns types of work.](https://developers.awork.com/apiv1/type-of-work/get-types-of-work.md) - API v1 Reference > Type of Work [Creates a type of work.](https://developers.awork.com/apiv1/type-of-work/post-types-of-work.md) - API v1 Reference > Type of Work [Returns 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 [Returns the type of work.](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 a 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.](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.](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 time entries in the workspace.](https://developers.awork.com/apiv1/time-entries/get-time-entries.md) - API v1 Reference > Time Entries [Creates a time entry.](https://developers.awork.com/apiv1/time-entries/post-time-entry.md) - API v1 Reference > Time Entries [Updates multiple time entries using the operation.](https://developers.awork.com/apiv1/time-entries/post-time-entries-batch-by-operation.md) - API v1 Reference > Time Entries [Deletes the time entry for the ids.](https://developers.awork.com/apiv1/time-entries/post-time-entries-delete.md) - API v1 Reference > Time Entries [Sets the time entries for the 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 for the 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 for the 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 for the ids to unbilled.](https://developers.awork.com/apiv1/time-entries/post-time-entries-set-un-billed.md) - API v1 Reference > Time Entries [Returns simplified time entries.](https://developers.awork.com/apiv1/time-entries/get-time-entries-simplified.md) - API v1 Reference > Time Entries [Returns the specified time entry.](https://developers.awork.com/apiv1/time-entries/get-time-entry-by-id.md) - API v1 Reference > Time Entries [Updates the time entry.](https://developers.awork.com/apiv1/time-entries/put-time-entry-by-id.md) - API v1 Reference > Time Entries [Deletes the time entry.](https://developers.awork.com/apiv1/time-entries/delete-time-entry-by-id.md) - API v1 Reference > Time Entries [Removes breaks from the specified time entry.](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 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 document.](https://developers.awork.com/apiv1/documents/post-document.md) - API v1 Reference > Documents [Restores the specified document.](https://developers.awork.com/apiv1/documents/post-documents-trash-restore-by-document-id.md) - API v1 Reference > Documents [Returns the specified document.](https://developers.awork.com/apiv1/documents/get-document-by-id.md) - API v1 Reference > Documents [Updates the specified document.](https://developers.awork.com/apiv1/documents/put-document-by-id.md) - API v1 Reference > Documents [Deletes the specified document.](https://developers.awork.com/apiv1/documents/delete-document-by-id.md) - API v1 Reference > Documents [Returns the current document content.](https://developers.awork.com/apiv1/documents/get-document-content-by-document-id.md) - API v1 Reference > Documents [Updates the specified document content.](https://developers.awork.com/apiv1/documents/put-document-content-by-document-id.md) - API v1 Reference > Documents [Adds contributors to the specified document.](https://developers.awork.com/apiv1/documents/post-document-contributors-by-document-id.md) - API v1 Reference > Documents [Updates a document contributor's access.](https://developers.awork.com/apiv1/documents/put-document-contributor-by-document-id-and-document-contributor-id.md) - API v1 Reference > Documents [Deletes a contributor from the specified document.](https://developers.awork.com/apiv1/documents/delete-document-contributor-by-document-id-and-document-contributor-id.md) - API v1 Reference > Documents [Duplicates the specified document.](https://developers.awork.com/apiv1/documents/post-document-duplicate-by-document-id.md) - API v1 Reference > Documents [Adds teams to the specified document.](https://developers.awork.com/apiv1/documents/post-document-teams-by-document-id.md) - API v1 Reference > Documents [Updates a document team's access.](https://developers.awork.com/apiv1/documents/put-document-team-by-document-id-and-document-to-team-id.md) - API v1 Reference > Documents [Deletes a team from the specified document.](https://developers.awork.com/apiv1/documents/delete-document-team-by-document-id-and-document-to-team-id.md) - API v1 Reference > Documents [Returns documents in the specified document space.](https://developers.awork.com/apiv1/documents/get-document-space-documents-by-document-space-id.md) - API v1 Reference > Documents [Returns trashed documents in a document space.](https://developers.awork.com/apiv1/documents/get-document-space-documents-trash-by-document-space-id.md) - API v1 Reference > Documents [Returns private documents for the current user.](https://developers.awork.com/apiv1/documents/get-me-private-documents.md) - API v1 Reference > Documents [Returns trashed private documents.](https://developers.awork.com/apiv1/documents/get-me-private-documents-trash.md) - API v1 Reference > Documents [Returns documents shared with the current user.](https://developers.awork.com/apiv1/documents/get-me-shared-documents.md) - API v1 Reference > Documents [Returns documents in the specified project.](https://developers.awork.com/apiv1/documents/get-project-documents-by-project-id.md) - API v1 Reference > Documents [Returns trashed documents in the specified 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 document space.](https://developers.awork.com/apiv1/document-spaces/post-document-space.md) - API v1 Reference > Document Spaces [Returns the specified document space.](https://developers.awork.com/apiv1/document-spaces/get-document-space-by-id.md) - API v1 Reference > Document Spaces [Updates the specified document space.](https://developers.awork.com/apiv1/document-spaces/put-document-space-by-id.md) - API v1 Reference > Document Spaces [Deletes the specified document space.](https://developers.awork.com/apiv1/document-spaces/delete-document-space-by-id.md) - API v1 Reference > Document Spaces [Adds contributors to the specified document space.](https://developers.awork.com/apiv1/document-spaces/post-document-space-contributors-by-document-space-id.md) - API v1 Reference > Document Spaces [Updates a document space contributor's access.](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 a document space contributor.](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 specified document space.](https://developers.awork.com/apiv1/document-spaces/post-document-space-teams-by-document-space-id.md) - API v1 Reference > Document Spaces [Updates a document space team's access.](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 a team from the specified 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 company.](https://developers.awork.com/apiv1/companies/post-company.md) - API v1 Reference > Companies [Returns all company industries in use.](https://developers.awork.com/apiv1/companies/get-companies-industries.md) - API v1 Reference > Companies [Returns the specified company.](https://developers.awork.com/apiv1/companies/get-company-by-id.md) - API v1 Reference > Companies [Updates the specified company.](https://developers.awork.com/apiv1/companies/put-company-by-id.md) - API v1 Reference > Companies [Returns the company's contact information.](https://developers.awork.com/apiv1/companies/get-company-contact-info-by-company-id.md) - API v1 Reference > Companies [Creates company contact information.](https://developers.awork.com/apiv1/companies/post-company-contact-info-by-company-id.md) - API v1 Reference > Companies [Returns specified company contact information.](https://developers.awork.com/apiv1/companies/get-company-contact-info-by-company-id-and-contact-info-id.md) - API v1 Reference > Companies [Updates company contact information.](https://developers.awork.com/apiv1/companies/put-company-contact-info-by-company-id-and-contact-info-id.md) - API v1 Reference > Companies [Deletes company contact information.](https://developers.awork.com/apiv1/companies/delete-company-contact-info-by-company-id-and-contact-info-id.md) - API v1 Reference > Companies [Deletes the specified company.](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 company tags in use.](https://developers.awork.com/apiv1/company-tags/get-company-tags.md) - API v1 Reference > Company Tags [Updates a tag for all companies.](https://developers.awork.com/apiv1/company-tags/post-companies-update-tags.md) - API v1 Reference > Company Tags [Adds tags to the specified company.](https://developers.awork.com/apiv1/company-tags/post-company-add-tags-by-company-id.md) - API v1 Reference > Company Tags [Removes tags from the specified company.](https://developers.awork.com/apiv1/company-tags/post-company-delete-tags-by-company-id.md) - API v1 Reference > Company Tags [Returns tags for the specified company.](https://developers.awork.com/apiv1/company-tags/get-company-tags-by-company-id.md) - API v1 Reference > Users [Returns the current user and workspace.](https://developers.awork.com/apiv1/users/get-me.md) - API v1 Reference > Users [Returns users with their details.](https://developers.awork.com/apiv1/users/get-users.md) - API v1 Reference > Users [Returns user name and gender for the email.](https://developers.awork.com/apiv1/users/get-users-autofill-by-email.md) - API v1 Reference > Users [Returns the logged-in user and workspace.](https://developers.awork.com/apiv1/users/get-users-me.md) - API v1 Reference > Users [Returns the user.](https://developers.awork.com/apiv1/users/get-user-by-id.md) - API v1 Reference > Users [Updates the user.](https://developers.awork.com/apiv1/users/put-user-by-id.md) - API v1 Reference > Users [Deletes the user.](https://developers.awork.com/apiv1/users/delete-user-by-id.md) - API v1 Reference > Users [Activates the user.](https://developers.awork.com/apiv1/users/post-user-activate-by-user-id.md) - API v1 Reference > Users [Returns the contact infos of the user.](https://developers.awork.com/apiv1/users/get-user-contact-info-by-user-id.md) - API v1 Reference > Users [Creates contact info for the user.](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.](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.](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.](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.](https://developers.awork.com/apiv1/users/post-user-deactivate-by-user-id.md) - API v1 Reference > Users [Archives or unarchives the user.](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 users.](https://developers.awork.com/apiv1/user-tags/post-users-delete-tags.md) - API v1 Reference > User Tags [Returns tags that are in use.](https://developers.awork.com/apiv1/user-tags/get-users-tags.md) - API v1 Reference > User Tags [Updates a tag globally for 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.](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.](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.](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 specified absence.](https://developers.awork.com/apiv1/absences/get-absence-by-id.md) - API v1 Reference > Absences [Updates the specified absence.](https://developers.awork.com/apiv1/absences/put-absence-by-id.md) - API v1 Reference > Absences [Deletes the specified absence.](https://developers.awork.com/apiv1/absences/delete-absence-by-id.md) - API v1 Reference > Absence Regions [Returns all absence regions.](https://developers.awork.com/apiv1/absence-regions/get-absence-regions.md) - API v1 Reference > Absence Regions [Creates an absence region.](https://developers.awork.com/apiv1/absence-regions/post-absence-region.md) - API v1 Reference > Absence Regions [Returns supported absence region countries.](https://developers.awork.com/apiv1/absence-regions/get-absence-regions-countries.md) - API v1 Reference > Absence Regions [Returns locations for the specified country.](https://developers.awork.com/apiv1/absence-regions/get-absence-regions-country-locations-by-country-code.md) - API v1 Reference > Absence Regions [Sets the current user's absence region.](https://developers.awork.com/apiv1/absence-regions/post-me-absence-regions-assign.md) - API v1 Reference > Absence Regions [Sets users for an absence region.](https://developers.awork.com/apiv1/absence-regions/post-absence-regions-users-assign.md) - API v1 Reference > Absence Regions [Returns the specified absence region.](https://developers.awork.com/apiv1/absence-regions/get-absence-region-by-id.md) - API v1 Reference > Absence Regions [Updates the specified absence region.](https://developers.awork.com/apiv1/absence-regions/put-absence-region-by-id.md) - API v1 Reference > Absence Regions [Deletes the specified absence region.](https://developers.awork.com/apiv1/absence-regions/delete-absence-region-by-id.md) - API v1 Reference > Workspace Absences [Returns 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 dashboards for the current user.](https://developers.awork.com/apiv1/dashboards/get-me-dashboards.md) - API v1 Reference > Files [Returns the latest content of the specified file and supports range requests.](https://developers.awork.com/apiv1/files/get-files-download-by-file-id.md) - API v1 Reference > Files [Returns the latest version of the specified file as PDF.](https://developers.awork.com/apiv1/files/get-files-pdf-by-file-id.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 project files and files of tasks linked to the project.](https://developers.awork.com/apiv1/project-files/get-projects-all-files-by-project-id.md) - API v1 Reference > Project Files [Creates external file references for the specified project.](https://developers.awork.com/apiv1/project-files/post-external-files-by-project-name-and-project-id.md) - API v1 Reference > Project Files [Returns all files of the specified project.](https://developers.awork.com/apiv1/project-files/get-files-by-project-name-and-project-id.md) - API v1 Reference > Project Files [Uploads a file for the specified project.](https://developers.awork.com/apiv1/project-files/post-files-by-project-name-and-project-id.md) - API v1 Reference > Project Files [Deletes all files and versions for the specified project.](https://developers.awork.com/apiv1/project-files/delete-files-by-project-name-and-project-id.md) - API v1 Reference > Project Files [Uploads a file from a public URL for the specified project.](https://developers.awork.com/apiv1/project-files/post-files-by-url-by-project-name-and-project-id.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-files-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/project-files/put-files-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Deletes the specified project file and its versions.](https://developers.awork.com/apiv1/project-files/delete-files-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Changes the project that owns the specified file.](https://developers.awork.com/apiv1/project-files/post-files-change-project-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Copies the specified file to another project.](https://developers.awork.com/apiv1/project-files/post-files-copy-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Returns the latest content of the specified project file.](https://developers.awork.com/apiv1/project-files/get-files-download-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Returns the specified project file as PDF.](https://developers.awork.com/apiv1/project-files/get-files-pdf-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/project-files/get-files-share-url-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Returns all versions of the specified project file.](https://developers.awork.com/apiv1/project-files/get-files-versions-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Uploads a new version of the specified project file.](https://developers.awork.com/apiv1/project-files/post-files-versions-by-project-name-and-project-id-and-file-id.md) - API v1 Reference > Project Files [Returns the project file version with the specified id.](https://developers.awork.com/apiv1/project-files/get-files-versions-by-project-name-and-project-id-and-file-id-and-version-id.md) - API v1 Reference > Project Files [Returns the content of the specified project file version.](https://developers.awork.com/apiv1/project-files/get-files-versions-download-by-project-name-and-project-id-and-file-id-and-version-id.md) - API v1 Reference > Task Files [Creates external file references for the specified task.](https://developers.awork.com/apiv1/task-files/post-external-files-by-task-name-and-task-id.md) - API v1 Reference > Task Files [Returns all files of the specified task.](https://developers.awork.com/apiv1/task-files/get-files-by-task-name-and-task-id.md) - API v1 Reference > Task Files [Uploads a file for the specified task.](https://developers.awork.com/apiv1/task-files/post-files-by-task-name-and-task-id.md) - API v1 Reference > Task Files [Deletes all files and versions for the specified task.](https://developers.awork.com/apiv1/task-files/delete-files-by-task-name-and-task-id.md) - API v1 Reference > Task Files [Uploads a file from a public URL for the specified task.](https://developers.awork.com/apiv1/task-files/post-files-by-url-by-task-name-and-task-id.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-files-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/task-files/put-files-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Deletes the specified task file and its versions.](https://developers.awork.com/apiv1/task-files/delete-files-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Changes the task that owns the specified file.](https://developers.awork.com/apiv1/task-files/post-files-change-task-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Copies the specified file to another task.](https://developers.awork.com/apiv1/task-files/post-files-copy-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Returns the latest content of the specified task file.](https://developers.awork.com/apiv1/task-files/get-files-download-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Returns the specified task file as PDF.](https://developers.awork.com/apiv1/task-files/get-files-pdf-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/task-files/get-files-share-url-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Returns all versions of the specified task file.](https://developers.awork.com/apiv1/task-files/get-files-versions-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Uploads a new version of the specified task file.](https://developers.awork.com/apiv1/task-files/post-files-versions-by-task-name-and-task-id-and-file-id.md) - API v1 Reference > Task Files [Returns the task file version with the specified id.](https://developers.awork.com/apiv1/task-files/get-files-versions-by-task-name-and-task-id-and-file-id-and-version-id.md) - API v1 Reference > Task Files [Returns the content of the specified task file version.](https://developers.awork.com/apiv1/task-files/get-files-versions-download-by-task-name-and-task-id-and-file-id-and-version-id.md) - API v1 Reference > Company Files [Creates external file references for the specified company.](https://developers.awork.com/apiv1/company-files/post-external-files-by-company-name-and-company-id.md) - API v1 Reference > Company Files [Uploads a file for the specified company.](https://developers.awork.com/apiv1/company-files/post-files-by-company-name-and-company-id.md) - API v1 Reference > Company Files [Deletes all files and versions for the specified company.](https://developers.awork.com/apiv1/company-files/delete-files-by-company-name-and-company-id.md) - API v1 Reference > Company Files [Uploads a file from a public URL for the specified company.](https://developers.awork.com/apiv1/company-files/post-files-by-url-by-company-name-and-company-id.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-files-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/company-files/put-files-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Deletes the specified company file and its versions.](https://developers.awork.com/apiv1/company-files/delete-files-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Changes the company that owns the specified file.](https://developers.awork.com/apiv1/company-files/post-files-change-company-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Copies the specified file to another company.](https://developers.awork.com/apiv1/company-files/post-files-copy-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Returns the latest content of the specified company file.](https://developers.awork.com/apiv1/company-files/get-files-download-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Returns the specified company file as PDF.](https://developers.awork.com/apiv1/company-files/get-files-pdf-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/company-files/get-files-share-url-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Returns all versions of the specified company file.](https://developers.awork.com/apiv1/company-files/get-files-versions-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Uploads a new version of the specified company file.](https://developers.awork.com/apiv1/company-files/post-files-versions-by-company-name-and-company-id-and-file-id.md) - API v1 Reference > Company Files [Returns the company file version with the specified id.](https://developers.awork.com/apiv1/company-files/get-files-versions-by-company-name-and-company-id-and-file-id-and-version-id.md) - API v1 Reference > Company Files [Returns the content of the specified company file version.](https://developers.awork.com/apiv1/company-files/get-files-versions-download-by-company-name-and-company-id-and-file-id-and-version-id.md) - API v1 Reference > Document Files [Creates external file references for the specified document.](https://developers.awork.com/apiv1/document-files/post-external-files-by-document-name-and-document-id.md) - API v1 Reference > Document Files [Returns all files of the specified document.](https://developers.awork.com/apiv1/document-files/get-files-by-document-name-and-document-id.md) - API v1 Reference > Document Files [Uploads a file for the specified document.](https://developers.awork.com/apiv1/document-files/post-files-by-document-name-and-document-id.md) - API v1 Reference > Document Files [Deletes all files and versions for the specified document.](https://developers.awork.com/apiv1/document-files/delete-files-by-document-name-and-document-id.md) - API v1 Reference > Document Files [Uploads a file from a public URL for the specified document.](https://developers.awork.com/apiv1/document-files/post-files-by-url-by-document-name-and-document-id.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-files-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/document-files/put-files-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Deletes the specified document file and its versions.](https://developers.awork.com/apiv1/document-files/delete-files-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Copies the specified file to another document.](https://developers.awork.com/apiv1/document-files/post-files-copy-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Returns the latest content of the specified document file.](https://developers.awork.com/apiv1/document-files/get-files-download-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/document-files/get-files-share-url-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Returns all versions of the specified document file.](https://developers.awork.com/apiv1/document-files/get-files-versions-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Uploads a new version of the specified document file.](https://developers.awork.com/apiv1/document-files/post-files-versions-by-document-name-and-document-id-and-file-id.md) - API v1 Reference > Document Files [Returns the document file version with the specified id.](https://developers.awork.com/apiv1/document-files/get-files-versions-by-document-name-and-document-id-and-file-id-and-version-id.md) - API v1 Reference > Document Files [Returns the content of the specified document file version.](https://developers.awork.com/apiv1/document-files/get-files-versions-download-by-document-name-and-document-id-and-file-id-and-version-id.md) - API v1 Reference > User Files [Creates external file references for the specified user.](https://developers.awork.com/apiv1/user-files/post-external-files-by-user-name-and-user-id.md) - API v1 Reference > User Files [Returns all files of the specified user.](https://developers.awork.com/apiv1/user-files/get-files-by-user-name-and-user-id.md) - API v1 Reference > User Files [Uploads a file for the specified user.](https://developers.awork.com/apiv1/user-files/post-files-by-user-name-and-user-id.md) - API v1 Reference > User Files [Deletes all files and versions for the specified user.](https://developers.awork.com/apiv1/user-files/delete-files-by-user-name-and-user-id.md) - API v1 Reference > User Files [Uploads a file from a public URL for the specified user.](https://developers.awork.com/apiv1/user-files/post-files-by-url-by-user-name-and-user-id.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-files-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/user-files/put-files-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Deletes the specified user file and its versions.](https://developers.awork.com/apiv1/user-files/delete-files-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Changes the user that owns the specified file.](https://developers.awork.com/apiv1/user-files/post-files-change-user-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Copies the specified file to another user.](https://developers.awork.com/apiv1/user-files/post-files-copy-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Returns the latest content of the specified user file.](https://developers.awork.com/apiv1/user-files/get-files-download-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Returns the specified user file as PDF.](https://developers.awork.com/apiv1/user-files/get-files-pdf-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/user-files/get-files-share-url-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Returns all versions of the specified user file.](https://developers.awork.com/apiv1/user-files/get-files-versions-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Uploads a new version of the specified user file.](https://developers.awork.com/apiv1/user-files/post-files-versions-by-user-name-and-user-id-and-file-id.md) - API v1 Reference > User Files [Returns the user file version with the specified id.](https://developers.awork.com/apiv1/user-files/get-files-versions-by-user-name-and-user-id-and-file-id-and-version-id.md) - API v1 Reference > User Files [Returns the content of the specified user file version.](https://developers.awork.com/apiv1/user-files/get-files-versions-download-by-user-name-and-user-id-and-file-id-and-version-id.md) - API v1 Reference > Workspace Files [Creates external file references for the specified workspace.](https://developers.awork.com/apiv1/workspace-files/post-external-files-by-workspace-name-and-workspace-id.md) - API v1 Reference > Workspace Files [Returns all files of the specified workspace.](https://developers.awork.com/apiv1/workspace-files/get-files-by-workspace-name-and-workspace-id.md) - API v1 Reference > Workspace Files [Uploads a file for the specified workspace.](https://developers.awork.com/apiv1/workspace-files/post-files-by-workspace-name-and-workspace-id.md) - API v1 Reference > Workspace Files [Deletes all files and versions for the specified workspace.](https://developers.awork.com/apiv1/workspace-files/delete-files-by-workspace-name-and-workspace-id.md) - API v1 Reference > Workspace Files [Uploads a file from a public URL for the specified workspace.](https://developers.awork.com/apiv1/workspace-files/post-files-by-url-by-workspace-name-and-workspace-id.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-files-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/workspace-files/put-files-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Deletes the specified workspace file and its versions.](https://developers.awork.com/apiv1/workspace-files/delete-files-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Changes the workspace that owns the specified file.](https://developers.awork.com/apiv1/workspace-files/post-files-change-workspace-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Copies the specified file to another workspace.](https://developers.awork.com/apiv1/workspace-files/post-files-copy-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Returns the latest content of the specified workspace file.](https://developers.awork.com/apiv1/workspace-files/get-files-download-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Returns the specified workspace file as PDF.](https://developers.awork.com/apiv1/workspace-files/get-files-pdf-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/workspace-files/get-files-share-url-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Returns all versions of the specified workspace file.](https://developers.awork.com/apiv1/workspace-files/get-files-versions-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Uploads a new version of the specified workspace file.](https://developers.awork.com/apiv1/workspace-files/post-files-versions-by-workspace-name-and-workspace-id-and-file-id.md) - API v1 Reference > Workspace Files [Returns the workspace file version with the specified id.](https://developers.awork.com/apiv1/workspace-files/get-files-versions-by-workspace-name-and-workspace-id-and-file-id-and-version-id.md) - API v1 Reference > Workspace Files [Returns the content of the specified workspace file version.](https://developers.awork.com/apiv1/workspace-files/get-files-versions-download-by-workspace-name-and-workspace-id-and-file-id-and-version-id.md) - API v1 Reference > Project Template Files [Creates external file references for the specified projecttemplate.](https://developers.awork.com/apiv1/project-template-files/post-external-files-by-project-template-name-and-project-template-id.md) - API v1 Reference > Project Template Files [Returns all files of the specified projecttemplate.](https://developers.awork.com/apiv1/project-template-files/get-files-by-project-template-name-and-project-template-id.md) - API v1 Reference > Project Template Files [Uploads a file for the specified projecttemplate.](https://developers.awork.com/apiv1/project-template-files/post-files-by-project-template-name-and-project-template-id.md) - API v1 Reference > Project Template Files [Deletes all files and versions for the specified projecttemplate.](https://developers.awork.com/apiv1/project-template-files/delete-files-by-project-template-name-and-project-template-id.md) - API v1 Reference > Project Template Files [Uploads a file from a public URL for the specified projecttemplate.](https://developers.awork.com/apiv1/project-template-files/post-files-by-url-by-project-template-name-and-project-template-id.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-files-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/project-template-files/put-files-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Deletes the specified projecttemplate file and its versions.](https://developers.awork.com/apiv1/project-template-files/delete-files-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Changes the projecttemplate that owns the specified file.](https://developers.awork.com/apiv1/project-template-files/post-files-change-project-template-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Copies the specified file to another projecttemplate.](https://developers.awork.com/apiv1/project-template-files/post-files-copy-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Returns the latest content of the specified projecttemplate file.](https://developers.awork.com/apiv1/project-template-files/get-files-download-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Returns the specified projecttemplate file as PDF.](https://developers.awork.com/apiv1/project-template-files/get-files-pdf-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/project-template-files/get-files-share-url-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Returns all versions of the specified projecttemplate file.](https://developers.awork.com/apiv1/project-template-files/get-files-versions-by-project-template-name-and-project-template-id-and-file-id.md) - API v1 Reference > Project Template Files [Uploads a new version of the specified projecttemplate file.](https://developers.awork.com/apiv1/project-template-files/post-files-versions-by-project-template-name-and-project-template-id-and-file-id.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-files-versions-by-project-template-name-and-project-template-id-and-file-id-and-version-id.md) - API v1 Reference > Project Template Files [Returns the content of the specified projecttemplate file version.](https://developers.awork.com/apiv1/project-template-files/get-files-versions-download-by-project-template-name-and-project-template-id-and-file-id-and-version-id.md) - API v1 Reference > Task Template Files [Creates external file references for the specified tasktemplate.](https://developers.awork.com/apiv1/task-template-files/post-external-files-by-task-template-name-and-task-template-id.md) - API v1 Reference > Task Template Files [Returns all files of the specified tasktemplate.](https://developers.awork.com/apiv1/task-template-files/get-files-by-task-template-name-and-task-template-id.md) - API v1 Reference > Task Template Files [Uploads a file for the specified tasktemplate.](https://developers.awork.com/apiv1/task-template-files/post-files-by-task-template-name-and-task-template-id.md) - API v1 Reference > Task Template Files [Deletes all files and versions for the specified tasktemplate.](https://developers.awork.com/apiv1/task-template-files/delete-files-by-task-template-name-and-task-template-id.md) - API v1 Reference > Task Template Files [Uploads a file from a public URL for the specified tasktemplate.](https://developers.awork.com/apiv1/task-template-files/post-files-by-url-by-task-template-name-and-task-template-id.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-files-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Updates metadata for the specified file.](https://developers.awork.com/apiv1/task-template-files/put-files-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Deletes the specified tasktemplate file and its versions.](https://developers.awork.com/apiv1/task-template-files/delete-files-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Changes the tasktemplate that owns the specified file.](https://developers.awork.com/apiv1/task-template-files/post-files-change-task-template-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Copies the specified file to another tasktemplate.](https://developers.awork.com/apiv1/task-template-files/post-files-copy-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Returns the latest content of the specified tasktemplate file.](https://developers.awork.com/apiv1/task-template-files/get-files-download-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Returns the specified tasktemplate file as PDF.](https://developers.awork.com/apiv1/task-template-files/get-files-pdf-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Returns a public URL for the specified file.](https://developers.awork.com/apiv1/task-template-files/get-files-share-url-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Returns all versions of the specified tasktemplate file.](https://developers.awork.com/apiv1/task-template-files/get-files-versions-by-task-template-name-and-task-template-id-and-file-id.md) - API v1 Reference > Task Template Files [Uploads a new version of the specified tasktemplate file.](https://developers.awork.com/apiv1/task-template-files/post-files-versions-by-task-template-name-and-task-template-id-and-file-id.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-files-versions-by-task-template-name-and-task-template-id-and-file-id-and-version-id.md) - API v1 Reference > Task Template Files [Returns the content of the specified tasktemplate file version.](https://developers.awork.com/apiv1/task-template-files/get-files-versions-download-by-task-template-name-and-task-template-id-and-file-id-and-version-id.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 agent with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-agent-name-and-agent-id.md) - API v1 Reference > Images [Uploads a new profile image.](https://developers.awork.com/apiv1/images/post-files-images-by-agent-name-and-agent-id.md) - API v1 Reference > Images [Deletes the profile image of the agent with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-agent-name-and-agent-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-agent-name-and-agent-id.md) - API v1 Reference > Images [Returns the image of the company with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-company-name-and-company-id.md) - API v1 Reference > Images [Deletes the profile image of the company with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-company-name-and-company-id.md) - API v1 Reference > Images [Returns the image of the project with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-project-name-and-project-id.md) - API v1 Reference > Images [Deletes the profile image of the project with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-project-name-and-project-id.md) - API v1 Reference > Images [Returns the image of the projecttemplate with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-project-template-name-and-project-template-id.md) - API v1 Reference > Images [Deletes the profile image of the projecttemplate with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-project-template-name-and-project-template-id.md) - API v1 Reference > Images [Returns the image of the user with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-user-name-and-user-id.md) - API v1 Reference > Images [Deletes the profile image of the user with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-user-name-and-user-id.md) - API v1 Reference > Images [Returns the image of the workspace with the specified id.](https://developers.awork.com/apiv1/images/get-files-images-by-workspace-name-and-workspace-id.md) - API v1 Reference > Images [Deletes the profile image of the workspace with the specified id.](https://developers.awork.com/apiv1/images/delete-files-images-by-workspace-name-and-workspace-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 custom field definition.](https://developers.awork.com/apiv1/custom-fields/post-custom-field-definition.md) - API v1 Reference > Custom Fields [Updates the specified custom field definition.](https://developers.awork.com/apiv1/custom-fields/put-custom-field-definition-by-id.md) - API v1 Reference > Custom Fields [Deletes the specified custom field definition.](https://developers.awork.com/apiv1/custom-fields/delete-custom-field-definition-by-id.md) - API v1 Reference > Custom Fields [Creates an option for a custom field.](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.](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.](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 custom fields for the specified project.](https://developers.awork.com/apiv1/custom-fields/get-project-custom-field-definitions-by-project-id.md) - API v1 Reference > Custom Fields [Updates custom field order in a 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 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 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 custom fields.](https://developers.awork.com/apiv1/custom-fields/get-project-template-custom-field-definitions-by-project-template-id.md) - API v1 Reference > Custom Fields [Updates custom field order in a 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 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 from a 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 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 custom fields 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 custom fields.](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 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 [Returns 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 [Returns a specific project template.](https://developers.awork.com/apiv1/project-templates/get-project-template-by-id.md) - API v1 Reference > Project Templates [Updates 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 [Returns 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 [Returns the bundle associated with a template.](https://developers.awork.com/apiv1/project-templates/get-project-template-task-bundle-by-project-template-id.md) - API v1 Reference > Project Templates [Returns task statuses of the project template.](https://developers.awork.com/apiv1/project-templates/get-project-template-task-statuses-by-project-template-id.md) - API v1 Reference > Project Templates [Creates a task status for the 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.](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 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.](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 project status order in a 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 the specified project.](https://developers.awork.com/apiv1/task-bundles/post-project-add-task-bundle-by-project-id.md) - API v1 Reference > Task Bundles [Returns 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 [Returns available task bundle icons.](https://developers.awork.com/apiv1/task-bundles/get-task-bundles-icons.md) - API v1 Reference > Task Bundles [Returns 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 a task bundle.](https://developers.awork.com/apiv1/task-bundles/post-task-bundle-copy-by-task-bundle-id.md) - API v1 Reference > Task Bundles [Returns 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 [Returns 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 [Returns 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 [Returns a task template from a list.](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 task template order in a list.](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 [Returns checklist items 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 [Returns 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 a task template recurrence rule.](https://developers.awork.com/apiv1/task-bundles/post-task-template-delete-recurrency-by-task-template-id.md) - API v1 Reference > Task Bundles [Returns 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 [Updates a task template recurrence rule.](https://developers.awork.com/apiv1/task-bundles/post-task-template-set-recurrency-by-task-template-id.md) - API v1 Reference > Task Templates [Returns task templates of the task bundle.](https://developers.awork.com/apiv1/task-templates/get-task-bundle-task-templates-by-task-bundle-id.md) - API v1 Reference > Task Templates [Creates a task template for the task bundle.](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.](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.](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.](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.](https://developers.awork.com/apiv1/task-templates/get-task-template-by-id.md) - API v1 Reference > Task Template Tags [Removes a tag from 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 tags that are 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 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.](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.](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.](https://developers.awork.com/apiv1/task-template-tags/get-tags-by-task-template-id.md) - API v1 Reference > Task Dependency Templates [Returns dependency templates for a 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 dependency template for a 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 dependency template from a 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 a dependency template from a 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 dependency templates for a 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 project templates.](https://developers.awork.com/apiv1/project-template-tags/post-project-templates-delete-tags.md) - API v1 Reference > Project Template Tags [Returns tags 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 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.](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.](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.](https://developers.awork.com/apiv1/project-template-tags/get-project-template-tags-by-project-template-id.md) - API v1 Reference > Project Milestone Templates [Returns milestone templates of the given 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 milestone template for the 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 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 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 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 the specified project.](https://developers.awork.com/apiv1/workflows/post-project-link-workflow-by-project-id.md) - API v1 Reference > Workflows [Unlinks a workflow from the specified 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 [Returns 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 [Returns 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 a 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 project statuses of the workflow.](https://developers.awork.com/apiv1/workflows/get-workflow-project-statuses-by-workflow-id.md) - API v1 Reference > Workflows [Creates a project status in a 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.](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 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 task statuses of the workflow.](https://developers.awork.com/apiv1/workflows/get-workflow-task-statuses-by-workflow-id.md) - API v1 Reference > Workflows [Creates a 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.](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.](https://developers.awork.com/apiv1/workflows/post-workflow-task-status-delete-by-workflow-id-and-task-status-id.md) - API v1 Reference > Workflows [Updates project status order in a 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 profile and starts email verification when required.](https://developers.awork.com/apiv1/accounts/put-accounts-by-account-id.md) - API v1 Reference > Accounts [Checks a password or passwordless token for the requested account.](https://developers.awork.com/apiv1/accounts/post-accounts-is-password-valid-by-email.md) - API v1 Reference > Invitations [Prevents GET requests to the invitations route from throwing errors.](https://developers.awork.com/apiv1/invitations/get-invitations.md) - API v1 Reference > Invitations [Invites a user to a workspace.](https://developers.awork.com/apiv1/invitations/post-invitations.md) - API v1 Reference > Invitations [Accepts an invitation using its invitation code.](https://developers.awork.com/apiv1/invitations/post-invitations-accept.md) - API v1 Reference > Permissions [Returns permissions for the current user.](https://developers.awork.com/apiv1/permissions/get-me-permissions.md) - API v1 Reference > Permissions [Returns available workspace features.](https://developers.awork.com/apiv1/permissions/get-permissions-features.md) - API v1 Reference > Permissions [Returns available project features.](https://developers.awork.com/apiv1/permissions/get-permissions-project-features.md) - API v1 Reference > Roles [Returns roles of the workspace.](https://developers.awork.com/apiv1/roles/get-roles.md) - API v1 Reference > Roles [Creates a workspace role.](https://developers.awork.com/apiv1/roles/post-role.md) - API v1 Reference > Roles [Moves a user 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.](https://developers.awork.com/apiv1/roles/get-role-by-id.md) - API v1 Reference > Roles [Updates the role.](https://developers.awork.com/apiv1/roles/put-role-by-id.md) - API v1 Reference > Roles [Adds the user to the role.](https://developers.awork.com/apiv1/roles/post-role-add-user-by-role-id.md) - API v1 Reference > Roles [Returns deactivated menu items for the role.](https://developers.awork.com/apiv1/roles/get-role-deactivated-menu-items-by-role-id.md) - API v1 Reference > Roles [Updates deactivated menu items for a role.](https://developers.awork.com/apiv1/roles/post-role-deactivated-menu-items-by-role-id.md) - API v1 Reference > Roles [Deletes the role.](https://developers.awork.com/apiv1/roles/post-role-delete-by-role-id.md) - API v1 Reference > Roles [Returns permissions of the specified role.](https://developers.awork.com/apiv1/roles/get-role-permissions-by-role-id.md) - API v1 Reference > Roles [Updates permissions for a role.](https://developers.awork.com/apiv1/roles/post-role-permissions-by-role-id.md) - API v1 Reference > Roles [Archives or unarchives the role.](https://developers.awork.com/apiv1/roles/post-role-set-archived-by-role-id.md) - API v1 Reference > Roles [Returns 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.](https://developers.awork.com/apiv1/roles/post-role-user-activate-by-role-id-and-user-id.md) - API v1 Reference > Roles [Deactivates the user.](https://developers.awork.com/apiv1/roles/post-role-user-deactivate-by-role-id-and-user-id.md) - API v1 Reference > Roles [Returns the role for the name.](https://developers.awork.com/apiv1/roles/get-role-by-role-name.md) - API v1 Reference > Teams [Returns teams in the workspace.](https://developers.awork.com/apiv1/teams/get-teams.md) - API v1 Reference > Teams [Creates a team.](https://developers.awork.com/apiv1/teams/post-team.md) - API v1 Reference > Teams [Returns the team.](https://developers.awork.com/apiv1/teams/get-team-by-id.md) - API v1 Reference > Teams [Updates the team.](https://developers.awork.com/apiv1/teams/put-team-by-id.md) - API v1 Reference > Teams [Deletes the team.](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-workspaces-by-workspace-id.md) - API v1 Reference > Workspaces [Updates the workspace with the specified id.](https://developers.awork.com/apiv1/workspaces/put-workspaces-by-workspace-id.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 specified API user.](https://developers.awork.com/apiv1/api-users/get-api-user-by-id.md) - API v1 Reference > API Users [Updates the specified API user.](https://developers.awork.com/apiv1/api-users/put-api-user-by-id.md) - API v1 Reference > API Users [Deletes the specified API user.](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)