Click or drag to resize

IJsonpWsEndUserGetTemplateDetails Method

Return the detail data of a template taking as input the ID of the template

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 = "GetTemplateDetails/{jsonp}/{userName}/{token}/{templateID}")]
Stream GetTemplateDetails(
	string jsonp,
	string userName,
	string token,
	string templateID
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
templateID
Type: SystemString

Return Value

Type: Stream
See Also