1a Projects

post

/api/v1/import/projects

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

Header Parameters
Supported Media Types
Request Body - application/json ()
  • application/json
Root Schema : schema
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

The job was successfully created.
Body ()
Root Schema : schema
Type: object
Show Source
  • Endpoint for job-audit retrieval
    Example: https://services.texturacorp.com/ebis/api/v1/import/projects/42
Examples

Default Response

Links to working URLs
Back to Top