Skip to main content
GET
/
api
/
projects
/
{id}
/
notes
cURL
curl --request GET \
  --url http://localhost/api/projects/{id}/notes
"<string>"

Path Parameters

id
string
required

Response

OK

The response is of type string.

I