GET Report/GetReportTransformationTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReportTransformationType
NameDescriptionTypeAdditional information
ReportTransformationTypeID

integer

None.

ReportTransformationTypeName

string

None.

ControlTypeID

integer

None.

TransformationTypeID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReportTransformationTypeID": 1,
    "ReportTransformationTypeName": "sample string 2",
    "ControlTypeID": 3,
    "TransformationTypeID": 4
  },
  {
    "ReportTransformationTypeID": 1,
    "ReportTransformationTypeName": "sample string 2",
    "ControlTypeID": 3,
    "TransformationTypeID": 4
  }
]

text/html

Sample:
[{"ReportTransformationTypeID":1,"ReportTransformationTypeName":"sample string 2","ControlTypeID":3,"TransformationTypeID":4},{"ReportTransformationTypeID":1,"ReportTransformationTypeName":"sample string 2","ControlTypeID":3,"TransformationTypeID":4}]

application/xml, text/xml

Sample:
<ArrayOfReportTransformationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ReportTransformationType>
    <ControlTypeID>3</ControlTypeID>
    <ReportTransformationTypeID>1</ReportTransformationTypeID>
    <ReportTransformationTypeName>sample string 2</ReportTransformationTypeName>
    <TransformationTypeID>4</TransformationTypeID>
  </ReportTransformationType>
  <ReportTransformationType>
    <ControlTypeID>3</ControlTypeID>
    <ReportTransformationTypeID>1</ReportTransformationTypeID>
    <ReportTransformationTypeName>sample string 2</ReportTransformationTypeName>
    <TransformationTypeID>4</TransformationTypeID>
  </ReportTransformationType>
</ArrayOfReportTransformationType>