This method has the URL
https://api.toptranslation.com/v1/orders/:identifier/documents
and returns an array of documents.
Returns an array of documents. Documents have translations which can be downloaded via the download translation endpoint Translations have reference documents that can be downloaded via the download reference document endpoint While the translation is in progress filename, filesize and mime_type of the translation might be null.
{
"meta":{
"status":{
"code":200
}
},
"data":[
{
"identifier":"54314c1a-0146-4f59-bf76-2734dae0dc1c",
"progress_in_percent":null,
"name":"Test.docx",
"path":null,
"has_missing_strings":false,
"words":0,
"segments":null,
"updated_at":"2017-03-17T15:46:32.000+01:00",
"created_at":"2017-03-17T15:46:32.000+01:00",
"default_parser":null,
"translations":[
{
"identifier":"7fc84548-9b19-4478-a97e-6d4a6b004a95",
"filename":"Test.docx",
"filesize":144778,
"mime_type":"application/text",
"updated_at":"2017-03-17T15:46:37.000+01:00",
"created_at":"2017-03-17T15:46:32.000+01:00",
"progress_in_percent":null,
"version":1,
"words":null,
"segments":null,
"md5_checksum":null,
"sha1":"fce8a5be414e92b7e6a66a5b3b0a00a17c7b0f89",
"segments_sha1":null,
"locale":{
"code":"en",
"name":"English",
"progress":null
},
"reference_documents":[
],
"downloadable":true,
"is_source_translation":true
},
{
"identifier":"28573224-16e8-42d4-afc1-5574ffc8c852",
"filename":null,
"filesize":null,
"mime_type":null,
"updated_at":"2017-03-17T15:46:33.000+01:00",
"created_at":"2017-03-17T15:46:33.000+01:00",
"progress_in_percent":null,
"version":1,
"words":null,
"segments":null,
"md5_checksum":null,
"sha1":null,
"segments_sha1":null,
"locale":{
"code":"pl",
"name":"Polish",
"progress":null
},
"reference_documents":[
],
"downloadable":false,
"is_source_translation":false
}
],
"project":null
}
]
}