Forum Discussion

allensmith81's avatar
6 months ago

Experience Survey GraphQL

in the graphQL for pulling the experience survey its says the graphQL is:

query MyQuery {
  valueSurveyResponses {
    csv
  }
}

this implies this pulls all survey responses ever, I am wondering if there are constraints or pagination because this could very quickly become a massive dayaset. 

4 Replies

  • AnasE's avatar
    AnasE
    Khoros Staff
    6 months ago

    Unfortunately, there are no pagination or length constraints applicable on that query at the moment. 

  • AnasE​ thanks so what’s it going to return? The first 50? Or will it return all survey responses?

  • If we capture 15k responses a month, how long till the API borks at giving be responses :P