GET {version}/QRTCharts

Get QRT Chart Definitions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

List of QRT Chart Definitions

Collection of QRTChart
NameDescriptionTypeAdditional information
GUID

globally unique identifier

None.

QRTId

globally unique identifier

None.

Style

string

None.

Type

string

None.

Title

string

None.

UserPreference

QRTChartUser

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GUID": "56c520a0-f4cf-4a64-9b0b-c3af586a11bf",
    "QRTId": "7467737f-0543-4140-9f90-9698fef99686",
    "Style": "sample string 3",
    "Type": "sample string 4",
    "Title": "sample string 5",
    "UserPreference": {
      "GUID": "778c3643-b4ac-4860-b3e0-ffa2da0ae86a",
      "UserId": "a9759dd8-b4ef-424a-855d-5ca4a7079890",
      "Row": 3,
      "Column": 4,
      "IsSelected": true
    }
  },
  {
    "GUID": "56c520a0-f4cf-4a64-9b0b-c3af586a11bf",
    "QRTId": "7467737f-0543-4140-9f90-9698fef99686",
    "Style": "sample string 3",
    "Type": "sample string 4",
    "Title": "sample string 5",
    "UserPreference": {
      "GUID": "778c3643-b4ac-4860-b3e0-ffa2da0ae86a",
      "UserId": "a9759dd8-b4ef-424a-855d-5ca4a7079890",
      "Row": 3,
      "Column": 4,
      "IsSelected": true
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfQRTChart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
  <QRTChart>
    <GUID>56c520a0-f4cf-4a64-9b0b-c3af586a11bf</GUID>
    <QRTId>7467737f-0543-4140-9f90-9698fef99686</QRTId>
    <Style>sample string 3</Style>
    <Title>sample string 5</Title>
    <Type>sample string 4</Type>
    <UserPreference>
      <Column>4</Column>
      <GUID>778c3643-b4ac-4860-b3e0-ffa2da0ae86a</GUID>
      <IsSelected>true</IsSelected>
      <Row>3</Row>
      <UserId>a9759dd8-b4ef-424a-855d-5ca4a7079890</UserId>
    </UserPreference>
  </QRTChart>
  <QRTChart>
    <GUID>56c520a0-f4cf-4a64-9b0b-c3af586a11bf</GUID>
    <QRTId>7467737f-0543-4140-9f90-9698fef99686</QRTId>
    <Style>sample string 3</Style>
    <Title>sample string 5</Title>
    <Type>sample string 4</Type>
    <UserPreference>
      <Column>4</Column>
      <GUID>778c3643-b4ac-4860-b3e0-ffa2da0ae86a</GUID>
      <IsSelected>true</IsSelected>
      <Row>3</Row>
      <UserId>a9759dd8-b4ef-424a-855d-5ca4a7079890</UserId>
    </UserPreference>
  </QRTChart>
</ArrayOfQRTChart>