Error when trying to export a TextIQ fields using API; grouped the fields within embeddedIds in the request payload | XM Community
Question

Error when trying to export a TextIQ fields using API; grouped the fields within embeddedIds in the request payload

  • 28 March 2024
  • 0 replies
  • 6 views

Badge

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”:

[ "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: [Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy1, Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy2, Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy3, Combin_DERIVE_8e13ed10_5slhnnxucs5zTopicHierarchy4]"

        }

    }

}


0 replies

Be the first to reply!

Leave a Reply