API
Access to the API documentation can be found here: Swagger.
Overview of changes in the new version of the ALITEO API (v25.2)
New endpoints
Full-text search
- POST /FulltextSearch
A new endpoint for full-text search across data has been added. It allows searching by text, including archived records, and selecting the search type.
Portfolia
- POST /pfs/add
The option to create a new portfolio has been added.
- POST /pfs/{pfid}/addContacts
- POST /pfs/{pfid}/addLinks
- POST /pfs/{pfid}/addMembers
- POST /pfs/{pfid}/addProjects
Endpoints for assigning contacts, links, members, and projects to a portfolio have been added.
- POST /pfs/{pfid}/modify
- POST /pfs/{pfid}/modifyContacts
- POST /pfs/{pfid}/modifyLinks
- POST /pfs/{pfid}/modifyMembers
Endpoints for editing a portfolio and its relationships have been added.
- POST /pfs/{pfid}/removeContacts
- POST /pfs/{pfid}/removeLinks
- POST /pfs/{pfid}/removeMembers
- POST /pfs/{pfid}/removeProjects
Endpoints for removing relationships from a portfolio have been added.
Shared views
- POST /sharedpfviews/list
- POST /sharedprojectviews/list
- POST /sharedtaskviews/list
- POST /sharedteamviews/list
- POST /sharedtimesheetviews/list
Endpoints for listing shared views across portfolios, projects, tasks, teams, and work reports have been added.
Work report attributes (Timesheet)
- POST /timesheetattributes/list
Listing of work report attributes has been added.
- POST /timesheetattributes/detail
Work report attribute details have been added.
Changes in the synchronization API
Rating reset when a task is reopened
- In the
syncWorkspace entity, a new attribute has been added: SurveyReset.
- The parameter allows synchronization of the rating reset behavior when a task is reopened.
Changes in satisfaction ratings
- In the syncWorkspace entity, the attributes SurveyTermOnCancel and SurveyQualityOnCancel have been removed.
- In the syncWorkspace entity, a new attribute has been added: SurveyOnCancel
- The new attribute replaces both removed attributes.
Gantt – links, critical path, and dependencies
- In the syncProject/syncTeam entity, the following attributes have been added:
- Gantt
- GanttDaysType
- GanttOwner
- PlanOwner
- Gantt
- In the syncUserCompany/ syncMemberProject/ syncMemberTeam entity, the Planner attribute has been removed.
- The syncWorkspacePlanner entity and its synchronization in syncWorkspace.Planners have been removed.
- The changes are related to the expansion of Gantt chart planning capabilities and the fact that a project now has only one capacity planner, which is assigned directly on the project.
Changes in the API
- In the apiProjectMember entity, the Planner attribute has been removed.
- In the apiDataMemberProject entity, the Planner attribute has been removed.
More about the API at this link.