Changes to the Athenticate API
Changes to the Application API
The current notes are for the API version 7.0.1.1, based on version 6.2.2.3.
There has been no change in the setup.
There has been no change in the Authenticate API.
Important: Load operations do not load the CustomFieldAssignment objects that have the default value. The goal of this change is to improve performance.
replaceProfileByResource |
---|
Result replaceProfileByResource(String sessionID, Profile profile, Resource resource) |
Result replaceProfileByResource(String sessionID, ResourceTaskAssignment rta, Resource resource) |
convertWorkElement |
---|
-- New Operation -- |
SingleResult convertWorkElement(String sessionID, WorkElement inputWorkElement, WorkElement outputWorkElement, WorkElementScope workElementScope) |
createProjectWithTemplate |
---|
-- New Operation -- |
SingleResult createProjectWithTemplate(String sessionID, GenericProject inputProject, GenericProject template, WorkElementScope scope) |
There has been no change in the object model.