{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{idcs-url}/oauth2/v1/authorize", "accessTokenUrl": "https://{idcs-url}/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/projects", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip before returning results." } ] }, "docs": "Retrieve a list of all integration projects." }, { "info": { "name": "Oracle Integration Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new integration project." }, { "info": { "name": "Oracle Integration Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project identifier." } ] }, "docs": "Retrieve a specific project by identifier." }, { "info": { "name": "Oracle Integration Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project identifier." } ] }, "docs": "Delete a project." } ] } ], "bundled": true }