Last updated
Last updated
GET
http://pm415.com/api/backlogs/:showarchived/:orgid
Shows the list of backlogs for the current org.
POST
http://pm415.com/api/backlogs/:orgid
Selects the full data of backlogs.
PUT
http://pm415.com/api/backlogs/edit/:orgid/:backlogid
Updates the current backlog.
POST
http://pm415.com/api/backlogs/new/:orgid
Creates a new backlog for the current organization.
DELETE
http://pm415.com/api/backlogs/:orgid/:backlogid
Deletes the chosen backlog.
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"backlogsId": ["17","2"], "fullSelect": true}
:orgid
number
The ID of the org
:backlogid
number
The ID of the backlog you want to update
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"title": "mmm", "statusId": "2" }
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"title": "asdasd", "statusId": "2"}
:backlogid
number
The ID of the backlog you want to delete
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
These methods allow you to create, edit, delete and get info on backlogs.
:orgid
number
The ID of the org
:showarchived
boolean
True or false
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5