Path Parameters
Response
OK
The response is of type string
.
curl --request GET \
--url http://localhost/api/projects/{id}/notes
"<string>"
Get the notes for the project
curl --request GET \
--url http://localhost/api/projects/{id}/notes
"<string>"
OK
The response is of type string
.