JTAPoints feed
The JTAPoints feed returns JTA point data to the client. The JTAPoints feed includes a connection to related JTADimensions and Questions.
This page includes the following sections:
Properties
The JTAPoints feed includes the following six 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 |
JTAPointKey |
...is part of the primary key for the feed. |
1 |
PointNumber |
...indicates the order in which the current point appears within the JTA dimension. |
1 |
JTAPointText |
...is the text of the point. |
Do task |
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 JTAPoints feed includes two relationships: a JTA point is linked to a single JTA dimension and a single question.
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/JTAPoints(JTADimensionKey=1,JTAPointKey=1,QuestionKey=37)</id>
<title type="text"></title>
<updated>2012-12-17T20:21:17Z</updated>
<author>
<name />
</author>
<link rel="edit" title="JTAPoint" href="JTAPoints(JTADimensionKey=1,JTAPointKey=1,QuestionKey=37)" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Question" type="application/atom+xml;type=entry" title="Question"
href="JTAPoints(JTADimensionKey=1,JTAPointKey=1,QuestionKey=37)/Question" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/JTADimension" type="application/atom+xml;type=entry" title="JTADimension"
href="JTAPoints(JTADimensionKey=1,JTAPointKey=1,QuestionKey=37)/JTADimension" />
<category term="Model.JTAPoint" 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:JTAPointKey m:type="Edm.Int32">1</d:JTAPointKey>
<d:PointNumber m:type="Edm.Int32">1</d:PointNumber>
<d:JTAPointText>Do task</d:JTAPointText>
<d:TenantId>123456</d:TenantId>
</m:properties>
</content>
</entry>