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 QRTChartName | 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": "d146970e-cfa8-4a95-8327-faad49e70bbd", "QRTId": "f0ebb5f8-aca2-4182-a346-fe6ec444d2b0", "Style": "sample string 3", "Type": "sample string 4", "Title": "sample string 5", "UserPreference": { "GUID": "0c04eaac-2b67-4a42-9649-e3d68f23eebf", "UserId": "7777ae45-2445-4017-a3f7-e41684fb0783", "Row": 3, "Column": 4, "IsSelected": true } }, { "GUID": "d146970e-cfa8-4a95-8327-faad49e70bbd", "QRTId": "f0ebb5f8-aca2-4182-a346-fe6ec444d2b0", "Style": "sample string 3", "Type": "sample string 4", "Title": "sample string 5", "UserPreference": { "GUID": "0c04eaac-2b67-4a42-9649-e3d68f23eebf", "UserId": "7777ae45-2445-4017-a3f7-e41684fb0783", "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>d146970e-cfa8-4a95-8327-faad49e70bbd</GUID> <QRTId>f0ebb5f8-aca2-4182-a346-fe6ec444d2b0</QRTId> <Style>sample string 3</Style> <Title>sample string 5</Title> <Type>sample string 4</Type> <UserPreference> <Column>4</Column> <GUID>0c04eaac-2b67-4a42-9649-e3d68f23eebf</GUID> <IsSelected>true</IsSelected> <Row>3</Row> <UserId>7777ae45-2445-4017-a3f7-e41684fb0783</UserId> </UserPreference> </QRTChart> <QRTChart> <GUID>d146970e-cfa8-4a95-8327-faad49e70bbd</GUID> <QRTId>f0ebb5f8-aca2-4182-a346-fe6ec444d2b0</QRTId> <Style>sample string 3</Style> <Title>sample string 5</Title> <Type>sample string 4</Type> <UserPreference> <Column>4</Column> <GUID>0c04eaac-2b67-4a42-9649-e3d68f23eebf</GUID> <IsSelected>true</IsSelected> <Row>3</Row> <UserId>7777ae45-2445-4017-a3f7-e41684fb0783</UserId> </UserPreference> </QRTChart> </ArrayOfQRTChart>