REST API call for Available Applications List


API/bpm/process?c=5&p=0&d=deployedBy&f=user_id%3D1
ProcessDefinition.getStartableByCurrentUser({
	p:0,
	c:5,
	d:'deployedBy'
}).$promise.then(function(apps) {
	$scope.apps = apps.items;
	$scope.totalAppsAvailable = apps.totalCount;
});
        
Call the following URL according to the process name, version and id:
portal/homepage?ui=form&locale=en&tenant=1#form=IT Help Desk--3.0$entry&process=5826139717723008213&autoInstantiate=false&mode=form&userId=1