{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Employee Engagement API", "version": "v2" }, "items": [ { "info": { "name": "Employee Engagement", "type": "folder" }, "items": [ { "info": { "name": "Set a state for a celebration", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v2/employeeengagement/celebrations/:celebrationId", "params": [ { "name": "celebrationId", "value": "", "type": "path", "description": "The ID of the celebration" } ] }, "docs": "Set a state for a celebration" }, { "info": { "name": "Deletes a celebration", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/employeeengagement/celebrations/:celebrationId", "params": [ { "name": "celebrationId", "value": "", "type": "path", "description": "The ID of the celebration" } ] }, "docs": "Deletes a celebration" }, { "info": { "name": "Get all celebrations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/employeeengagement/celebrations", "params": [ { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Get all celebrations" }, { "info": { "name": "Gets a single recognition", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/employeeengagement/recognitions/:recognitionId", "params": [ { "name": "recognitionId", "value": "", "type": "path", "description": "The Recognition ID" } ] }, "docs": "Gets a single recognition" }, { "info": { "name": "Gets sent recognitions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/employeeengagement/recognitions", "params": [ { "name": "direction", "value": "", "type": "query", "description": "The direction of the recognitions." }, { "name": "recipient", "value": "", "type": "query", "description": "The ID of the recipient (when direction is sent)." }, { "name": "dateStart", "value": "", "type": "query", "description": "The start date of the search range. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z" }, { "name": "dateEnd", "value": "", "type": "query", "description": "The end date of the search range. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z" }, { "name": "pageSize", "value": "", "type": "query", "description": "Page size" }, { "name": "pageNumber", "value": "", "type": "query", "description": "Page number" } ] }, "docs": "Gets sent recognitions" }, { "info": { "name": "Creates a recognition", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/employeeengagement/recognitions" }, "docs": "Creates a recognition" } ] } ], "bundled": true }