# Overview

## goals

Goals: named containers of a project’s tasks.

## Operations

GET

[/v1/goals](https://developers.tasksmate.indrasol.com/reference/operations/goalsorg/)

GET

[/v1/projects/{project\_id}/goals](https://developers.tasksmate.indrasol.com/reference/operations/goalslist/)

POST

[/v1/projects/{project\_id}/goals](https://developers.tasksmate.indrasol.com/reference/operations/goalscreate/)

POST

[/v1/projects/{project\_id}/goals/reorder](https://developers.tasksmate.indrasol.com/reference/operations/goalsreorder/)

PUT

[/v1/projects/{project\_id}/goals/{goal\_id}](https://developers.tasksmate.indrasol.com/reference/operations/goalsreplace/)

DELETE

[/v1/projects/{project\_id}/goals/{goal\_id}](https://developers.tasksmate.indrasol.com/reference/operations/goalsdelete/)

PATCH

[/v1/projects/{project\_id}/goals/{goal\_id}](https://developers.tasksmate.indrasol.com/reference/operations/goalsupdate/)

POST

[/v1/projects/{project\_id}/goals/{goal\_id}/move](https://developers.tasksmate.indrasol.com/reference/operations/goalsmove/)

POST

[/v1/projects/{project\_id}/goals/{goal\_id}/tasks](https://developers.tasksmate.indrasol.com/reference/operations/goalsfile_tasks/)

DELETE

[/v1/projects/{project\_id}/goals/{goal\_id}/tasks/{task\_id}](https://developers.tasksmate.indrasol.com/reference/operations/goalsunfile_task/)

---
Source: https://developers.tasksmate.indrasol.com/reference/operations/tags/goals/
