Currently those operations do not exist on the O365 API.
Thanks. Unfortunately not a good news for us, as we will have to make significant changes to remove the integration points and redesign to keep the functionality.
Hi Ram,
From what source are you making these API requests currently?
- Start/stop workflows - You are able to start instances of a workflow via the new Component Workflow feature - you can start a workflow with input variables from another workflow or via an API request. Additionally you can receive values back from the workflow at the end.
- Fetch workflow tasks - Tasks in O365 are just SharePoint list items, this could be achieved by using the SPO API to retrieve tasks assigned to a user in the Task List
- Respond to approvals tasks - We don't have this functionality (though again you could potentially respond to the Task item in the list using the SPO API), what is the use case you need an API for here? We have quite a few ways that users can complete a task (via SPO Form, Nintex Task Form, Lazy Approval, Actionable Email), I am curious how your users are responding/prefer to respond to tasks.
Thanks,
Callum