{ "opencollection": "1.0.0", "info": { "name": "Helpcenter SupportPlan API", "version": "1.0.0" }, "items": [ { "info": { "name": "SupportPlan", "type": "folder" }, "items": [ { "info": { "name": "Get Support Plan Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/supportPlans/:supportPlanId", "params": [ { "name": "supportPlanId", "value": "", "type": "path" } ] }, "docs": "To get details of a specific support plan" }, { "info": { "name": "Update Support Plan", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/supportPlans/:supportPlanId", "params": [ { "name": "supportPlanId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API Updates the Support Plan" }, { "info": { "name": "Delete Support Plan", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/supportPlans/:supportPlanId", "params": [ { "name": "supportPlanId", "value": "", "type": "path" } ] }, "docs": "This API deletes a support plan." }, { "info": { "name": "List all Support Plans", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/supportPlans", "params": [ { "name": "departmentId", "value": "", "type": "query", "description": "Department Id" }, { "name": "status", "value": "", "type": "query", "description": "Active,Discontinued filter for support plans. Values allowed are @ACTIVE@ and @DISCONTINUED@" } ] }, "docs": "This API lists all support plans in a department" }, { "info": { "name": "Create Support Plan", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/supportPlans", "body": { "type": "json", "data": "{}" } }, "docs": "This API Creates a Support Plan" } ] } ], "bundled": true }