Expa exchange survey
June 11th, 2025
  • to submit the survey
mutation CreateSurvery(
  $survey_uuid: String!
  $responses: [SurveyResponseInput!]!
) {
  surveyAnswer(survey_uuid: $survey_uuid, responses: $responses)
}

{
	"survey_uuid": "4532e086-9e5e-46d7-ae2a-a8f6afe040f3",
	"responses": [
		{
			"question_id": "1664",
			"sequence_answers": [
				"1666",
				"1665",
				"1664",
				"1667"
			]
		}
	]
}
  • LdaSurveyResponse is changed to SurveyResponseDetail, need to update on all the platforms.

    exchange_growth_survey_response {
      id
      completed_at
    }
    exchange_relevance_survey_response {
      id
      completed_at
    }
    exchange_leadership_survey_response {
      id
      completed_at
    }
  • added above fields on current person query use, completed_at to check if survey filled or not.
X
Crafted by