v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
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

idinteger required

Project note id

user_idinteger required

User who wrote the note

abstractstring required

Note Abstract - short/truncated content

user_namestring required

Username of the one who wrote the note

created_datestring required

Date when note was created

modified_datestring required

Date when note was last modified

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"
}