Retrieve the open answers
| Name | Description | Type | Additional information |
|---|---|---|---|
|
surveyId
The id of a survey.
Type
integer
Additional info
Required
|
|||
| surveyId |
The id of a survey. |
integer |
Required |
|
questionId
The id of a question.
Type
integer
Additional info
Required
|
|||
| questionId |
The id of a question. |
integer |
Required |
|
lang
The language for which you would like to retrieve the responses.
Type
string
Additional info
Required
|
|||
| lang |
The language for which you would like to retrieve the responses. |
string |
Required |
|
top
Select only the first N responses of the list. read more
Type
string
Additional info
Optional, Default value is 25
|
|||
| top |
Select only the first N responses of the list. read more |
string |
Optional, Default value is 25 |
| skip |
Skip the first N responses of the list. read more |
string |
Optional |
|
filter
Select only the Respondents that satisfy the predicate expression read more
Type
string
Additional info
Optional
|
|||
| filter |
Select only the Respondents that satisfy the predicate expression read more |
string |
Optional |
|
filterTagIds
Comma-seperated list of tagIds for which you would like to retrieve the open responses
Type
string
Additional info
Optional
|
|||
| filterTagIds |
Comma-seperated list of tagIds for which you would like to retrieve the open responses |
string |
Optional |
|
filterSentimentScore
Select only the respones with this Sentiment score (-10: negative, 0: neutral, 10: positive)
Type
signed byte
Additional info
Optional
|
|||
| filterSentimentScore |
Select only the respones with this Sentiment score (-10: negative, 0: neutral, 10: positive) |
signed byte |
Optional |
|
orderby
Define the properties which are used to order the list of responses. read more
Type
string
Additional info
Optional
|
|||
| orderby |
Define the properties which are used to order the list of responses. read more |
string |
Optional |
| Name | Description | Type | Additional information |
|---|---|---|---|
|
Meta
The metadata such as paging parameters, status code, timestamp,... which are related to this request.
Type
MetaData
|
|||
| Meta |
The metadata such as paging parameters, status code, timestamp,... which are related to this request. |
MetaData | |
| Data |
The actual data returned by the request. |
Collection of OpenTextResponse | |
| Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas | |
{
"Meta": {
"Status": 1,
"TotalRowCount": 1,
"Limit": 1,
"Offset": 1,
"TotalPageCount": 1,
"StartRec": 1,
"StopRec": 1,
"Timestamp": "2025-12-06T03:39:47.7408781Z",
"IsFiltered": true
},
"Data": [
{
"Response": "sample string 1",
"ResponseStringId": 2,
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"RespondentId": 3,
"SurveyId": 4,
"LanguageCode": "sample string 5",
"RespondentStatusId": 6,
"ResponseDate": "2025-12-06T03:39:47.7408781Z",
"CompletionTime": 7,
"DistributionMethodId": 8,
"BrowserId": 64,
"OsId": 64,
"IsMobile": true,
"IpAddress": "sample string 10",
"RespondentReportUrl": "sample string 11",
"ReportUrl": "sample string 12",
"EditUrl": "sample string 13",
"Responses": [
{
"QuestionId": 3,
"DataLabel": "sample string 4",
"ResponseId": 5,
"Value": "sample string 6",
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"ScaleValue": 1,
"Score": 7.0,
"ResponseCaption": "sample string 8"
},
{
"QuestionId": 3,
"DataLabel": "sample string 4",
"ResponseId": 5,
"Value": "sample string 6",
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"ScaleValue": 1,
"Score": 7.0,
"ResponseCaption": "sample string 8"
}
],
"Location": {
"Latitude": 2.0,
"Longitude": 3.0,
"CountryId": "sample string 4",
"City": "sample string 5"
},
"Score": 14.1,
"RespondentHash": "sample string 15",
"PanelistStatusId": 17,
"ContactStatusId": 18,
"DateAdded": "2025-12-06T03:39:47.7529516Z",
"DateInvited": "2025-12-06T03:39:47.7529516Z",
"DateSawMail": "2025-12-06T03:39:47.7529516Z",
"DateClickedThrough": "2025-12-06T03:39:47.7529516Z",
"DateReminded": "2025-12-06T03:39:47.7529516Z",
"DateRemindedPartial": "2025-12-06T03:39:47.7529516Z",
"DateResponded": "2025-12-06T03:39:47.7529516Z",
"Password": "sample string 19",
"DateSentThankYouMail": "2025-12-06T03:39:47.7529516Z",
"DateToBeInvited": "2025-12-06T03:39:47.7529516Z",
"DateSecondReminder": "2025-12-06T03:39:47.7529516Z",
"DateToExpire": "2025-12-06T03:39:47.7529516Z",
"DateLastModified": "2025-12-06T03:39:47.7529516Z",
"Surveys": [
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-12-06T03:39:47.7529516Z",
"PanelistReportUrl": "sample string 5"
},
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-12-06T03:39:47.7529516Z",
"PanelistReportUrl": "sample string 5"
}
],
"Groups": [
{
"GroupId": 2,
"Name": "sample string 3"
},
{
"GroupId": 2,
"Name": "sample string 3"
}
],
"LangCode": "en",
"ContactId": 21,
"FirstName": "John",
"LastName": "Doe",
"Email": "john.doe@mail.com",
"CustomField1": "sample string 22",
"CustomField2": "sample string 23",
"CustomField3": "sample string 24",
"CustomField4": "sample string 25",
"CustomField5": "sample string 26",
"CustomField6": "sample string 27",
"CustomField7": "sample string 28",
"CustomField8": "sample string 29",
"CustomField9": "sample string 30",
"CustomField10": "sample string 31",
"CustomField11": "sample string 32",
"CustomField12": "sample string 33",
"CustomField13": "sample string 34",
"CustomField14": "sample string 35",
"CustomField15": "sample string 36",
"CustomField16": "sample string 37",
"CustomField17": "sample string 38",
"CustomField18": "sample string 39",
"CustomField19": "sample string 40",
"CustomField20": "sample string 41",
"Street": "Main Street",
"HouseNumber": "123",
"Suite": "B",
"PostalCode": "98765-4321",
"City": "Anytown",
"State": "CA",
"Province": "Orange County",
"Phone": "+1-202-555-0117",
"CountryId": "US",
"Gender": "M",
"DateOfBirth": "2025-12-06T03:39:47.7529516Z",
"IsBounced": true,
"IsOptedOut": true
},
{
"Response": "sample string 1",
"ResponseStringId": 2,
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"RespondentId": 3,
"SurveyId": 4,
"LanguageCode": "sample string 5",
"RespondentStatusId": 6,
"ResponseDate": "2025-12-06T03:39:47.7408781Z",
"CompletionTime": 7,
"DistributionMethodId": 8,
"BrowserId": 64,
"OsId": 64,
"IsMobile": true,
"IpAddress": "sample string 10",
"RespondentReportUrl": "sample string 11",
"ReportUrl": "sample string 12",
"EditUrl": "sample string 13",
"Responses": [
{
"QuestionId": 3,
"DataLabel": "sample string 4",
"ResponseId": 5,
"Value": "sample string 6",
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"ScaleValue": 1,
"Score": 7.0,
"ResponseCaption": "sample string 8"
},
{
"QuestionId": 3,
"DataLabel": "sample string 4",
"ResponseId": 5,
"Value": "sample string 6",
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"ScaleValue": 1,
"Score": 7.0,
"ResponseCaption": "sample string 8"
}
],
"Location": {
"Latitude": 2.0,
"Longitude": 3.0,
"CountryId": "sample string 4",
"City": "sample string 5"
},
"Score": 14.1,
"RespondentHash": "sample string 15",
"PanelistStatusId": 17,
"ContactStatusId": 18,
"DateAdded": "2025-12-06T03:39:47.7529516Z",
"DateInvited": "2025-12-06T03:39:47.7529516Z",
"DateSawMail": "2025-12-06T03:39:47.7529516Z",
"DateClickedThrough": "2025-12-06T03:39:47.7529516Z",
"DateReminded": "2025-12-06T03:39:47.7529516Z",
"DateRemindedPartial": "2025-12-06T03:39:47.7529516Z",
"DateResponded": "2025-12-06T03:39:47.7529516Z",
"Password": "sample string 19",
"DateSentThankYouMail": "2025-12-06T03:39:47.7529516Z",
"DateToBeInvited": "2025-12-06T03:39:47.7529516Z",
"DateSecondReminder": "2025-12-06T03:39:47.7529516Z",
"DateToExpire": "2025-12-06T03:39:47.7529516Z",
"DateLastModified": "2025-12-06T03:39:47.7529516Z",
"Surveys": [
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-12-06T03:39:47.7529516Z",
"PanelistReportUrl": "sample string 5"
},
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-12-06T03:39:47.7529516Z",
"PanelistReportUrl": "sample string 5"
}
],
"Groups": [
{
"GroupId": 2,
"Name": "sample string 3"
},
{
"GroupId": 2,
"Name": "sample string 3"
}
],
"LangCode": "en",
"ContactId": 21,
"FirstName": "John",
"LastName": "Doe",
"Email": "john.doe@mail.com",
"CustomField1": "sample string 22",
"CustomField2": "sample string 23",
"CustomField3": "sample string 24",
"CustomField4": "sample string 25",
"CustomField5": "sample string 26",
"CustomField6": "sample string 27",
"CustomField7": "sample string 28",
"CustomField8": "sample string 29",
"CustomField9": "sample string 30",
"CustomField10": "sample string 31",
"CustomField11": "sample string 32",
"CustomField12": "sample string 33",
"CustomField13": "sample string 34",
"CustomField14": "sample string 35",
"CustomField15": "sample string 36",
"CustomField16": "sample string 37",
"CustomField17": "sample string 38",
"CustomField18": "sample string 39",
"CustomField19": "sample string 40",
"CustomField20": "sample string 41",
"Street": "Main Street",
"HouseNumber": "123",
"Suite": "B",
"PostalCode": "98765-4321",
"City": "Anytown",
"State": "CA",
"Province": "Orange County",
"Phone": "+1-202-555-0117",
"CountryId": "US",
"Gender": "M",
"DateOfBirth": "2025-12-06T03:39:47.7529516Z",
"IsBounced": true,
"IsOptedOut": true
}
]
}
<Payload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<Data>
<OpenTextResponse z:Id="i2">
<Groups>
<GroupReference>
<GroupId>2</GroupId>
<Name>sample string 3</Name>
</GroupReference>
<GroupReference>
<GroupId>2</GroupId>
<Name>sample string 3</Name>
</GroupReference>
</Groups>
<LangCode>en</LangCode>
<Surveys>
<SurveyReference z:Id="i3">
<DateAdded>2025-12-06T03:39:47.7529516+00:00</DateAdded>
<PanelistReportUrl>sample string 5</PanelistReportUrl>
<PanelistStatusId>4</PanelistStatusId>
<SurveyId>2</SurveyId>
<Title>sample string 3</Title>
</SurveyReference>
<SurveyReference z:Ref="i3" />
</Surveys>
<ContactId>21</ContactId>
<FirstName>John</FirstName>
<LastName>Doe</LastName>
<Email>john.doe@mail.com</Email>
<CustomField1>sample string 22</CustomField1>
<CustomField2>sample string 23</CustomField2>
<CustomField3>sample string 24</CustomField3>
<CustomField4>sample string 25</CustomField4>
<CustomField5>sample string 26</CustomField5>
<CustomField6>sample string 27</CustomField6>
<CustomField7>sample string 28</CustomField7>
<CustomField8>sample string 29</CustomField8>
<CustomField9>sample string 30</CustomField9>
<CustomField10>sample string 31</CustomField10>
<CustomField11>sample string 32</CustomField11>
<CustomField12>sample string 33</CustomField12>
<CustomField13>sample string 34</CustomField13>
<CustomField14>sample string 35</CustomField14>
<CustomField15>sample string 36</CustomField15>
<CustomField16>sample string 37</CustomField16>
<CustomField17>sample string 38</CustomField17>
<CustomField18>sample string 39</CustomField18>
<CustomField19>sample string 40</CustomField19>
<CustomField20>sample string 41</CustomField20>
<Street>Main Street</Street>
<HouseNumber>123</HouseNumber>
<Suite>B</Suite>
<PostalCode>98765-4321</PostalCode>
<City>Anytown</City>
<State>CA</State>
<Province>Orange County</Province>
<Phone>+1-202-555-0117</Phone>
<CountryId>US</CountryId>
<Gender>M</Gender>
<DateOfBirth>2025-12-06T03:39:47.7529516+00:00</DateOfBirth>
<IsBounced>true</IsBounced>
<IsOptedOut>true</IsOptedOut>
<ContactStatusId>18</ContactStatusId>
<DateAdded>2025-12-06T03:39:47.7529516+00:00</DateAdded>
<DateClickedThrough>2025-12-06T03:39:47.7529516+00:00</DateClickedThrough>
<DateInvited>2025-12-06T03:39:47.7529516+00:00</DateInvited>
<DateLastModified>2025-12-06T03:39:47.7529516+00:00</DateLastModified>
<DateReminded>2025-12-06T03:39:47.7529516+00:00</DateReminded>
<DateRemindedPartial>2025-12-06T03:39:47.7529516+00:00</DateRemindedPartial>
<DateResponded>2025-12-06T03:39:47.7529516+00:00</DateResponded>
<DateSawMail>2025-12-06T03:39:47.7529516+00:00</DateSawMail>
<DateSecondReminder>2025-12-06T03:39:47.7529516+00:00</DateSecondReminder>
<DateSentThankYouMail>2025-12-06T03:39:47.7529516+00:00</DateSentThankYouMail>
<DateToBeInvited>2025-12-06T03:39:47.7529516+00:00</DateToBeInvited>
<DateToExpire>2025-12-06T03:39:47.7529516+00:00</DateToExpire>
<PanelistStatusId>17</PanelistStatusId>
<Password>sample string 19</Password>
<BrowserId>64</BrowserId>
<CompletionTime>7</CompletionTime>
<DistributionMethodId>8</DistributionMethodId>
<EditUrl>sample string 13</EditUrl>
<IpAddress>sample string 10</IpAddress>
<IsMobile>true</IsMobile>
<LanguageCode>sample string 5</LanguageCode>
<Location>
<City>sample string 5</City>
<CountryId>sample string 4</CountryId>
<Latitude>2</Latitude>
<Longitude>3</Longitude>
</Location>
<OsId>64</OsId>
<ReportUrl>sample string 12</ReportUrl>
<RespondentHash>sample string 15</RespondentHash>
<RespondentId>3</RespondentId>
<RespondentReportUrl>sample string 11</RespondentReportUrl>
<RespondentStatusId>6</RespondentStatusId>
<ResponseDate>2025-12-06T03:39:47.7408781+00:00</ResponseDate>
<Responses>
<Response z:Id="i4">
<DataLabel>sample string 4</DataLabel>
<QuestionId>3</QuestionId>
<ResponseCaption>sample string 8</ResponseCaption>
<ResponseId>5</ResponseId>
<ScaleValue>1</ScaleValue>
<Score>7</Score>
<Tags>
<ResponseStringTag>
<SalienceScore>1.1</SalienceScore>
<SentimentScore>1</SentimentScore>
<TagId>1</TagId>
<TaggedByTextMining>true</TaggedByTextMining>
</ResponseStringTag>
<ResponseStringTag>
<SalienceScore>1.1</SalienceScore>
<SentimentScore>1</SentimentScore>
<TagId>1</TagId>
<TaggedByTextMining>true</TaggedByTextMining>
</ResponseStringTag>
</Tags>
<Value>sample string 6</Value>
</Response>
<Response z:Ref="i4" />
</Responses>
<Score>14.1</Score>
<SurveyId>4</SurveyId>
<Response>sample string 1</Response>
<ResponseStringId>2</ResponseStringId>
<Tags>
<ResponseStringTag>
<SalienceScore>1.1</SalienceScore>
<SentimentScore>1</SentimentScore>
<TagId>1</TagId>
<TaggedByTextMining>true</TaggedByTextMining>
</ResponseStringTag>
<ResponseStringTag>
<SalienceScore>1.1</SalienceScore>
<SentimentScore>1</SentimentScore>
<TagId>1</TagId>
<TaggedByTextMining>true</TaggedByTextMining>
</ResponseStringTag>
</Tags>
</OpenTextResponse>
<OpenTextResponse z:Ref="i2" />
</Data>
<Meta>
<IsFiltered>true</IsFiltered>
<Limit>1</Limit>
<Offset>1</Offset>
<StartRec>1</StartRec>
<Status>1</Status>
<StopRec>1</StopRec>
<Timestamp>2025-12-06T03:39:47.7408781+00:00</Timestamp>
<TotalPageCount>1</TotalPageCount>
<TotalRowCount>1</TotalRowCount>
</Meta>
</Payload>