Skip to main content
GET
/
api
/
projects
/
v1
/
projects
/
{projectId}
/
goals
Get goals in this project
curl --request GET \
  --url https://api.example.com/api/projects/v1/projects/{projectId}/goals \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "goals": [
    {
      "createdAt": "2022-03-12T02:13:44.467Z",
      "creatorId": "<string>",
      "id": "<string>",
      "isComplete": true,
      "projectId": "<string>",
      "title": "<string>",
      "description": "<string>"
    }
  ],
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

Project ID

Response

Success

goals
object[]
required
metadata
object
required