{ "opencollection": "1.0.0", "info": { "name": "Opply Activity Feed Deals API", "version": "0.0.0" }, "items": [ { "info": { "name": "Deals", "type": "folder" }, "items": [ { "info": { "name": "Deal endpoints.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deals/", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "Deal endpoints." }, { "info": { "name": "Deal endpoints.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/deals/", "body": { "type": "json", "data": "{}" } }, "docs": "Deal endpoints." }, { "info": { "name": "Deal Notes endpoints.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deals/:deal_uuid/notes/", "params": [ { "name": "deal_uuid", "value": "", "type": "path" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "Deal Notes endpoints." }, { "info": { "name": "Endpoint to create a note for a deal.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/deals/:deal_uuid/notes/", "params": [ { "name": "deal_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint to create a note for a deal." }, { "info": { "name": "Deal Notes endpoints.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deals/:deal_uuid/notes/:uuid/", "params": [ { "name": "deal_uuid", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Deal Notes endpoints." }, { "info": { "name": "Deal endpoints.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deals/:uuid/", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Deal endpoints." }, { "info": { "name": "Endpoint to assign the thread to the deal", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/deals/:uuid/assign-thread/", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint to assign the thread to the deal" }, { "info": { "name": "Get the deal associated with the thread.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deals/get-deal-from-thread/:thread_id/", "params": [ { "name": "thread_id", "value": "", "type": "path" } ] }, "docs": "Get the deal associated with the thread." } ] } ], "bundled": true }