diff --git a/submissions/plagiarism.py b/submissions/plagiarism.py
index cfb97245440af6967613d987c4b6fbb02098c4ae..ef08622621274f5cc13275c68b5ba6f715675e6c 100644
--- a/submissions/plagiarism.py
+++ b/submissions/plagiarism.py
@@ -88,7 +88,7 @@ class iThenticate:
 
         if response['status'] == 200:
             submission.add_general_event('The document has been submitted for a plagiarism check.')
-            return response.get('data', [{}])[0]
+            return response.get('data', [{'uploaded': [{}]}])[0].get('uploaded')[0]
         return None
 
     def get_url(self, document_id):