List documents attached to a Codyt job.
URL
(GET) projects/{projectid}/tasks/{taskid}/attachment/list
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
projectid |
The project. |
Required |
|
taskeid |
The unique task identifier |
Required |
|
namepattern |
Optional filter on the file path or name. E.g. "*.htm" will show web pages in all folders and subfolders. "folder1\*.*" will show all files in a folder. |
Optional |
|
ontranslation |
If true, attachments on the translated file are listed. If false, attachments on the source file are listed By default the value is false. |
Optional |
|
from |
The first record to show starting with index 0. Default is 0 |
Optional |
|
count |
The number of records to show, up to 100 at a time. Default is 100. |
Optional |
RESULTS
Returns a list of file names