Last updated
Last updated
GET
http://pm415.com/api/items/:showarchived/:tablename/:orgid/:ownerid
Gets the list of items for the org.
POST
http://pm415.com/api/items/new/:orgid
Creates the item.
GET
http://pm415.com/api/items/:orgid/:itemid
Gets the information about the current item.
PUT
http://pm415.com/api/items/edit/:orgid/:itemid
Updates the current item.
DELETE
http://pm415.com/api/items/:orgid/:itemid
Deletes the current item.
POST
http://pm415.com/api/items/:orgid
Gets the information on the selected items.
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"ownerTable": "backlogs", "ownerId": "19", "title": "abc", "description": "Description"}
:itemid
number
The ID of the item you want to work with
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:itemid
number
The ID of the item you want to update
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"statusId": "3", "order_index": "2"} or any field of item
:itemid
number
The ID of the item you want to delete
:orgid
number
The ID of the of the org.
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"itemsId": ["52","53"], "fullSelect": true}
:ownerid
number
The ID of the backlog
:orgid
number
The ID of the org
:tablename
string
Owner table of item (backlogs)
:showarchived
boolean
True or false
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
These methods allow you to create, edit, delete and get info on items.