I would like to integrate docusign with my application - docusignapi

I am using a sharepoint environment for maintaining documents. I would like to integrate docusign with my sharepoint environment as some document needs to be signed. Is there any possibilities for integrating these two ?. Any specific guidelines for API integration with sharepoint environment?. Thanks in advance.
Thanks,
Prasath.S

There's a free Connector that you can use to easily integrate SharePoint 2010 with DocuSign (http://www.docusign.com/partner/docusign-sharepoint-2010). If you're using another version of SharePoint, integration is still possible, but you'll likely have to build it yourself using the DocuSign API (and SharePoint API) to integrate the two systems. The DocuSign Developer Center (http://www.docusign.com/developer-center) contains a wealth of information about using the DocuSign APIs.

Related

API to determine sharepoint site's search setting

Is it possible to determine the search setting for a sharepoint site (i.e. whether the site is allowed to appear in search results) using any sharepoint API (graph/rest/soap)?
I am not aware (such feature exists or exposed to developers) in any of the APIs which are available in Office 365s Enterprise Search center. Being said that you can create a new Microsoft User voice, so that they can consider implementing it.

Microsoft Graph API - Share Sharepoint site only

You can share a Sharepoint site without adding them to the member groups via the front-end (screenshot included). However I was wondering if there was a way to do this via the Microsoft Graph API?
I have scoured the docs, both v1 and beta and haven't found anything - so any help would be greatly welcomed.
Graph API Docs
According to the Microsoft Graph user voice, this feature is currently unavailable in the Graph API and is currently a suggested feature - will update this answer if/when it is implemented
Uservoice Sharepoint permission suggestion

regarding Outlook 2013 API.

Would it be possible to obtain, create, update and delete the events on the calendar with REST API for Office 2013 Outlook?
It seems it is possible by integrating On-premises and Azure AD that is written in this link
(https://learn.microsoft.com/ja-jp/azure/active-directory/active-directory-whatis), would you confirm if my understanding is correct.
Or should I use API for Outlook.com to synchronize with Outlook 2013?
Overall, I would like to learn if there is an API for 2013.
And if there is not, how can I synchronize Office 2013 with Outlook.com?
Thank you very much for your help on this.
I’m new to Outlook and please advise if my questions are not clear enough.
It depends on where the mailboxes are located.
If they are in Office 365, then you can use the REST based Microsoft Graph APIs or the Outlook REST APIs.
If the mailboxes are located in an on-premises Exchange server, then you can only use the Exchange Web Services API. Since you mention Outlook 2013, I'm also assuming Exchange 2013. The EWS API documentation is here.
If you use .NET, I recommend to use the EWS Managed API to implement an EWS client.

Syncing contact between salesforce and microsoft sharepoint

I am new to sharePoint and don't know very much about it.I want to sync my contacts from salesforce crm to sharePoint and vice-versa without any tool. What is best way to perform this activity and what problems can occurs in this process.
Is there any api or webservice concept behind then also suggest me.
any help would be appreciated.

Is Form Based Authentication possible in trial version of SharePoint online

I think, Microsoft uses claim based authentication for trial version of SharePoint online by default but it might be possible to use Form Based Authentication in Dedicated O365.
I need to test or write application to authenticate users for SharePoint online which may have claim based or form based authentication.
so Is there any way to create SharePoint online site that uses form based authentication? Or Is there any SharePoint online test site for this?
I have one more question:
In SharePoint online, I have invited one external(hotmail) user.
I wanted to know details steps on how the external user is authenticated?
Thanks

Resources