GET {version}/QRTCharts
Get QRT Chart Definitions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of QRT Chart Definitions
Collection of QRTChart| Name | Description | Type | Additional 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": "b5698ef2-73fe-4dd5-8052-a94a1d262dee",
"QRTId": "021a2085-24ac-4c7b-9b60-ab08da730df7",
"Style": "sample string 3",
"Type": "sample string 4",
"Title": "sample string 5",
"UserPreference": {
"GUID": "16eca491-379d-43c7-b284-9170fe56e325",
"UserId": "cc8fff08-cda0-4aa7-b1f5-1736386a4fb9",
"Row": 3,
"Column": 4,
"IsSelected": true
}
},
{
"GUID": "b5698ef2-73fe-4dd5-8052-a94a1d262dee",
"QRTId": "021a2085-24ac-4c7b-9b60-ab08da730df7",
"Style": "sample string 3",
"Type": "sample string 4",
"Title": "sample string 5",
"UserPreference": {
"GUID": "16eca491-379d-43c7-b284-9170fe56e325",
"UserId": "cc8fff08-cda0-4aa7-b1f5-1736386a4fb9",
"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>b5698ef2-73fe-4dd5-8052-a94a1d262dee</GUID>
<QRTId>021a2085-24ac-4c7b-9b60-ab08da730df7</QRTId>
<Style>sample string 3</Style>
<Title>sample string 5</Title>
<Type>sample string 4</Type>
<UserPreference>
<Column>4</Column>
<GUID>16eca491-379d-43c7-b284-9170fe56e325</GUID>
<IsSelected>true</IsSelected>
<Row>3</Row>
<UserId>cc8fff08-cda0-4aa7-b1f5-1736386a4fb9</UserId>
</UserPreference>
</QRTChart>
<QRTChart>
<GUID>b5698ef2-73fe-4dd5-8052-a94a1d262dee</GUID>
<QRTId>021a2085-24ac-4c7b-9b60-ab08da730df7</QRTId>
<Style>sample string 3</Style>
<Title>sample string 5</Title>
<Type>sample string 4</Type>
<UserPreference>
<Column>4</Column>
<GUID>16eca491-379d-43c7-b284-9170fe56e325</GUID>
<IsSelected>true</IsSelected>
<Row>3</Row>
<UserId>cc8fff08-cda0-4aa7-b1f5-1736386a4fb9</UserId>
</UserPreference>
</QRTChart>
</ArrayOfQRTChart>