Get responses for questions in a mission

Here the API returns responses grouped by items. The answers key has a list of answers for all the questions in the mission and the judgements key has a list of consolidated judgements derived from the answers along with a confidence for each judgement. Check the sample response below for more:

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "data": {
                "Product Name": "Calvino Men's White Dial Watch"
            },
            "data_id": 1,
            "mission": 651,
            "id": 1404102,
            "answers": [
                {
                    "data": {
                        "option_group_ids": [
                            0
                        ],
                        "value": [
                            "Watches"
                        ],
                        "option_ids": [
                            185
                        ]
                    },
                    "pk": 3011029,
                    "question_identifier": "category",
                    "player_id": 82,
                  	"created_at": 1438613983000
                },
              	{
                    "data": {
                        "option_group_ids": [
                            0
                        ],
                        "value": [
                            "Watches"
                        ],
                        "option_ids": [
                            185
                        ]
                    },
                    "pk": 3011040,
                    "question_identifier": "category",
                    "player_id": 109,
                  	"created_at": 1438613983000
                },
              	{
                    "data": {
                        "option_group_ids": [
                            0
                        ],
                        "value": [
                            "Other"
                        ],
                        "option_ids": [
                            186
                        ]
                    },
                    "pk": 3011060,
                    "question_identifier": "category",
                    "player_id": 110,
                  	"created_at": 1438613983000
                }
            ],
            "judgements": [
                {
                    "data": {
                        "id": [
                            185
                        ]
                    },
                    "question_identifier": "category",
                    "confidence": 66.67
                }
            ],
            "judged_at": 1438613983000
        }
    ]
}
Language
Authorization