Projects REST Endpoints

Integrations/Projects
The operations from the Integrations/Projects category.
Clone a Project
Method: post
Path: /ic/api/integration/v1/projects/{id}/clone
Create a Project
Method: post
Path: /ic/api/integration/v1/projects
Delete a Project
Method: delete
Path: /ic/api/integration/v1/projects/{id}
Export a Project
Method: post
Path: /ic/api/integration/v1/projects/{id}/archive
Export a Project to Git Repository
Method: post
Path: /ic/api/integration/v1/gitprojects/{projectId}/exporttorepository
Import(Add) a Project
Method: post
Path: /ic/api/integration/v1/projects/archive
Import(Add) a Project from Git Repository
Method: post
Path: /ic/api/integration/v1/gitprojects/{projectId}/importfromrepository
Retrieve a Project
Method: get
Path: /ic/api/integration/v1/projects/{id}
Retrieve Projects
Method: get
Path: /ic/api/integration/v1/projects
Retrieve Projects from Git Repository
Method: get
Path: /ic/api/integration/v1/gitprojects