Last updated
Last updated
GET
https://pm415.com/api/initiatives/all/:showarchived/:orgid
Gets the initiatives list.
GET
https://pm415.com/api/initiatives/:orgid/:initiativeid
Gets the current initiative information.
POST
https://pm415.com/api/initiatives/:orgid
Gets the information on the selected initiatives.
POST
https://pm415.com/api/initiatives/new/:orgid
Creates the new initiative.
PUT
https://pm415.com/api/initiatives/edit/:orgid/:initiativeid
Updates the current initiative.
DELETE
https://pm415.com/api/initiatives/:orgid/:initiativeid
Deletes the initiative.
:initiativeid
number
The ID of the initiative
: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
{"initiativeId": ["25"], "fullSelect": true}
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"title": "Api created", "description": "api created Description", "statusId":"9", "horizon":"111111"}
:initiativeid
number
The ID of the initiative you want to update
:orgid
number
The ID of the org
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
object
{"title": "aasdsadasdasdasdasd3", "statusId": "10"}
:initiativeid
number
The ID of the initiative you want to delete
:orgid
number
The ID of the org
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
:orgid
number
The ID of the org
:showarchived
boolean
True or false
Authentication
string
Authorization: Bearer 50ca9ba0f7b1444fa55d5
These methods allow you to create, edit, delete and get info on initiatives.