Faham Manager
Faham Manager is a solution that allows you to manage a company's strategic plan over a given period. This API allows you to create a strategic plan, a focus, a strategic direction, a project, a task, a risk, a KPI, budget and so. All these elements are linked. This API also has a feature that allows you to invite users to a strategic plan. When a task progresses in percentage terms, the other…
Faham Manager endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get task by id /task/{id} |
This endpoint will return back task data by id |
| POST |
Create strategic axe /axe/create |
This endpoint allow to create a strategic axe |
| POST |
Create strategic orientation /os/create |
This endpoint allow to create strategic orientation |
| POST |
Create project /pr/create |
This endpoint allow to create project |
| PUT |
Update strategic plan /ps/{id} |
This endpoint allow to update strategic plan data by id |
| PUT |
Update strategic axe /axe/{id} |
This endpoint allow to update strategic axe data by id |
| PUT |
Update strategic orientation /os/{id} |
This endpoint allow to update strategic orientation data by id |
| PUT |
Update project /pr/{id} |
This endpoint allow to update project data by id |
| PUT |
Update project task /task/{id} |
This endpoint allow to update project task data by id |
| DELETE |
Delete project task /task/{id} |
This endpoint allow to delete project task by id |
| GET |
Get all strategic plan /ps |
This endpoint will to return back all strategic plan |
| GET |
Get all strategic axe /axe |
This endpoint will return back all strategic axe |
| GET |
Get all strategic orientations /os |
This endpoint will return back all strategic orientations |
| GET |
Get all project /pr |
This endpoint will return back all project |
| GET |
Get all task /task |
This endpoint will return back all task |
| GET |
Get strategic plan hierarchy data by id /hierarchy/ps/{psId}/optimized |
This endpoint return back strategic plan hierarchy data by id |
| PATCH |
Update the percentage of a project task /tsk/{id}/progress |
Allows you to change the percentage of a project task. When the task is modified, the other elements (project, strategic direction, strategic axis and strategic plan) receive an… |
| POST |
Create task /task/create |
This endpoint allow to create project task |
| POST |
Create strategic plan /ps/create |
This endpoint allow to create a strategic plan |
| GET |
Get strategic plan by id /ps/{id} |
This endpoint will return back strategic plan data by id |
| GET |
Get strategic axe by id /axe/{id} |
This endpoint will return back strategic axe data by id |
| GET |
Get strategic orientation by id /os/{id} |
This endpoint will return back strategic orientation data by id |
| GET |
Get project by id /pr/{id} |
This endpoint will return back project data by id |
| GET |
Get strategic plan data with period includes the current date /current-hierarchy |
This endpoint find the strategic plan whose period includes the current date with budget and risk data. |
| POST |
Create Master Plan /mp |
This endpoint allow you to create the master plan |
| GET |
Get all Master Plan /mp |
This endpoint will return back all master plan data |
| GET |
Get master plan by id /mp/{id} |
This endpoint will return back detailed master plan data |
| PUT |
Update master plan /mp/{id} |
This endpoint update master plan data |
| DELETE |
Delete master plan data /mp/{id} |
This endpoint remove master plan data by id |
| GET |
Get all risk /risk |
This endpoint will return back all risk data |
| GET |
Get risk data by id / |
This endpoint will return back risk data selected by id |
| POST |
Create risk data /risk |
This endpoint allow to create the risk data of strategic plan. |
| PUT |
Update risk data /risk/{id} |
This endpoint allow to manage the risk's data update |
| DELETE |
Delete risk data /risk/{id} |
This endpoint allow to delete risk data by id |
| GET |
Get risk data by id and specific entity /risk/linked/{modelType}/{id} |
This endpoint allow to return risk's data related to a specific entity. The entity can be PS, Axe, OS, Project. |
| GET |
Get all Strategic KPI data /kpi |
This endpoint will return back all Strategic KPI data. A strategic KPI (Key Performance Indicator) is a quantitative measure directly linked to an organization's overall… |
| GET |
Get strategic kpi by id /kpi/{id} |
This endpoint will return back strategic kpi data by id |
| POST |
Create kpi /kpi |
This endpoint allow to create strategic kpi |
| PUT |
Update strategic kpi /kpi/{id} |
This endpoint will return back the strategic kpi update |
| DELETE |
Delete strategic kpi /kpi/{id} |
This endpoint allow to remove the strategic kpi by id |
| GET |
Get all Budget /bg |
This endpoint will return back all Budget data |
| GET |
Get budget data by id /bg-summary/{id} |
This endpoint allow you to filter the budget data by id |
| GET |
Get hierarchy strategic plan by id with budget data /ps/{psId}/hierarchie/budget |
This endpoint will return back hierarchy strategic plan by id with budget data |
| POST |
Add a Budget /bg/{modelType}/{id} |
This endpoint allow you to add a budget on strategic plan |
| PUT |
Update budget /bg/{id} |
This endpoint allow to update a budget on strategic plan. |
| POST |
Using AI to get answers about the strategic plan /chat/ai |
This endpoint allows you to ask questions to the AI about the strategic plan. |
Faham Manager pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $200 / month | — |
|
| ULTRA | $500 / month | — |
|