1b Documents Response
get
/api/v1/export/documents/{jobID}
This API will provide all draw documents that are ready for export. The exported documents can be of different types. The documents exported can include lien waivers, invoices, payment schedules, etc. All files are bundled together and exported as a .zip file. Extracting the files from within the .zip will provide the user with their exported document files. For the export of individual documents, refer to Document-meta and Document-file APIs.
Request
Path Parameters
-
jobID(required): integer(int64)
Unique identifier of the job number.
Header Parameters
-
Authentification(required): string
The protocol for the API requires a valid username and password for TPM.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
The job was successfully created.
Examples
202 Response
Accepted. Encountered when the requestor has asked for request export data or an audit log, but the request is still in process.
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v1/export/documents/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/export/documents/{jobID}