IJsonpWsEndUserGetAllLogs Method
|
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 = "GetLogs/{jsonp}/{userName}/{token}?dateFrom={dateFrom}&dateTo={dateTo}")]
Stream GetAllLogs(
string jsonp,
string userName,
string token,
string dateFrom,
string dateTo
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetLogs/{jsonp}/{userName}/{token}?dateFrom={dateFrom}&dateTo={dateTo}")>
Function GetAllLogs (
jsonp As String,
userName As String,
token As String,
dateFrom As String,
dateTo As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetLogs/{jsonp}/{userName}/{token}?dateFrom={dateFrom}&dateTo={dateTo}")]
Stream^ GetAllLogs(
String^ jsonp,
String^ userName,
String^ token,
String^ dateFrom,
String^ dateTo
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetLogs/{jsonp}/{userName}/{token}?dateFrom={dateFrom}&dateTo={dateTo}")>]
abstract GetAllLogs :
jsonp : string *
userName : string *
token : string *
dateFrom : string *
dateTo : string -> Stream
function GetAllLogs(
jsonp : String,
userName : String,
token : String,
dateFrom : String,
dateTo : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- dateFrom
- Type: SystemString
- dateTo
- Type: SystemString
Return Value
Type:
Stream
See Also