1b Projects Audit
get
/api/v1/import/projects/{jobID}
This API will create a new project in Textura, by using an existing project template. The user must reference an existing template name when using this API. A project template can be created by users within Textura. A user can do this by creating a project in Textura and selecting Template Project. This will create a template project that can now be referenced when sending a POST request to this API. Additionally, a user will be able to create a template project by selecting another template or project. Other details must also be included in the POST payload, please refer to parameter section below to see required parameters.
Request
Path Parameters
-
jobID(required): integer(int64)
Unique identifier of the job number.
Header Parameters
-
Authentification(required):
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
Audit data included in response payload.
Root Schema : schema
Type:
Show Source
object
-
formattedMessage: string
Assignment messages.Example:
Project '01-221248' was successfully created
-
isoDateTime: string
Example:
2022-01-27T09:50:25.697286
-
MainJobNumber: string
Example:
104
-
status: string
Job statusExample:
SUCCESS
-
texturaJobID: number
Example:
34872198
-
totalDuplicate: number
Example:
0
-
totalError: number
Example:
1
-
totalInfo: number
Example:
0
-
totalSuccess: number
Example:
2
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/import/projects/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/import/projects/{jobID}