JTAAnswers feed

Applies to the following products: 
Questionmark OnDemand
Questionmark Perception
Applies to the following Perception versions: 
Perception 5.7

The JTAAnswers returns JTA answer data to the client. The JTAAnswers feed includes a connection to related Participants, Questions, JTADimensions, and JTAPoints.

This page includes the following sections:

Properties

The JTAAnswers feed includes the following three properties:

Property

Description

Example value

ParticipantKey

...is part of the primary key for the feed.

1

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

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 JTAAnswers feed includes four relationships: one JTA answer is linked to a single participantquestionJTA dimension, and JTA point.

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/JTAAnswers(JTADimensionKey=1,JTAPointKey=1,ParticipantKey=1,QuestionKey=37)</id>
<title type="text"></title>
<updated>2012-12-17T20:31:29Z</updated>
<author>
<name />
</author>
<link rel="edit" title="JTAAnswer" href="JTAAnswers(JTADimensionKey=1,JTAPointKey=1,ParticipantKey=1,QuestionKey=37)"/>
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Participant" type="application/atom+xml;type=entry" title="Participant"
href="JTAAnswers(JTADimensionKey=1,JTAPointKey=1,ParticipantKey=1,QuestionKey=37)/Participant" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Question" type="application/atom+xml;type=entry" title="Question"
href="JTAAnswers(JTADimensionKey=1,JTAPointKey=1,ParticipantKey=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="JTAAnswers(JTADimensionKey=1,JTAPointKey=1,ParticipantKey=1,QuestionKey=37)/JTADimension" />
<link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/JTAPoint" type="application/atom+xml;type=entry" title="JTAPoint"
href="JTAAnswers(JTADimensionKey=1,JTAPointKey=1,ParticipantKey=1,QuestionKey=37)/JTAPoint" />
<category term="Model.JTAAnswer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<content type="application/xml">
<m:properties>
<d:ParticipantKey m:type="Edm.Int32">1</d:ParticipantKey>
<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:TenantId>123456</d:TenantId>
</m:properties>
</content>
</entry>