-
Notifications
You must be signed in to change notification settings - Fork 14
Post a comment about a study
gerome12 edited this page Jan 9, 2019
·
4 revisions
Used to post a comment (private or public) about a study. For posting a comment, the user must have access minimum one series of the study.
URL : /studies/{StudyInstanceUID}/comments
Method : POST
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim. The user must be am admin or an user with "comments" permission.
Headers
-
Accept
: If present, require that this value beapplication/json
-
Content-Type
: Must be :application/x-www-form-urlencoded
Parameters
comment={comment}
-
to_user={user}
if set : the comment is private else, it's a public comment
Success Response
-
Status :
204 No Content
Error Response
If the user is not found.
-
Status :
404 Not Found
If the parameter comment is empty.
-
Status :
400 Bad Request
- Authentication API
- Study List
- Studies/Series Favorites
- Working with the Inbox
- DICOMweb Capability Tokens
- Webhooks
-
Working with Albums
- Album List
- Get an Album
- Create an album
- Edit an album
- Delete an album
- Add a study
- Add a series
- Remove a study
- Remove a series
- Add a User
- Remove a User
- Get the list of Users
- Add and upgrade an user to Admin
- Downgrade an admin to User
- Add an album to favorites
- Remove an album from favorites
- Post a comment
- Get a list of events (comments and mutations)
- Others
- Report Providers