- Subcategories:
- Connections
- Deployments
- Integrations
- Libraries
- Lookups
- RBAC
Projects REST Endpoints
Integrations/Projects
The operations from the Integrations/Projects category.
- Clone a Project
- Method: postPath:
/ic/api/integration/v1/projects/{id}/clone - Create a Project
- Method: postPath:
/ic/api/integration/v1/projects - Delete a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{id} - Export a Project
- Method: postPath:
/ic/api/integration/v1/projects/{id}/archive - Export a Project to Git Repository
- Method: postPath:
/ic/api/integration/v1/gitprojects/{projectId}/exporttorepository - Import(Add) a Project
- Method: postPath:
/ic/api/integration/v1/projects/archive - Import(Add) a Project from Git Repository
- Method: postPath:
/ic/api/integration/v1/gitprojects/{projectId}/importfromrepository - Retrieve a Project
- Method: getPath:
/ic/api/integration/v1/projects/{id} - Retrieve Projects
- Method: getPath:
/ic/api/integration/v1/projects - Retrieve Projects from Git Repository
- Method: getPath:
/ic/api/integration/v1/gitprojects