Enumerates all documents in a job including work status and comments.
URL
(GET) projects/{projectid}/jobs/{jobid}/documents
PARAMETERS
|
token |
The token obtained on connection |
Required |
|
projectid |
The project |
Required |
|
jobid |
The job |
Required |
|
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 |
|
reference |
Only show documents with this reference. |
Optional |
|
name |
Only show the document with this path/name. |
Optional |
|
filter |
Free filter on any project property. Please see Filtering results for details. |
Optional |
RESULTS
Returns a list of ApiJobDocument items.