{ "opencollection": "1.0.0", "info": { "name": "Helpcenter BusinessHour API", "version": "1.0.0" }, "items": [ { "info": { "name": "BusinessHour", "type": "folder" }, "items": [ { "info": { "name": "Get business hours set", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/businessHours/:businessHourId", "params": [ { "name": "businessHourId", "value": "", "type": "path" } ] }, "docs": "This API fetches the details of a business hours set configured in your help desk portal" }, { "info": { "name": "Update business hours set", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/businessHours/:businessHourId", "params": [ { "name": "businessHourId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the details of a business hours set configured in your help desk portal" }, { "info": { "name": "List business hour sets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/businessHours", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of business hour sets to list" }, { "name": "from", "value": "", "type": "query", "description": "Index number, starting from which the business hour sets must be listed" }, { "name": "businessHourIds", "value": "", "type": "query", "description": "The IDs of the BusinessHours to list separated by commas. You can pass upto 50 IDs." }, { "name": "status", "value": "", "type": "query", "description": "Activation status of the business hour sets. Values allowed are @ACTIVE@ and @INACTIVE@" } ] }, "docs": "This API lists a particular number of business hour sets, based on the limit specified" }, { "info": { "name": "Create business hours set", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/businessHours", "body": { "type": "json", "data": "{}" } }, "docs": "This API creates a business hours set in your help desk portal" }, { "info": { "name": "List associated automation rules for the business hour", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/businessHours/:businessHourId/relatedRules", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of business hour sets to list" }, { "name": "from", "value": "", "type": "query", "description": "Index number, starting from which the business hour sets must be listed" }, { "name": "businessHourId", "value": "", "type": "path" } ] }, "docs": "This API lists a particular number of automation rules that include a business hours set,based on the limit specified" } ] } ], "bundled": true }