Get list of files attached to the flex file.
URL
(GET) /apps/wbflex/documents/{id}/files
PARAMETERS
URL parameters are:
id | Specify either a document ID (such as 1000) or a job ID (such as c300). | Mandatory |
RESULTS
An array with any files that accompany the flex document. These are files saved to the same folder as the flex file in the project library (under the source language).
These can be instructions or any other information made available for download or upload.
Each file is an object with file name ("name"), change date ("date") and size in bytes ("size").
EXAMPLES
-