JTADimensions feed
The JTADimensions feed returns JTA dimension data to the client. The JTADimensions feed includes a connection to related Questions and JTAPoints.
This page includes the following sections:
Properties
The JTADimensions feed includes the following five properties:
Property |
Description |
Example value |
---|---|---|
QuestionKey |
...is part of the primary key for the feed. |
37 |
JTADimensionKey |
...is part of the primary key for the feed. |
1 |
DimensionNumber |
...indicates the order in which the current dimension appears in the JTA question. |
1 |
JTADimensionName |
...is the name of the dimension. |
Applicability |
TenantID |
...is used to filter data for the current tenant and is checked against the supplied credentials. The tenant ID is the customer ID for an OnDemand account; for Perception users, it is the name of the specific shared repository are you trying to access the result data for. |
123456 |
Relationships to other feeds
The JTADimensions feed includes two relationships: one dimension is linked to a single question and multiple JTA points.
Atom attributes
The Atom field <updated>
is populated with the finished time of the batch in which the record was imported.
Example XML entry
<entry>
<id>https://ondemand.questionmark.com/123456/odata/JTADimensions(JTADimensionKey=1,QuestionKey=37)</id>
<title type="text"></title>
<updated>2012-12-17T18:33:37Z</updated>
<author>
<name />
</author>
<link rel="edit" title="JTADimension" href="JTADimensions(JTADimensionKey=1,QuestionKey=37)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Question" type="application/atom+xml;type=entry" title="Question"
href="JTADimensions(JTADimensionKey=1,QuestionKey=37)/Question" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Points" type="application/atom+xml;type=feed" title="Points"
href="JTADimensions(JTADimensionKey=1,QuestionKey=37)/Points" />
<category term="Model.JTADimension" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:QuestionKey m:type="Edm.Int32">37</d:QuestionKey>
<d:JTADimensionKey m:type="Edm.Int32">1</d:JTADimensionKey>
<d:DimensionNumber m:type="Edm.Int32">1</d:DimensionNumber>
<d:JTADimensionName>Applicability</d:JTADimensionName>
<d:TenantId>123456</d:TenantId>
</m:properties>
</content>
</entry>
<entry>