{ "opencollection": "1.0.0", "info": { "name": "Matillion DPC Agents DPC Schedules API", "version": "1.0" }, "items": [ { "info": { "name": "DPC Schedules", "type": "folder" }, "items": [ { "info": { "name": "List schedules for a project.", "type": "http" }, "http": { "method": "GET", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/schedules", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List schedules for a project." }, { "info": { "name": "Create a schedule for a project.", "type": "http" }, "http": { "method": "POST", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/schedules", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a schedule for a project." }, { "info": { "name": "Get a schedule.", "type": "http" }, "http": { "method": "GET", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/schedules/:scheduleId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." }, { "name": "scheduleId", "value": "", "type": "path", "description": "The schedule id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a schedule." }, { "info": { "name": "Update a schedule.", "type": "http" }, "http": { "method": "PATCH", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/schedules/:scheduleId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." }, { "name": "scheduleId", "value": "", "type": "path", "description": "The schedule id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a schedule." }, { "info": { "name": "Delete a schedule.", "type": "http" }, "http": { "method": "DELETE", "url": "https://eu1.api.matillion.com/dpc/v1/projects/:projectId/schedules/:scheduleId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Data Productivity Cloud project id." }, { "name": "scheduleId", "value": "", "type": "path", "description": "The schedule id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://id.core.matillion.com/oauth/dpc/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a schedule." } ] } ], "bundled": true }