|
Method and endpoint |
|
|---|
You can use the GET /ConnectionTest method and endpoint to check whether a connection to the destination system could be established and whether the parameters of the connection string are accepted by the destination system.
If the connection has been successfully established and the parameters of the connection string have been accepted, only the HTTP status 204 No Content is returned in response.
Example of a request
GET /ConnectionTest
Accept: */*
ModuleId: sharepoint
ConnectionString: targetHost=https://test.sharepoint.com;User=MyUserName;Password=MyPassword;ListId=MyListId;