IJsonpWsEndUserGetScheduledOperations Method
|
Retrieve operations including scheduled between the two dates. By the method GetScheduledOperations () of Aruba WsEndUser
you can retrieve all scheduled operations between 2 dates and belonging to the authenticated user.
Namespace:
Aruba.Cloud.WsEndUser
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetScheduledOperations/{jsonp}/{userName}/{token}?startDate={startDate}&endDate={endDate}")]
Stream GetScheduledOperations(
string jsonp,
string userName,
string token,
string startDate,
string endDate
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetScheduledOperations/{jsonp}/{userName}/{token}?startDate={startDate}&endDate={endDate}")>
Function GetScheduledOperations (
jsonp As String,
userName As String,
token As String,
startDate As String,
endDate As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetScheduledOperations/{jsonp}/{userName}/{token}?startDate={startDate}&endDate={endDate}")]
Stream^ GetScheduledOperations(
String^ jsonp,
String^ userName,
String^ token,
String^ startDate,
String^ endDate
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetScheduledOperations/{jsonp}/{userName}/{token}?startDate={startDate}&endDate={endDate}")>]
abstract GetScheduledOperations :
jsonp : string *
userName : string *
token : string *
startDate : string *
endDate : string -> Stream
function GetScheduledOperations(
jsonp : String,
userName : String,
token : String,
startDate : String,
endDate : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- startDate
- Type: SystemString
- endDate
- Type: SystemString
Return Value
Type:
Stream
See Also