Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this method to export segments to an EXCEL file (either .xsl xls or .xslxxlsx). You can export projects, jobs, resources and even multiple resources and apply a wide range of filters.

...

(POST) /api/resources/segments/io/xslxxlsx
(POST) /api/resources/segments/io/xslxls (legacy Excel format)

PARAMETERS

...

Code Block
{
    "trm": {
        "status": "Finished"
		...
    },
    "custom": {
        "fileref": "52e77705f6904233b0c33b2e5d7c4a80",
        "filename": "export.xslxls",
        "segments": 10
    }
}


Once the operation is finished, download the file with fileref and this API method:

...

Code Block
(POST) /api/resources/segments/io/xslxxlsx


BODY:
{
	"scope": { "type": "DocumentSet", "dsid": 112334 },
	"locales": [ "en", "fr" ]
}

...