# Tipos de tarefa

Tipos de tarefa configurados na conta, usados para padronizar a operação e definir comportamentos específicos por categoria de trabalho.

## Consultar tipo de tarefa

 - [GET /tasktypes/{id}](https://developer.auvo.com.br/openapi/api-reference/tipos-de-tarefa/retrieve-a-task-type.md): Returns the details of a single Task Type identified by its unique identifier.

## Editar tipo de tarefa

 - [PATCH /tasktypes/{id}](https://developer.auvo.com.br/openapi/api-reference/tipos-de-tarefa/edit-a-task-type.md): Updates the editable fields of an existing Task Type identified by its unique identifier. Only the properties present in the request body are modified.

## Excluir tipo de tarefa

 - [DELETE /tasktypes/{id}](https://developer.auvo.com.br/openapi/api-reference/tipos-de-tarefa/delete-a-task-type.md): Removes a Task Type from your account by its unique identifier. This operation cannot be undone.

## Adicionar novo tipo de tarefa

 - [POST /tasktypes](https://developer.auvo.com.br/openapi/api-reference/tipos-de-tarefa/add-a-new-task-type.md): Creates a new Task Type in your account using the data provided in the request body.

## Listar tipos de tarefa

 - [GET /tasktypes](https://developer.auvo.com.br/openapi/api-reference/tipos-de-tarefa/retrieve-a-list-of-task-types.md): Returns a paginated list of Task Types registered in your account. Use the query parameters to filter, sort and paginate results.

