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": "efe79c9f-ab36-4357-b94a-fb046b46dc70",
"QRTId": "b31019cc-3312-4f63-b942-af3d6f3e87e0",
"Style": "sample string 3",
"Type": "sample string 4",
"Title": "sample string 5",
"UserPreference": {
"GUID": "f14b0350-45f2-4a5e-99a0-f25acc6fd2af",
"UserId": "0685dc7e-0c1f-4bb5-bfd4-0ff2499a30d1",
"Row": 3,
"Column": 4,
"IsSelected": true
}
},
{
"GUID": "efe79c9f-ab36-4357-b94a-fb046b46dc70",
"QRTId": "b31019cc-3312-4f63-b942-af3d6f3e87e0",
"Style": "sample string 3",
"Type": "sample string 4",
"Title": "sample string 5",
"UserPreference": {
"GUID": "f14b0350-45f2-4a5e-99a0-f25acc6fd2af",
"UserId": "0685dc7e-0c1f-4bb5-bfd4-0ff2499a30d1",
"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>efe79c9f-ab36-4357-b94a-fb046b46dc70</GUID>
<QRTId>b31019cc-3312-4f63-b942-af3d6f3e87e0</QRTId>
<Style>sample string 3</Style>
<Title>sample string 5</Title>
<Type>sample string 4</Type>
<UserPreference>
<Column>4</Column>
<GUID>f14b0350-45f2-4a5e-99a0-f25acc6fd2af</GUID>
<IsSelected>true</IsSelected>
<Row>3</Row>
<UserId>0685dc7e-0c1f-4bb5-bfd4-0ff2499a30d1</UserId>
</UserPreference>
</QRTChart>
<QRTChart>
<GUID>efe79c9f-ab36-4357-b94a-fb046b46dc70</GUID>
<QRTId>b31019cc-3312-4f63-b942-af3d6f3e87e0</QRTId>
<Style>sample string 3</Style>
<Title>sample string 5</Title>
<Type>sample string 4</Type>
<UserPreference>
<Column>4</Column>
<GUID>f14b0350-45f2-4a5e-99a0-f25acc6fd2af</GUID>
<IsSelected>true</IsSelected>
<Row>3</Row>
<UserId>0685dc7e-0c1f-4bb5-bfd4-0ff2499a30d1</UserId>
</UserPreference>
</QRTChart>
</ArrayOfQRTChart>