Returns a token for a valid email / password combination.
{
"email": "",
"password": ""
}
Method refreshes the token.
{
"token": ""
}
Method verifies the token for use.
{
"token": ""
}
Returns a data relating to the hierarchy and relationship between project objects.
Returns dashboard related information relating to project objects and governance forums for the orgainsation.
Create a Project, based on the payload provided.
{
"name": "",
"description": "",
"project_manager": null,
"parent": null,
"hierarchy": null
}
Returns a Project based on the project_id requested.
Updates a Project based on the project_id requested and related payload provided.
Returns a list of Risks based on the project_id requested.
Create a Risk, based on the payload provided.
Returns a Risk based on the risk_id requested.
Updates a Risk based on the risk_id requested and related payload provided.
Returns a list of Issues based on the project_id requested.
Create a Issue, based on the payload provided.
Returns a Issue based on the issue_id requested.
Updates an Issue based on the issue_id requested and related payload provided.
Returns a list of Milestones based on the project_id requested.
Returns a list of Milestones for a 12 Week Look Ahead based on the project_id requested. The 12 Week Look Ahead includes Red Milestones (both missed and future Red), Amber Milestones and those that are Green and due within the next 12 weeks.
Create a Milestone, based on the payload provided.
Returns a Milestone based on the milestone_id requested.
Updates a Milestone based on the milestone_id requested and related payload provided.
Returns a list of Dependencies based on the project_id requested.
Create an Internal Inbound Dependency, based on the payload provided.
Create an External Inbound Dependency, based on the payload provided.
Returns a Dependency based on the dependency_id requested.
Updates an Internal Inbound Dependency based on the dependency_id requested and related payload provided.
Updates an External Inbound Dependency based on the dependency_id requested and related payload provided.
Updates an Internal Outbound Dependency based on the dependency_id requested and related payload provided.
Returns a list of Change Requests based on the project_id requested.
Create a Change Request, based on the payload provided.
Returns a Change Request based on the changerequest_id requested.
Updates a Change Request based on the changerequest_id requested and related payload provided.
Returns a list of Benefits based on the project_id requested.
Create a Benefit, based on the payload provided.
Returns a Benefit based on the benefit_id requested.
Updates a Benefit based on the benefit_id requested and related payload provided.
Returns a list of Financials based on the project_id requested.
Create a Financial, based on the payload provided.
Returns a Financial based on the financial_id requested.
Updates a Financial based on the financial_id requested and related payload provided.
Returns a list of Actions based on the project_id requested.
Create a Action, based on the payload provided.
Returns a Action based on the action_id requested.
Updates an Action based on the action_id requested and related payload provided.
Returns a list of Assumptions based on the project_id requested.
Create a Assumption, based on the payload provided.
Returns a Assumption based on the assumption_id requested.
Updates an Assumption based on the assumption_id requested and related payload provided.
Returns a list of Decisions based on the project_id requested.
Create a Decision, based on the payload provided.
Returns a Decision based on the decision_id requested.
Updates a decision based on the decision_id requested and related payload provided.
Returns a list of Lessons based on the project_id requested.
Create a Lesson, based on the payload provided.
Returns a Lesson based on the lesson_id requested.
Updates a Lesson based on the lesson_id requested and related payload provided.