Skip to content

Instantly share code, notes, and snippets.

@jozr
Last active August 27, 2018 10:45
Show Gist options
  • Save jozr/3d8ec32b85f834e64119514064a596b1 to your computer and use it in GitHub Desktop.
Save jozr/3d8ec32b85f834e64119514064a596b1 to your computer and use it in GitHub Desktop.
# GETtable from:
# /visitor_funnel/placement_test/result
# or
# /funnel/placement_test/result
{
conversation_id: "abc123",
levels_count: 9, # should be offset by -1 considering the index_number
level: {
index_number: 4,
id: "high_intermediate",
title: "High intermediate",
description: "I can handle social situations, even with unforeseen complications. I can provide some detail about personal experiences, as well as topics...",
recommendation: "Create an account to save the results and start your first free lesson."
}
}
@jozr
Copy link
Author

jozr commented Aug 27, 2018

@jduthon We'll just expose it as conversation_id as it doesn't really matter what type of conversation it is.

As for the level.id, we'll expose that as well. Thanks for reviewing again. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment