HomeGuidesAPI
HomeGuidesAPILog In
API
These docs are for v10.3. Click to read the latest docs for v33.

Imports a project


/projects

This method supports importing a project. This comes in handy when working with separated Infiniti environments such as testing, development and production and it is often necessary to move projects between environments.To make a request to this endpoint, a body of data will need to include these body parameters:

comment,comment on the project.

overwriteProjects, set to true if the project to be imported is to replace an existing project.

overwriteContentItems, set to true if the project to be imported is to replace existing content library items.

projects, if overwriteProjects is set to true, then id (Project GUID) of the overwritten project needs to be provided. Client can also choose to define a new project name by supplying a value to name property.

folderName, name of the folder the project will be imported to.

ixpkg, Base64 string represents the project's binary data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
boolean
boolean
boolean
projects
array of objects
projects
string
string
Responses
204

Project imported

401

Invalid Authorization-Token

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json