Last updated
Last updated
POST
https://pm415.com/api/comments/new/:ownertable/:orgid/:owmerid
Creates the new comment.
GET
https://pm415.com/api/comments/get/:ownertable/:orgid/:ownerid
Gets the list of comments.
PUT
https://pm415.com/api/comments/edit/:commentid
Updates the current comment.
DELETE
https://pm415.com/api/comments/delete/:orgid/:commentid
Delets the chosen comment.
:ownerid
number
The ID of the bug or initiative or item
:orgid
number
The ID of the org
:ownertable
string
"Bugs" or "Initiatives" or "Items"
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:commentid
number
The ID of the comment you want to update
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:commentid
number
The ID of the comment you want to delete
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:ownertable
string
"Bugs" or "Initiatives" or "Items"
:ownerid
number
The ID of the bug or initiative or item
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
These methods allow you to create, edit, delete and get info on comments.