{ "opencollection": "1.0.0", "info": { "name": "Blind Insight REST accounts materials API", "version": "10.22.0" }, "items": [ { "info": { "name": "materials", "type": "folder" }, "items": [ { "info": { "name": "List all materials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/materials/", "params": [ { "name": "created", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "modified", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "payload", "value": "", "type": "query", "description": "The encrypted material." }, { "name": "proof", "value": "", "type": "query" }, { "name": "proofed", "value": "", "type": "query" }, { "name": "request", "value": "", "type": "query" }, { "name": "signature", "value": "", "type": "query", "description": "The signature of the material." }, { "name": "uploaded_by", "value": "", "type": "query", "description": "The identity that uploaded this material." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "List all materials that you have access to." }, { "info": { "name": "Create a new material", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/materials/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create a new material." }, { "info": { "name": "Retrieve a single material", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/materials/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this material." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Retrieve a single material by its ID." }, { "info": { "name": "Delete a material", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/materials/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this material." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete a material by its ID." }, { "info": { "name": "Acknowledge receipt of a material", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/materials/:id/acknowledge/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this material." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Mark the underlying request as received. Replaces the deprecated\nside-effect on `GET /materials//`, which mutated state on a read." }, { "info": { "name": "Validate a proof for a material", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/materials/:id/proof/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this material." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Validate a proof for a material." }, { "info": { "name": "Receive a single material", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/materials/:material_id/receive/", "params": [ { "name": "material_id", "value": "", "type": "path", "description": "The material ID to receive." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "[Blind Insight Proxy] Receive a single material" }, { "info": { "name": "List all material overrides", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/materials/overrides/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "[Blind Insight Proxy] List all material overrides" }, { "info": { "name": "Delete all material overrides", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/materials/overrides/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "[Blind Insight Proxy] Delete all material overrides" }, { "info": { "name": "Delete a single material override", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/materials/overrides/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the material override to delete." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "[Blind Insight Proxy] Delete a single material override" }, { "info": { "name": "Receive all materials", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/materials/receive/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "[Blind Insight Proxy] Receive all materials" } ] } ], "bundled": true }