{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array pipeline API", "version": "v2" }, "items": [ { "info": { "name": "pipeline", "type": "folder" }, "items": [ { "info": { "name": "pipeline_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/pipeline/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "sort_by", "value": "", "type": "query", "description": "Sort results" }, { "name": "sort_order", "value": "", "type": "query", "description": "Sort direction" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve list of user projects." }, { "info": { "name": "pipeline_capabilities_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/pipeline-capabilities/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "search", "value": "", "type": "query", "description": "Search pipeline capabilities by id" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List pipeline capabilities" }, { "info": { "name": "pipeline_capabilities_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/pipeline-capabilities/:pipeline_capabilities_id", "params": [ { "name": "pipeline_capabilities_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch single pipeline capabilities details" }, { "info": { "name": "pipeline_latest_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/pipeline-latest/", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns latest (newest) Pipeline instance.\n\nretrieve: Fetch single newest pipeline details including it's capabilities" }, { "info": { "name": "pipeline_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/pipeline/:pipeline_id", "params": [ { "name": "pipeline_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch single pipeline details including it's capabilities" } ] } ], "bundled": true }