Hi,
I am trying to use survey export API to export few TextIQ generated fields and when trying to export selected fields. If not for embeddedDataIds, which would these fields need to be listed.
I have added the field under the `embeddedDataIds` in the request payload. like
“embeddedDataIds”:
p "Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy1",
"Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy2",
"Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy3",
"Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy4"]
Request Response:
{
"meta": {
"requestId": "dfb01165-86a7-4e14-b050-c3f005346e52",
"httpStatus": "400 - Bad Request",
"error": {
"errorCode": "RTE_2",
"errorMessage": "The following invalid columns were requested: wCombin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy1, Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy2, Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy3, Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy4]"
}
}
}