Last updated
Last updated
POST
https://pm415.com/api/bugs/new/:orgid
Creates a new bug.
GET
https://pm415.com/api/bugs/full/:showarchived/:orgid/:fullselect
Gets the list of bugs
GET
https://pm415.com/api/bugs/:orgid/:bugid
Gets the information on the current bug.
POST
https://pm415.com/api/bugs/:orgid
Gets the list of selected bugs.
PUT
https://pm415.com/api/bugs/edit/:orgid/:bugid
Updates the current bug.
DELETE
https://pm415.com/api/bugs/:ogrid/:bugid
Deletes the bug.
:fullselect
boolean
True or false
:orgid
number
The ID of the org
:showarchived
boolean
True or false
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:bugid
number
The ID of the bug you want to work with
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"bugId": ["5"], "fullSelect": true}
:bugid
number
The ID of the bug you want to update
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"title": "aasdsadasdasdasdasd3", "statusId": "16"}
:bugid
number
The ID of the bug you want to delete
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"title": "Api created", "description": "api created Description", "statusId":"14", "createdBy": "1"}
These methods allow you to create, edit, delete and get info on bugs.