Skip to end of banner
Go to start of banner

Project APIs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Project APIs allow you to do the following:

  • GitHub Operations. Perform GitHub operations on the repository associated with your project.

  • Project Migration. Migrate a project from one Org to another and track that migration.

GitHub Operations APIs

POST /project/checkout/{project_path}

Checks out the specified GitHub branch for the specified project.

POST /project/pull/{project_path}

Updates the specified project with the latest files from the associated GitHub repository.

GET /project/repo-status/{project_path}

Retrieves the status of the Git repository associated with the specified project.

Project Migration APIs

POST /project/migrate/{project_path}

Migrates a SnapLogic Project from one Org to another.

GET /project/migrate/{status-token}

Retrieves the status of a migration.

  • No labels