projects
Project note details
get/account/projects/{project_id}/notes/{note_id}
Path parameters
project_idinteger required
Project unique identifier
note_idinteger required
Note unique identifier
Response
OK. Note representation
Example response
{
"id": 1,
"user_id": 100008,
"abstract": "text",
"user_name": "user",
"created_date": "2017-05-16T16:49:11Z",
"modified_date": "2017-05-16T16:49:11Z"
}