This API allows user to retrieve all notes on existing article, suggestions and personal articles.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "note": [
- {
- "content": "Content of note 1",
- "created": {
- "user": {
- "name": "gohan",
- "id": "1004"
}, - "date": "2024-01-08T12:46:03.000Z"
}, - "id": "1959"
}, - {
- "content": "Note added to the article",
- "created": {
- "user": {
- "name": "gohan",
- "id": "1004"
}, - "date": "2024-01-08T12:48:03.000Z"
}, - "id": "1960"
}
]
}