Scheduled Integrations REST Endpoints

Integrations/Projects/Integrations/Scheduled Integrations
The operations from the Integrations/Projects/Integrations/Scheduled Integrations category.
Add a Schedule in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule
Pause an Integration Schedule in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/pause
Resume an Integration Schedule in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/resume
Retrieve schedule in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule
Run a Scheduled Integration Now in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/jobs
Start an Integration Schedule in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/start
Stop an Integration Schedule in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/stop
Update a Schedule in a Project
Method: put
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule
Update Scheduled Integration Parameters in a Project
Method: patch
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/parameters