Click or drag to resize

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
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
startDate
Type: SystemString
endDate
Type: SystemString

Return Value

Type: Stream
See Also