| IDRARestServerGetSkypeTasks Method |
Get a list of Skype for Business tasks that cna be performed for either a specific object or a list of objects.
UriTemplate: /dra/domains/{domainFqdn}/skype/tasks/get
Namespace:
NetIQ.DRA.RestServiceLibrary
Assembly:
NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax [OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json,
RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped,
UriTemplate = "/dra/domains/{domainFqdn}/skype/tasks/get")]
Stream GetSkypeTasks(
string domainFqdn,
string objectIdentifier,
string[] objectIdentifiers,
ConnectionParameters connectionParameters
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json,
RequestFormat := WebMessageFormat.Json, BodyStyle := WebMessageBodyStyle.Wrapped,
UriTemplate := "/dra/domains/{domainFqdn}/skype/tasks/get")>
Function GetSkypeTasks (
domainFqdn As String,
objectIdentifier As String,
objectIdentifiers As String(),
connectionParameters As ConnectionParameters
) As Stream
Parameters
- domainFqdn
- Type: SystemString
The FQDN of the domain where the user is located - objectIdentifier
- Type: SystemString
A string identifying the object. Supported formats are: name or distinguishedName. - objectIdentifiers
- Type: SystemString
An array of strings identifying a list of objects to query tasks for. - connectionParameters
- Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials
Return Value
Type:
StreamA
SkypeTasksResponse containing the operation results
See Also