{
"data": [
{
"id": 1,
"question": "What is the origin of funds you intend to invest?",
"translation_key": "aml.question.one",
"description": "Question 1 out of 6",
"description_translation_key": "aml.question.one.description",
"step": 1,
"type": "single_choice",
"answers": [
{
"id": 1,
"answer": "Salary (personal income)",
"translation_key": "aml.question.one.answer.one",
"nested_questions": [
{
"id": 2,
"question": "How do you plan to use your Bitpanda account?",
"translation_key": "aml.question.two",
"description": "Question 2 out of 6",
"description_translation_key": "aml.question.two.description",
"step": 2,
"type": "single_choice",
"answers": [
{
"id": 2,
"answer": "I want to buy digital assets, Bitpanda stocks or other products as a long-term investment",
"translation_key": "aml.question.two.answer.one"
}
]
}
]
}
]
}
],
"meta": {
"total_count": 48,
"page": 3,
"page_size": 10
},
"links": {
"first": "?page=1&page_size=10",
"last": "?page=5&page_size=10",
"prev": "?page=2&page_size=10",
"next": "?page=4&page_size=10",
"self": "?page=3&page_size=10"
}
}