POST QlikView/GetQlikViewCALInformation

Gets the QlikView CAL information

Request Information

URI Parameters

None.

Body Parameters

GetQlikViewCALInformationRequest
NameDescriptionTypeAdditional information
RequestedBy

string

Max length: 512

Request Formats

application/json, text/json

Sample:
{
  "RequestedBy": "sample string 1"
}

application/xml, text/xml

Sample:
<GetQlikViewCALInformationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DT.PSG.QlikView.Common.Models">
  <RequestedBy>sample string 1</RequestedBy>
</GetQlikViewCALInformationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetQlikViewCALInformationResponse

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.