/connections

These methods allow you to create and get info on connections between items, bugs and initiatives.

Create connection

POST https://pm415.com/api/connections/:ownertable/:id

Creates the connection between items, bugs, iniatives.

Path Parameters

Name
Type
Description

:id

number

The ID of the bug or initiative or item

:ownertable

string

"Bugs" or "Initiatives" or "Items"

Headers

Name
Type
Description

Authentication

string

Authorization: Bearer 50ca9ba0f7b1444fa55d5

Request Body

Name
Type
Description

object

{"items": [], "initiatives": [28], "bugs": [], "backlogs": [], "delete": false}

{
    "success": true
}

Get connections list

GET https://pm415.com/api/connections/:needinfotable/:infotable/:id

Gets the list of connections.

Path Parameters

Name
Type
Description

:id

number

The ID of the bug or initiative or item

:infotable

string

"Bugs" or "Initiatives" or "Items"

:needinfotable

string

"Bugs" or "Initiatives" or "Items"

Headers

Name
Type
Description

Authentication

string

Authorization: Bearer 50ca9ba0f7b1444fa55d5

Last updated

Was this helpful?