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": "7e615824-aa17-4d0d-aeaa-d02b677e29c1", "QRTId": "fa07e478-0a59-4200-869a-9a23e10afeb2", "Style": "sample string 3", "Type": "sample string 4", "Title": "sample string 5", "UserPreference": { "GUID": "8ca545ea-3ba4-405a-b764-8b3a5d860244", "UserId": "28dee9de-68a0-47d9-908f-074847f842ae", "Row": 3, "Column": 4, "IsSelected": true } }, { "GUID": "7e615824-aa17-4d0d-aeaa-d02b677e29c1", "QRTId": "fa07e478-0a59-4200-869a-9a23e10afeb2", "Style": "sample string 3", "Type": "sample string 4", "Title": "sample string 5", "UserPreference": { "GUID": "8ca545ea-3ba4-405a-b764-8b3a5d860244", "UserId": "28dee9de-68a0-47d9-908f-074847f842ae", "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>7e615824-aa17-4d0d-aeaa-d02b677e29c1</GUID> <QRTId>fa07e478-0a59-4200-869a-9a23e10afeb2</QRTId> <Style>sample string 3</Style> <Title>sample string 5</Title> <Type>sample string 4</Type> <UserPreference> <Column>4</Column> <GUID>8ca545ea-3ba4-405a-b764-8b3a5d860244</GUID> <IsSelected>true</IsSelected> <Row>3</Row> <UserId>28dee9de-68a0-47d9-908f-074847f842ae</UserId> </UserPreference> </QRTChart> <QRTChart> <GUID>7e615824-aa17-4d0d-aeaa-d02b677e29c1</GUID> <QRTId>fa07e478-0a59-4200-869a-9a23e10afeb2</QRTId> <Style>sample string 3</Style> <Title>sample string 5</Title> <Type>sample string 4</Type> <UserPreference> <Column>4</Column> <GUID>8ca545ea-3ba4-405a-b764-8b3a5d860244</GUID> <IsSelected>true</IsSelected> <Row>3</Row> <UserId>28dee9de-68a0-47d9-908f-074847f842ae</UserId> </UserPreference> </QRTChart> </ArrayOfQRTChart>