{ "opencollection": "1.0.0", "info": { "name": "Coscine Web Admin ResourceGraphContent API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ResourceGraphContent", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a resource graph.", "type": "http" }, "http": { "method": "GET", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/projects/:projectId/resources/:resourceId/graphs/metadata/content", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project that the resource belongs to." }, { "name": "resourceId", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Retrieves a resource graph." }, { "info": { "name": "Responds with the HTTP methods allowed for the endpoint.", "type": "http" }, "http": { "method": "OPTIONS", "url": "https://coscine.rwth-aachen.de/coscine/api/v2/projects/:projectId/resources/:resourceId/graphs/metadata/content", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "resourceId", "value": "", "type": "path" } ] }, "docs": "Responds with the HTTP methods allowed for the endpoint." } ] } ], "bundled": true }