instruction,input,output Provide a HTTP example that uses the GET /api/v2/assistants Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all assistants.,"```GET /api/v2/assistants HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/assistants Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an Assistant.,"```POST /api/v2/assistants HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/assistants/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all queues assigned to any assistant.,"```GET /api/v2/assistants/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/assistants/{assistantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an assistant.,"```DELETE /api/v2/assistants/{assistantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/assistants/{assistantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an assistant.,"```GET /api/v2/assistants/{assistantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/assistants/{assistantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an assistant.,"```PATCH /api/v2/assistants/{assistantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/assistants/{assistantId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disassociate the queues from an assistant for the given assistant ID and queue IDs.,"```DELETE /api/v2/assistants/{assistantId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/assistants/{assistantId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all the queues associated with an assistant.,"```GET /api/v2/assistants/{assistantId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/assistants/{assistantId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Queues for an Assistant.,"```PATCH /api/v2/assistants/{assistantId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/assistants/{assistantId}/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disassociate a queue from an assistant.,"```DELETE /api/v2/assistants/{assistantId}/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/assistants/{assistantId}/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get queue Information for an assistant.,"```GET /api/v2/assistants/{assistantId}/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/assistants/{assistantId}/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a queue assistant association.,"```PUT /api/v2/assistants/{assistantId}/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/assistants/{assistantId}/copilot Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get copilot configuration of an assistant.,"```GET /api/v2/assistants/{assistantId}/copilot HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/assistants/{assistantId}/copilot Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update agent copilot configuration,"```PUT /api/v2/assistants/{assistantId}/copilot HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete agent auto answer settings,"```DELETE /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get agent auto answer settings,"```GET /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update agent auto answer settings,"```PATCH /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set agent auto answer settings,"```PUT /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/alerting/alerts/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk alert updates,"```PATCH /api/v2/alerting/alerts/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/alerting/alerts/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a paged list of alerts. The max page size is 50,"```POST /api/v2/alerting/alerts/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/alerting/alerts/{alertId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an alert,"```DELETE /api/v2/alerting/alerts/{alertId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/alerting/alerts/{alertId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an alert,"```GET /api/v2/alerting/alerts/{alertId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/alerting/alerts/{alertId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Allows an entity to mute/snooze an alert or update the unread status of the alert. Snoozing an alert temporarily stop it from resending notifications to individualsas well as other services within Genesys Cloud for a given period. Muting an alert will only block the notifications to individuals.,"```PATCH /api/v2/alerting/alerts/{alertId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/alerting/alerts/{alertId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an alert read status,"```PUT /api/v2/alerting/alerts/{alertId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/alerting/rules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Rule.,"```POST /api/v2/alerting/rules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/alerting/rules/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk update of notification lists,"```PATCH /api/v2/alerting/rules/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/alerting/rules/bulk/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk remove rules,"```POST /api/v2/alerting/rules/bulk/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/alerting/rules/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a paged list of rules. The max size of the page is 50 items.,"```POST /api/v2/alerting/rules/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/alerting/rules/{ruleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a rule.,"```DELETE /api/v2/alerting/rules/{ruleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/alerting/rules/{ruleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a rule.,"```GET /api/v2/alerting/rules/{ruleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/alerting/rules/{ruleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a rule,"```PUT /api/v2/alerting/rules/{ruleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/actions/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for action aggregates,"```POST /api/v2/analytics/actions/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/agentcopilots/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for agent copilot aggregates,"```POST /api/v2/analytics/agentcopilots/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/botflows/{botFlowId}/divisions/reportingturns Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get Reporting Turns (division aware). Returns the reporting turns for the specified flow, filtered by the clients divisions and grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of 'nextUri' in the response, until it's no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.","```GET /api/v2/analytics/botflows/{botFlowId}/divisions/reportingturns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/botflows/{botFlowId}/sessions Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get Bot Flow Sessions. Returns the bot flow sessions in reverse chronological order from the date they were created. For pagination, clients should keep sending requests using the value of 'nextUri' in the response, until it's no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.","```GET /api/v2/analytics/botflows/{botFlowId}/sessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/bots/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for bot aggregates,"```POST /api/v2/analytics/bots/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation activity observations,"```POST /api/v2/analytics/conversations/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation aggregates,"```POST /api/v2/analytics/conversations/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets multiple conversations by id,"```GET /api/v2/analytics/conversations/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/details/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation details asynchronously,"```POST /api/v2/analytics/conversations/details/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details/jobs/availability Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Lookup the datalake availability date and time,"```GET /api/v2/analytics/conversations/details/jobs/availability HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/analytics/conversations/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete/cancel an async details job,"```DELETE /api/v2/analytics/conversations/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status for async query for conversation details,"```GET /api/v2/analytics/conversations/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a page of results for an async details job,"```GET /api/v2/analytics/conversations/details/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/details/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation details,"```POST /api/v2/analytics/conversations/details/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/transcripts/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/analytics/conversations/transcripts/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/{conversationId}/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a conversation by id,"```GET /api/v2/analytics/conversations/{conversationId}/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/{conversationId}/details/properties Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Index conversation properties,"```POST /api/v2/analytics/conversations/{conversationId}/details/properties HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/dataretention/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get analytics data retention setting,"```GET /api/v2/analytics/dataretention/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/analytics/dataretention/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update analytics data retention setting,"```PUT /api/v2/analytics/dataretention/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/evaluations/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for evaluation aggregates,"```POST /api/v2/analytics/evaluations/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flowexecutions/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow execution aggregates,"```POST /api/v2/analytics/flowexecutions/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flows/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow activity observations,"```POST /api/v2/analytics/flows/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flows/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow aggregates,"```POST /api/v2/analytics/flows/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flows/observations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow observations,"```POST /api/v2/analytics/flows/observations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/journeys/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for journey aggregates,"```POST /api/v2/analytics/journeys/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/knowledge/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for knowledge aggregates,"```POST /api/v2/analytics/knowledge/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/queues/observations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for queue observations,"```POST /api/v2/analytics/queues/observations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/ratelimits/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for limits rate limit aggregates. Data populated when limits reach 90% of the maximum. Not a source of truth for limits hit but a best effort estimate. The 'max' property can be used to determine estimated rate limit value hit. See https://developer.genesys.cloud/organization/organization/limits#available-limits for limits that are trackable (Operational Events Enabled).,"```POST /api/v2/analytics/ratelimits/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/dashboards/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dashboards summary for users in a org,"```GET /api/v2/analytics/reporting/dashboards/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/reporting/dashboards/users/bulk/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk delete dashboards owned by other user(s),"```POST /api/v2/analytics/reporting/dashboards/users/bulk/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/dashboards/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dashboards summary for a user,"```GET /api/v2/analytics/reporting/dashboards/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/exports Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all view export requests for a user,"```GET /api/v2/analytics/reporting/exports HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/reporting/exports Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generate a view export request. This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead,"```POST /api/v2/analytics/reporting/exports HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/exports/metadata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all export metadata,"```GET /api/v2/analytics/reporting/exports/metadata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get AnalyticsReportingSettings for an organization,"```GET /api/v2/analytics/reporting/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/analytics/reporting/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch AnalyticsReportingSettings values for an organization,"```PATCH /api/v2/analytics/reporting/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/reporting/settings/dashboards/bulk/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk remove dashboard configurations,"```POST /api/v2/analytics/reporting/settings/dashboards/bulk/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/settings/dashboards/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of dashboard configurations,"```GET /api/v2/analytics/reporting/settings/dashboards/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/reporting/settings/dashboards/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query dashboard configurations,"```POST /api/v2/analytics/reporting/settings/dashboards/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/reporting/settings/users/{userId}/dashboards Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of dashboards for an user,"```GET /api/v2/analytics/reporting/settings/users/{userId}/dashboards HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/routing/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user activity observations,"```POST /api/v2/analytics/routing/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/surveys/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for survey aggregates,"```POST /api/v2/analytics/surveys/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/teams/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for team activity observations,"```POST /api/v2/analytics/teams/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/transcripts/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for transcript aggregates,"```POST /api/v2/analytics/transcripts/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user activity observations,"```POST /api/v2/analytics/users/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user aggregates,"```POST /api/v2/analytics/users/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/details/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user details asynchronously,"```POST /api/v2/analytics/users/details/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/users/details/jobs/availability Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Lookup the datalake availability date and time,"```GET /api/v2/analytics/users/details/jobs/availability HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/analytics/users/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete/cancel an async request,"```DELETE /api/v2/analytics/users/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/users/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status for async query for user details,"```GET /api/v2/analytics/users/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/users/details/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a page of results for an async query,"```GET /api/v2/analytics/users/details/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/details/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user details,"```POST /api/v2/analytics/users/details/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/observations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user observations,"```POST /api/v2/analytics/users/observations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Dependency Tracking objects that have a given display name,"```GET /api/v2/architect/dependencytracking HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/build Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Dependency Tracking build status for an organization,"```GET /api/v2/architect/dependencytracking/build HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/dependencytracking/build Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Rebuild Dependency Tracking data for an organization. Asynchronous. Notification topic: v2.architect.dependencytracking.build,"```POST /api/v2/architect/dependencytracking/build HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/consumedresources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get resources that are consumed by a given Dependency Tracking object,"```GET /api/v2/architect/dependencytracking/consumedresources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/consumingresources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get resources that consume a given Dependency Tracking object,"```GET /api/v2/architect/dependencytracking/consumingresources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/deletedresourceconsumers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Dependency Tracking objects that consume deleted resources,"```GET /api/v2/architect/dependencytracking/deletedresourceconsumers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/object Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Dependency Tracking object,"```GET /api/v2/architect/dependencytracking/object HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/types Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Dependency Tracking types.,"```GET /api/v2/architect/dependencytracking/types HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/types/{typeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Dependency Tracking type.,"```GET /api/v2/architect/dependencytracking/types/{typeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/dependencytracking/updatedresourceconsumers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Dependency Tracking objects that depend on updated resources,"```GET /api/v2/architect/dependencytracking/updatedresourceconsumers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/emergencygroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of emergency groups.,"```GET /api/v2/architect/emergencygroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/emergencygroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new emergency group,"```POST /api/v2/architect/emergencygroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/emergencygroups/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of basic emergency group objects filterable by query parameters. This returns emergency groups consisting of name and division. If one or more IDs are specified, the search will fetch flow outcomes that match the given ID(s) and not use any additional supplied query parameters in the search.","```GET /api/v2/architect/emergencygroups/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/emergencygroups/{emergencyGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a emergency group by ID,"```DELETE /api/v2/architect/emergencygroups/{emergencyGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/emergencygroups/{emergencyGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a emergency group by ID,"```GET /api/v2/architect/emergencygroups/{emergencyGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/emergencygroups/{emergencyGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a emergency group by ID,"```PUT /api/v2/architect/emergencygroups/{emergencyGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/grammars Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of grammars, filtered by query parameters. Multiple IDs can be specified, in which case all matching grammars will be returned, and no other parameters will be evaluated.","```GET /api/v2/architect/grammars HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/grammars Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new grammar,"```POST /api/v2/architect/grammars HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/grammars/{grammarId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a grammar.,"```DELETE /api/v2/architect/grammars/{grammarId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/grammars/{grammarId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a grammar. Returns a specified grammar,"```GET /api/v2/architect/grammars/{grammarId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/architect/grammars/{grammarId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a grammar,"```PATCH /api/v2/architect/grammars/{grammarId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/grammars/{grammarId}/languages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new language for a given grammar,"```POST /api/v2/architect/grammars/{grammarId}/languages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/grammars/{grammarId}/languages/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete specified grammar language,"```DELETE /api/v2/architect/grammars/{grammarId}/languages/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/grammars/{grammarId}/languages/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a grammar language.,"```GET /api/v2/architect/grammars/{grammarId}/languages/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/architect/grammars/{grammarId}/languages/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a grammar language,"```PATCH /api/v2/architect/grammars/{grammarId}/languages/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Clear the DTMF mode file for the grammar language if there is one,"```DELETE /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a presigned URL for uploading a grammar DTMF mode file,"```POST /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Clear the voice mode file for the grammar language if there is one,"```DELETE /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a presigned URL for uploading a grammar voice mode file,"```POST /api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/ivrs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get IVR configs.,"```GET /api/v2/architect/ivrs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/ivrs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create IVR config.,"```POST /api/v2/architect/ivrs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/ivrs/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a pageable list of basic ivr configuration information objects filterable by query parameters.,"```GET /api/v2/architect/ivrs/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/ivrs/{ivrId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an IVR Config.,"```DELETE /api/v2/architect/ivrs/{ivrId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/ivrs/{ivrId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an IVR config.,"```GET /api/v2/architect/ivrs/{ivrId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/ivrs/{ivrId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an IVR Config.,"```PUT /api/v2/architect/ivrs/{ivrId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/prompts Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Batch-delete a list of prompts. Multiple IDs can be specified, in which case all specified prompts will be deleted. Asynchronous. Notification topic: v2.architect.prompts.{promptId}","```DELETE /api/v2/architect/prompts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/prompts Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of user prompts. The returned list is pageable, and query parameters can be used for filtering. Multiple names can be specified, in which case all matching prompts will be returned, and no other filters will be evaluated.","```GET /api/v2/architect/prompts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/prompts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new user prompt,"```POST /api/v2/architect/prompts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/prompts/{promptId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete specified user prompt,"```DELETE /api/v2/architect/prompts/{promptId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/prompts/{promptId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get specified user prompt,"```GET /api/v2/architect/prompts/{promptId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/prompts/{promptId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update specified user prompt,"```PUT /api/v2/architect/prompts/{promptId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/prompts/{promptId}/history Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generate prompt history. Asynchronous. Notification topic: v2.architect.prompts.{promptId},"```POST /api/v2/architect/prompts/{promptId}/history HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/prompts/{promptId}/history/{historyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get generated prompt history,"```GET /api/v2/architect/prompts/{promptId}/history/{historyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/prompts/{promptId}/resources Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of user prompt resources. The returned list is pageable, and query parameters can be used for filtering.","```GET /api/v2/architect/prompts/{promptId}/resources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/prompts/{promptId}/resources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new user prompt resource,"```POST /api/v2/architect/prompts/{promptId}/resources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/prompts/{promptId}/resources/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete specified user prompt resource,"```DELETE /api/v2/architect/prompts/{promptId}/resources/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/prompts/{promptId}/resources/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get specified user prompt resource,"```GET /api/v2/architect/prompts/{promptId}/resources/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/prompts/{promptId}/resources/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update specified user prompt resource,"```PUT /api/v2/architect/prompts/{promptId}/resources/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/prompts/{promptId}/resources/{languageCode}/audio Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete specified user prompt resource audio,"```DELETE /api/v2/architect/prompts/{promptId}/resources/{languageCode}/audio HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/schedulegroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of schedule groups.,"```GET /api/v2/architect/schedulegroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/schedulegroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new schedule group,"```POST /api/v2/architect/schedulegroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/schedulegroups/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a pageable list of basic schedule group configuration information objects filterable by query parameters.,"```GET /api/v2/architect/schedulegroups/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/schedulegroups/{scheduleGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a schedule group by ID,"```DELETE /api/v2/architect/schedulegroups/{scheduleGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/schedulegroups/{scheduleGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a schedule group by ID,"```GET /api/v2/architect/schedulegroups/{scheduleGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/schedulegroups/{scheduleGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a schedule group by ID,"```PUT /api/v2/architect/schedulegroups/{scheduleGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/schedules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of schedules.,"```GET /api/v2/architect/schedules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/schedules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new schedule.,"```POST /api/v2/architect/schedules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/schedules/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a pageable list of basic schedule configuration information objects filterable by query parameters.,"```GET /api/v2/architect/schedules/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/schedules/{scheduleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a schedule by id,"```DELETE /api/v2/architect/schedules/{scheduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/schedules/{scheduleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a schedule by ID,"```GET /api/v2/architect/schedules/{scheduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/schedules/{scheduleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update schedule by ID,"```PUT /api/v2/architect/schedules/{scheduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/systemprompts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get System Prompts,"```GET /api/v2/architect/systemprompts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/systemprompts/{promptId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a system prompt,"```GET /api/v2/architect/systemprompts/{promptId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/systemprompts/{promptId}/history Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generate system prompt history. Asynchronous. Notification topic: v2.architect.systemprompts.{systemPromptId},"```POST /api/v2/architect/systemprompts/{promptId}/history HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/systemprompts/{promptId}/history/{historyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get generated prompt history,"```GET /api/v2/architect/systemprompts/{promptId}/history/{historyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/systemprompts/{promptId}/resources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get system prompt resources.,"```GET /api/v2/architect/systemprompts/{promptId}/resources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/architect/systemprompts/{promptId}/resources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create system prompt resource override.,"```POST /api/v2/architect/systemprompts/{promptId}/resources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/architect/systemprompts/{promptId}/resources/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a system prompt resource override.,"```DELETE /api/v2/architect/systemprompts/{promptId}/resources/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/architect/systemprompts/{promptId}/resources/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a system prompt resource.,"```GET /api/v2/architect/systemprompts/{promptId}/resources/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/architect/systemprompts/{promptId}/resources/{languageCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a system prompt resource override.,"```PUT /api/v2/architect/systemprompts/{promptId}/resources/{languageCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Batch-delete a list of flows. Multiple IDs can be specified, in which case all specified flows will be deleted. Asynchronous. Notification topic: v2.flows.{flowId}","```DELETE /api/v2/flows HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of flows, filtered by query parameters. If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.","```GET /api/v2/flows HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create flow,"```POST /api/v2/flows HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/actions/checkin Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Check-in flow. Asynchronous. Notification topic: v2.flows.{flowId},"```POST /api/v2/flows/actions/checkin HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/actions/checkout Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Check-out flow,"```POST /api/v2/flows/actions/checkout HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/actions/deactivate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deactivate flow,"```POST /api/v2/flows/actions/deactivate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/actions/publish Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish flow. Asynchronous. Notification topic: v2.flows.{flowId},"```POST /api/v2/flows/actions/publish HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/actions/revert Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Revert flow,"```POST /api/v2/flows/actions/revert HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/actions/unlock Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Unlock flow. Allows for unlocking a flow in the case where there is no flow configuration available, and thus a check-in will not unlock the flow. The user must have Architect Admin permissions to perform this action.","```POST /api/v2/flows/actions/unlock HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieve a list of datatables for the org. Returns a metadata list of the datatables associated with this org, including datatableId, name and description.","```GET /api/v2/flows/datatables HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/datatables Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new datatable with the specified json-schema definition. This will create a new datatable with fields that match the property definitions in the JSON schema. The schema's title field will be overridden by the name field in the DataTable object. See also http://json-schema.org/,"```POST /api/v2/flows/datatables HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieve a list of datatables for the org. Returns a metadata list of the datatables associated with this org, including datatableId, name and description.","```GET /api/v2/flows/datatables/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/divisionviews/{datatableId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a specific datatable by id. Given a datatableId returns the datatable object and schema associated with it.,"```GET /api/v2/flows/datatables/divisionviews/{datatableId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows/datatables/{datatableId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: deletes a specific datatable by id. Deletes an entire datatable (including the schema and data) with a given datatableId,"```DELETE /api/v2/flows/datatables/{datatableId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/{datatableId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a specific datatable by id. Given a datatableId returns the datatable object and schema associated with it.,"```GET /api/v2/flows/datatables/{datatableId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/datatables/{datatableId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Updates a specific datatable by id. Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.","```PUT /api/v2/flows/datatables/{datatableId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/datatables/{datatableId}/export/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Begin an export process for exporting all rows from a datatable. Create an export job for exporting rows. The caller can then poll for status of the export using the token returned in the response,"```POST /api/v2/flows/datatables/{datatableId}/export/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/{datatableId}/export/jobs/{exportJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the state information about an export job. Returns the state information about an export job.,"```GET /api/v2/flows/datatables/{datatableId}/export/jobs/{exportJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/{datatableId}/import/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all recent import jobs. Get all recent import jobs,"```GET /api/v2/flows/datatables/{datatableId}/import/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/datatables/{datatableId}/import/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Begin an import process for importing rows into a datatable. Create an import job for importing rows. The caller can then poll for status of the import using the token returned in the response,"```POST /api/v2/flows/datatables/{datatableId}/import/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/{datatableId}/import/jobs/{importJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the state information about an import job. Returns the state information about an import job.,"```GET /api/v2/flows/datatables/{datatableId}/import/jobs/{importJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/{datatableId}/rows Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the rows for the datatable with the given id. Returns all of the rows for the datatable with the given datatableId. By default this will just be a truncated list returning the key for each row. Set showBrief to false to return all of the row contents.,"```GET /api/v2/flows/datatables/{datatableId}/rows HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/datatables/{datatableId}/rows Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create a new row entry for the datatable. Will add the passed in row entry to the datatable with the given datatableId after verifying it against the schema. When building the request body within API Explorer, Pro mode should be used. The DataTableRow should be a json-ized' stream of key -> value pairs { ""Field1"": ""XYZZY"", ""Field2"": false, ""KEY"": ""27272"" }","```POST /api/v2/flows/datatables/{datatableId}/rows HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows/datatables/{datatableId}/rows/{rowId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a row entry. Deletes a row with a given rowId (the value of the key field).,"```DELETE /api/v2/flows/datatables/{datatableId}/rows/{rowId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/datatables/{datatableId}/rows/{rowId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a specific row for the datatable. Given a datatableId and a rowId (the value of the key field) this will return the full row contents for that rowId.,"```GET /api/v2/flows/datatables/{datatableId}/rows/{rowId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/datatables/{datatableId}/rows/{rowId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update a row entry. Updates a row with the given rowId (the value of the key field) to the new values. When building the request body within API Explorer, Pro mode should be used. The DataTableRow should be a json-ized' stream of key -> value pairs { ""Field1"": ""XYZZY"", ""Field2"": false, ""KEY"": ""27272"" }","```PUT /api/v2/flows/datatables/{datatableId}/rows/{rowId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of basic flow information objects filterable by query parameters. This returns a simplified version of /flow consisting of name and type. If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.","```GET /api/v2/flows/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/executions Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type. The launch is asynchronous, it returns as soon as the flow starts. You can use the returned ID to query its status if you need.","```POST /api/v2/flows/executions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/executions/{flowExecutionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a flow execution's details. Flow execution details are available for several days after the flow is started.,"```GET /api/v2/flows/executions/{flowExecutionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/instances/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Start a process (job) that will prepare a list of execution data IDs for download. Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.,"```POST /api/v2/flows/instances/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the status and/or results of an asynchronous flow execution data retrieval job,"```GET /api/v2/flows/instances/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/instances/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the database of existing flow histories to look for particular flow criteria. Returns a list of matching flow histories up to 200 max.,"```POST /api/v2/flows/instances/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/querycapabilities Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of capabilities that the org can use to query for execution data. Returns the queryable parameters that can be used to build a query for execution data.,"```GET /api/v2/flows/instances/querycapabilities HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/settings/executiondata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the execution history enabled setting. Get the execution history enabled setting.,"```GET /api/v2/flows/instances/settings/executiondata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/flows/instances/settings/executiondata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Edit the execution history enabled setting. Edit the execution history enabled setting.,"```PATCH /api/v2/flows/instances/settings/executiondata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/settings/loglevels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of LogLevels for the organization. Returns a paged set of LogLevels per flow id,"```GET /api/v2/flows/instances/settings/loglevels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/settings/loglevels/characteristics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the available flow log level characteristics for this organization. Log levels can be customized and this returns the set of available characteristics that can be enabled/disabled.,"```GET /api/v2/flows/instances/settings/loglevels/characteristics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows/instances/settings/loglevels/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Resets the org log level to default, base. Resets the org log level to default, base","```DELETE /api/v2/flows/instances/settings/loglevels/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/settings/loglevels/default Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the flow default log level. Returns the flow default log level which will be used if no specific flow id log level is found.,"```GET /api/v2/flows/instances/settings/loglevels/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/instances/settings/loglevels/default Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Edit the flow default log level. Edit the flow default log level.,"```PUT /api/v2/flows/instances/settings/loglevels/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/instances/{instanceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Start a process (job) to prepare a download of a singular flow execution data instance by Id. Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.,"```GET /api/v2/flows/instances/{instanceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/jobs Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Register Architect Job. Returns a URL where a file, such as an Architect flow YAML file, can be PUT which will then initiate the job.","```POST /api/v2/flows/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch Architect Job Status,"```GET /api/v2/flows/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/milestones Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of flow milestones, filtered by query parameters. Multiple IDs can be specified, in which case all matching flow milestones will be returned, and no other parameters will be evaluated.","```GET /api/v2/flows/milestones HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/milestones Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a flow milestone,"```POST /api/v2/flows/milestones HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/milestones/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of basic flow milestone information objects filterable by query parameters. This returns flow milestones consisting of name and division. If one or more IDs are specified, the search will fetch flow milestones that match the given ID(s) and not use any additional supplied query parameters in the search.","```GET /api/v2/flows/milestones/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows/milestones/{milestoneId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a flow milestone.,"```DELETE /api/v2/flows/milestones/{milestoneId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/milestones/{milestoneId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a flow milestone. Returns a specified flow milestone,"```GET /api/v2/flows/milestones/{milestoneId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/milestones/{milestoneId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a flow milestone,"```PUT /api/v2/flows/milestones/{milestoneId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/outcomes Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of flow outcomes, filtered by query parameters. Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.","```GET /api/v2/flows/outcomes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/outcomes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a flow outcome. Asynchronous. Notification topic: v2.flows.outcomes.{flowOutcomeId},"```POST /api/v2/flows/outcomes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/outcomes/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of basic flow outcome information objects filterable by query parameters. This returns flow outcomes consisting of name and division. If one or more IDs are specified, the search will fetch flow outcomes that match the given ID(s) and not use any additional supplied query parameters in the search.","```GET /api/v2/flows/outcomes/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/outcomes/{flowOutcomeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a flow outcome. Returns a specified flow outcome,"```GET /api/v2/flows/outcomes/{flowOutcomeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/outcomes/{flowOutcomeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a flow outcome. Updates a flow outcome. Asynchronous. Notification topic: v2.flowoutcomes.{flowoutcomeId},"```PUT /api/v2/flows/outcomes/{flowOutcomeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows/{flowId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete flow,"```DELETE /api/v2/flows/{flowId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get flow,"```GET /api/v2/flows/{flowId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/{flowId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update flow,"```PUT /api/v2/flows/{flowId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/{flowId}/history Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generate flow history. Asynchronous. Notification topic: v2.flows.{flowId},"```POST /api/v2/flows/{flowId}/history HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/history/{historyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get generated flow history,"```GET /api/v2/flows/{flowId}/history/{historyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/flows/{flowId}/instances/settings/loglevels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a log level for a flow by flow id. Deletes the associated log level for a flow by flow id,"```DELETE /api/v2/flows/{flowId}/instances/settings/loglevels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/instances/settings/loglevels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves the log level for a flow by flow id. Retrieves the log level for a flow by flow id.,"```GET /api/v2/flows/{flowId}/instances/settings/loglevels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/{flowId}/instances/settings/loglevels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set the logLevel for a particular flow id. Assigns a new loglevel to a flow id,"```POST /api/v2/flows/{flowId}/instances/settings/loglevels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/flows/{flowId}/instances/settings/loglevels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Edit the logLevel for a particular flow id. Updates the loglevel for a flow id,"```PUT /api/v2/flows/{flowId}/instances/settings/loglevels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/latestconfiguration Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the latest configuration for flow,"```GET /api/v2/flows/{flowId}/latestconfiguration HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get flow version list,"```GET /api/v2/flows/{flowId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/flows/{flowId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create flow version,"```POST /api/v2/flows/{flowId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get flow version,"```GET /api/v2/flows/{flowId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/versions/{versionId}/configuration Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create flow version configuration,"```GET /api/v2/flows/{flowId}/versions/{versionId}/configuration HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/versions/{versionId}/health Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get overall health scores for all intents present in the NLU domain version associated with the bot flow version.,"```GET /api/v2/flows/{flowId}/versions/{versionId}/health HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get health scores and other health metrics for a specific intent. This includes the health metrics for each utterance in an intent.,"```GET /api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get health metrics associated with a specific utterance of an intent.,"```GET /api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/audits/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create audit query execution. Use /api/v2/audits/query/servicemapping endpoint for a list of valid values,"```POST /api/v2/audits/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/audits/query/realtime Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: This endpoint will only retrieve 14 days worth of audits for certain services. Please use /query to get a full list and older audits. Use /api/v2/audits/query/realtime/servicemapping endpoint for a list of valid values,"```POST /api/v2/audits/query/realtime HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/audits/query/realtime/related Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Often a single action results in multiple audits. The endpoint retrieves all audits created by the same action as the given audit id.,"```POST /api/v2/audits/query/realtime/related HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/audits/query/realtime/servicemapping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get service mapping information used in realtime audits.,"```GET /api/v2/audits/query/realtime/servicemapping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/audits/query/servicemapping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get service mapping information used in audits.,"```GET /api/v2/audits/query/servicemapping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/audits/query/{transactionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status of audit query execution,"```GET /api/v2/audits/query/{transactionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/audits/query/{transactionId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get results of audit query,"```GET /api/v2/audits/query/{transactionId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieve a list of all divisions defined for the organization. Request specific divisions by id using a query param ""id"", e.g. ?id=5f777167-63be-4c24-ad41-374155d9e28b&id=72e9fb25-c484-488d-9312-7acba82435b3","```GET /api/v2/authorization/divisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/divisions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a division.,"```POST /api/v2/authorization/divisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/home Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve the home division for the organization. Will not include object counts.,"```GET /api/v2/authorization/divisions/home HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/limit Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the maximum allowed number of divisions.,"```GET /api/v2/authorization/divisions/limit HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/authorization/divisions/{divisionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a division.,"```DELETE /api/v2/authorization/divisions/{divisionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/{divisionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns an authorization division.,"```GET /api/v2/authorization/divisions/{divisionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/divisions/{divisionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a division.,"```PUT /api/v2/authorization/divisions/{divisionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/{divisionId}/grants Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all grants for a given division. Returns all grants assigned to a given division. Maximum page size is 500.,"```GET /api/v2/authorization/divisions/{divisionId}/grants HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/divisions/{divisionId}/objects/{objectType} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Assign a list of objects to a division. Set the division of a specified list of objects. The objects must all be of the same type, one of: CAMPAIGN, MANAGEMENTUNIT, FLOW, QUEUE, DATATABLES or USER. The body of the request is a list of object IDs, which are expected to be GUIDs, e.g. [""206ce31f-61ec-40ed-a8b1-be6f06303998"",""250a754e-f5e4-4f51-800f-a92f09d3bf8c""]","```POST /api/v2/authorization/divisions/{divisionId}/objects/{objectType} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/divisions/{divisionId}/restore Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Recreate a previously deleted division.,"```POST /api/v2/authorization/divisions/{divisionId}/restore HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisionspermitted/paged/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns which divisions the current user has the given permission in.,"```GET /api/v2/authorization/divisionspermitted/paged/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/permissions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all permissions. Retrieve a list of all permission defined in the system.,"```GET /api/v2/authorization/permissions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/products Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list of enabled products. Gets the list of enabled products. Some example product names are: collaborateFree, collaboratePro, communicate, and engage.","```GET /api/v2/authorization/products HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of all roles defined for the organization,"```GET /api/v2/authorization/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an organization role.,"```POST /api/v2/authorization/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/roles/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Restores all default roles. This endpoint serves several purposes. 1. It provides the org with default roles. This is important for default roles that will be added after go-live (they can retroactively add the new default-role). Note: When not using a query param of force=true, it only adds the default roles not configured for the org; it does not overwrite roles. 2. Using the query param force=true, you can restore all default roles. Note: This does not have an effect on custom roles.","```POST /api/v2/authorization/roles/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/roles/default Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Restore specified default roles,"```PUT /api/v2/authorization/roles/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/roles/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get authorization role settings,"```GET /api/v2/authorization/roles/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/roles/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Change authorization role settings. Change role settings,"```PUT /api/v2/authorization/roles/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an org role to default role comparison. Compares any organization role to a default role id and show differences,"```GET /api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an unsaved org role to default role comparison. Allows users to compare their existing roles in an unsaved state to its default role,"```POST /api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/authorization/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an organization role.,"```DELETE /api/v2/authorization/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a single organization role. Get the organization role specified by its ID.,"```GET /api/v2/authorization/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/authorization/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch Organization Role for needsUpdate Field. Patch Organization Role for needsUpdate Field,"```PATCH /api/v2/authorization/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk-grant subjects and divisions with an organization role.,"```POST /api/v2/authorization/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an organization role. Update,"```PUT /api/v2/authorization/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/roles/{roleId}/subjectgrants Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the subjects' granted divisions in the specified role. Includes the divisions for which the subject has a grant.,"```GET /api/v2/authorization/roles/{roleId}/subjectgrants HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/roles/{roleId}/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of the users in a specified role. Get an array of the UUIDs of the users in the specified role.,"```GET /api/v2/authorization/roles/{roleId}/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/roles/{roleId}/users/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Sets the users for the role,"```PUT /api/v2/authorization/roles/{roleId}/users/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/roles/{roleId}/users/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Removes the users from the role,"```PUT /api/v2/authorization/roles/{roleId}/users/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get authorization settings,"```GET /api/v2/authorization/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/authorization/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Change authorization settings. Change authorization settings,"```PATCH /api/v2/authorization/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/subjects/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a listing of roles and permissions for the currently authenticated user.,"```GET /api/v2/authorization/subjects/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/subjects/rolecounts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the count of roles granted to a list of subjects,"```GET /api/v2/authorization/subjects/rolecounts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/subjects/{subjectId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a listing of roles and permissions for a user.,"```GET /api/v2/authorization/subjects/{subjectId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/bulkadd Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk-grant roles and divisions to a subject.,"```POST /api/v2/authorization/subjects/{subjectId}/bulkadd HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/bulkremove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk-remove grants from a subject.,"```POST /api/v2/authorization/subjects/{subjectId}/bulkremove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/bulkreplace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace subject's roles and divisions with the exact list supplied in the request. This operation will not remove grants that are inherited from group membership. It will only set the grants directly applied to the subject.,"```POST /api/v2/authorization/subjects/{subjectId}/bulkreplace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a grant of a role in a division,"```DELETE /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Make a grant of a role in a division,"```POST /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{subjectId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a listing of roles and permissions for a user.,"```GET /api/v2/users/{subjectId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{subjectId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Sets the user's roles,"```PUT /api/v2/users/{subjectId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/billing/reports/billableusage Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a report of the billable license usages. Report is of the billable usages (e.g. licenses and devices utilized) for a given period. If response's status is InProgress, wait a few seconds, then try the same request again.","```GET /api/v2/billing/reports/billableusage HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/billing/trusteebillingoverview/{trustorOrgId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the billing overview for an organization that is managed by a partner. Tax Disclaimer: Prices returned by this API do not include applicable taxes. It is the responsibility of the customer to pay all taxes that are appropriate in their jurisdiction. See the PureCloud API Documentation in the Developer Center for more information about this API: https://developer.mypurecloud.com/api/rest/v2/,"```GET /api/v2/billing/trusteebillingoverview/{trustorOrgId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/carrierservices/integrations/emergencylocations/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get location for the logged in user,"```GET /api/v2/carrierservices/integrations/emergencylocations/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/carrierservices/integrations/emergencylocations/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set current location for the logged in user,"```POST /api/v2/carrierservices/integrations/emergencylocations/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a message,"```GET /api/v2/chats/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/chats/messages/{messageId}/reactions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update reactions to a message,"```PUT /api/v2/chats/messages/{messageId}/reactions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/chats/rooms Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an adhoc room,"```POST /api/v2/chats/rooms HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/rooms/{roomJid} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a room,"```GET /api/v2/chats/rooms/{roomJid} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/chats/rooms/{roomJid} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set properties for a room,"```PATCH /api/v2/chats/rooms/{roomJid} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/rooms/{roomJid}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a room's message history,"```GET /api/v2/chats/rooms/{roomJid}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/chats/rooms/{roomJid}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a message to a room,"```POST /api/v2/chats/rooms/{roomJid}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/chats/rooms/{roomJid}/messages/pins Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Add pinned messages for a room, up to a maximum of 5 pinned messages","```POST /api/v2/chats/rooms/{roomJid}/messages/pins HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/chats/rooms/{roomJid}/messages/pins/{pinnedMessageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove a pinned message from a room,"```DELETE /api/v2/chats/rooms/{roomJid}/messages/pins/{pinnedMessageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/rooms/{roomJid}/messages/{messageIds} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get messages by id(s) from a room,"```GET /api/v2/chats/rooms/{roomJid}/messages/{messageIds} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/chats/rooms/{roomJid}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a message in a room,"```DELETE /api/v2/chats/rooms/{roomJid}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/chats/rooms/{roomJid}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Edit a message in a room,"```PATCH /api/v2/chats/rooms/{roomJid}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/rooms/{roomJid}/participants Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get room participants in a room,"```GET /api/v2/chats/rooms/{roomJid}/participants HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/rooms/{roomJid}/participants/{participantJid} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a room participant,"```GET /api/v2/chats/rooms/{roomJid}/participants/{participantJid} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/chats/rooms/{roomJid}/participants/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove a user from a room.,"```DELETE /api/v2/chats/rooms/{roomJid}/participants/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/chats/rooms/{roomJid}/participants/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Join a room,"```POST /api/v2/chats/rooms/{roomJid}/participants/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Chat Settings.,"```GET /api/v2/chats/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/chats/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch Chat Settings.,"```PATCH /api/v2/chats/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/chats/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Chat Settings.,"```PUT /api/v2/chats/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/threads/{threadId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get history by thread,"```GET /api/v2/chats/threads/{threadId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/users/{userId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get 1on1 History between a user,"```GET /api/v2/chats/users/{userId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/chats/users/{userId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a message to a user,"```POST /api/v2/chats/users/{userId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/chats/users/{userId}/messages/{messageIds} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get messages by id(s) from a 1on1,"```GET /api/v2/chats/users/{userId}/messages/{messageIds} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/chats/users/{userId}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a message to a user,"```DELETE /api/v2/chats/users/{userId}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/chats/users/{userId}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Edit a message to a user,"```PATCH /api/v2/chats/users/{userId}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/appointments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get appointments for users and optional date range,"```GET /api/v2/coaching/appointments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/coaching/appointments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new appointment,"```POST /api/v2/coaching/appointments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/coaching/appointments/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve aggregated appointment data,"```POST /api/v2/coaching/appointments/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/appointments/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get my appointments for a given date range,"```GET /api/v2/coaching/appointments/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/coaching/appointments/{appointmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an existing appointment. Permission not required if you are the creator of the appointment,"```DELETE /api/v2/coaching/appointments/{appointmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/appointments/{appointmentId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieve an appointment. Permission not required if you are the attendee, creator or facilitator of the appointment","```GET /api/v2/coaching/appointments/{appointmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/coaching/appointments/{appointmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an existing appointment. Permission not required if you are the creator or facilitator of the appointment,"```PATCH /api/v2/coaching/appointments/{appointmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/appointments/{appointmentId}/annotations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of annotations. You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can view private annotations).,"```GET /api/v2/coaching/appointments/{appointmentId}/annotations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/coaching/appointments/{appointmentId}/annotations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new annotation. You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can create private annotations).,"```POST /api/v2/coaching/appointments/{appointmentId}/annotations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an existing annotation. You must have the appropriate permission for the type of annotation you are updating. Permission not required if you are the creator or facilitator of the appointment,"```DELETE /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve an annotation. You must have the appropriate permission for the type of annotation you are creating. Permission not required if you are related to the appointment (only the creator or facilitator can view private annotations).,"```GET /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an existing annotation. You must have the appropriate permission for the type of annotation you are updating. Permission not required if you are the creator or facilitator of the appointment,"```PATCH /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/coaching/appointments/{appointmentId}/conversations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a conversation to an appointment. Permission not required if you are the creator or facilitator of the appointment,"```POST /api/v2/coaching/appointments/{appointmentId}/conversations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/coaching/appointments/{appointmentId}/status Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update the status of a coaching appointment. Permission not required if you are an attendee, creator or facilitator of the appointment","```PATCH /api/v2/coaching/appointments/{appointmentId}/status HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/appointments/{appointmentId}/statuses Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list of status changes for a coaching appointment. Permission not required if you are an attendee, creator or facilitator of the appointment","```GET /api/v2/coaching/appointments/{appointmentId}/statuses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/notifications Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve the list of your notifications.,"```GET /api/v2/coaching/notifications HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/coaching/notifications/{notificationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an existing notification. Permission not required if you are the owner of the notification.,"```GET /api/v2/coaching/notifications/{notificationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/coaching/notifications/{notificationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an existing notification. Can only update your own notifications.,"```PATCH /api/v2/coaching/notifications/{notificationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/coaching/scheduleslots/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of possible slots where a coaching appointment can be scheduled.,"```POST /api/v2/coaching/scheduleslots/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/documents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a document.,"```POST /api/v2/contentmanagement/documents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/contentmanagement/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a document.,"```DELETE /api/v2/contentmanagement/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a document.,"```GET /api/v2/contentmanagement/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a document.,"```POST /api/v2/contentmanagement/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/documents/{documentId}/content Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Download a document.,"```GET /api/v2/contentmanagement/documents/{documentId}/content HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/documents/{documentId}/content Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace the contents of a document.,"```POST /api/v2/contentmanagement/documents/{documentId}/content HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query content,"```GET /api/v2/contentmanagement/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query content,"```POST /api/v2/contentmanagement/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/securityprofiles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a List of Security Profiles,"```GET /api/v2/contentmanagement/securityprofiles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/securityprofiles/{securityProfileId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Security Profile,"```GET /api/v2/contentmanagement/securityprofiles/{securityProfileId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/shared/{sharedId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get shared documents. Securely download a shared document. This method requires the download sharing URI obtained in the get document response (downloadSharingUri). Documents may be shared between users in the same workspace. Documents may also be shared between any user by creating a content management share.,"```GET /api/v2/contentmanagement/shared/{sharedId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/shares Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of shares. You must specify at least one filter (e.g. entityId). Failing to specify a filter will return 400.,"```GET /api/v2/contentmanagement/shares HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/shares Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new share or updates an existing share if the entity has already been shared,"```POST /api/v2/contentmanagement/shares HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/contentmanagement/shares/{shareId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes an existing share. This revokes sharing rights specified in the share record,"```DELETE /api/v2/contentmanagement/shares/{shareId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/shares/{shareId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve details about an existing share.,"```GET /api/v2/contentmanagement/shares/{shareId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/status Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of statuses for pending operations,"```GET /api/v2/contentmanagement/status HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/contentmanagement/status/{statusId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Cancel the command for this status,"```DELETE /api/v2/contentmanagement/status/{statusId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/status/{statusId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a status.,"```GET /api/v2/contentmanagement/status/{statusId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/usage Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get usage details.,"```GET /api/v2/contentmanagement/usage HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a list of workspaces. Specifying 'content' access will return all workspaces the user has document access to, while 'admin' access will return all group workspaces the user has administrative rights to.","```GET /api/v2/contentmanagement/workspaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/workspaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a group workspace,"```POST /api/v2/contentmanagement/workspaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/contentmanagement/workspaces/{workspaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a workspace,"```DELETE /api/v2/contentmanagement/workspaces/{workspaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces/{workspaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a workspace.,"```GET /api/v2/contentmanagement/workspaces/{workspaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/contentmanagement/workspaces/{workspaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a workspace,"```PUT /api/v2/contentmanagement/workspaces/{workspaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces/{workspaceId}/documents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of documents.,"```GET /api/v2/contentmanagement/workspaces/{workspaceId}/documents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces/{workspaceId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list workspace members,"```GET /api/v2/contentmanagement/workspaces/{workspaceId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a member from a workspace,"```DELETE /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a workspace member,"```GET /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a member to a workspace,"```PUT /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of workspace tags,"```GET /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a workspace tag,"```POST /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Perform a prefix query on tags in the workspace,"```POST /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete workspace tag. Delete a tag from a workspace. Will remove this tag from all documents.,"```DELETE /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a workspace tag,"```GET /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a workspace tag. Will update all documents with the new tag value.,"```PUT /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation activity observations,"```POST /api/v2/analytics/conversations/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation aggregates,"```POST /api/v2/analytics/conversations/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets multiple conversations by id,"```GET /api/v2/analytics/conversations/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/details/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation details asynchronously,"```POST /api/v2/analytics/conversations/details/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details/jobs/availability Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Lookup the datalake availability date and time,"```GET /api/v2/analytics/conversations/details/jobs/availability HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/analytics/conversations/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete/cancel an async details job,"```DELETE /api/v2/analytics/conversations/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status for async query for conversation details,"```GET /api/v2/analytics/conversations/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/details/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a page of results for an async details job,"```GET /api/v2/analytics/conversations/details/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/details/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for conversation details,"```POST /api/v2/analytics/conversations/details/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/conversations/{conversationId}/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a conversation by id,"```GET /api/v2/analytics/conversations/{conversationId}/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/{conversationId}/details/properties Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Index conversation properties,"```POST /api/v2/analytics/conversations/{conversationId}/details/properties HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active conversations for the logged in user,"```GET /api/v2/conversations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/aftercallwork/{conversationId}/participants/{participantId}/communications/{communicationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update after-call work for this conversation communication.,"```PATCH /api/v2/conversations/aftercallwork/{conversationId}/participants/{participantId}/communications/{communicationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/callbacks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active callback conversations for the logged in user,"```GET /api/v2/conversations/callbacks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/callbacks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a scheduled callback,"```PATCH /api/v2/conversations/callbacks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/callbacks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Callback,"```POST /api/v2/conversations/callbacks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/callbacks/bulk/disconnect Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disconnect multiple scheduled callbacks,"```POST /api/v2/conversations/callbacks/bulk/disconnect HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/callbacks/bulk/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update multiple scheduled callbacks,"```POST /api/v2/conversations/callbacks/bulk/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/callbacks/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get callback conversation,"```GET /api/v2/conversations/callbacks/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/callbacks/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by disconnecting all of the participants,"```PATCH /api/v2/conversations/callbacks/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant,"```PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/attributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes on a conversation participant.,"```PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/attributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant's communication by disconnecting it.,"```PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/replace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified user and/or address,"```POST /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/replace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation participant.,"```GET /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes for this conversation participant,"```GET /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/callbacks/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/callbacks/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active call conversations for the logged in user,"```GET /api/v2/conversations/calls HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a call conversation,"```POST /api/v2/conversations/calls HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls/history Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get call history,"```GET /api/v2/conversations/calls/history HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls/maximumconferenceparties Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the maximum number of participants that this user can have on a conference,"```GET /api/v2/conversations/calls/maximumconferenceparties HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get call conversation,"```GET /api/v2/conversations/calls/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/calls/{conversationId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update a conversation by setting its recording state, merging in other conversations to create a conference, or disconnecting all of the participants","```PATCH /api/v2/conversations/calls/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Place a new call as part of a callback conversation.,"```POST /api/v2/conversations/calls/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add participants to a conversation,"```POST /api/v2/conversations/calls/{conversationId}/participants HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant,"```PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}/attributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes on a conversation participant.,"```PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}/attributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/barge Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Barge a given participant's call creating a barged in conference of connected participants.,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/barge HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/coach Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Listen in on the conversation from the point of view of a given participant while speaking to just the given participant.,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/coach HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant's communication by disconnecting it.,"```PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/uuidata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set uuiData to be sent on future commands.,"```PUT /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/uuidata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Cancel the transfer,"```DELETE /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Change who can speak,"```PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate and update consult transfer,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/agent Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate a consult transfer to an agent,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/agent HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/external Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate a consult transfer to an external contact,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/external HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/queue Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate a consult transfer to a queue,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/queue HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/monitor Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Listen in on the conversation from the point of view of a given participant.,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/monitor HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/replace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified user and/or address,"```POST /api/v2/conversations/calls/{conversationId}/participants/{participantId}/replace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation participant.,"```GET /api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes for this conversation participant,"```GET /api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/calls/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/calls/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active chat conversations for the logged in user,"```GET /api/v2/conversations/chats HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/chats Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a web chat conversation,"```POST /api/v2/conversations/chats HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get chat conversation,"```GET /api/v2/conversations/chats/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/chats/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by disconnecting all of the participants,"```PATCH /api/v2/conversations/chats/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/chats/{conversationId}/communications/{communicationId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a message on behalf of a communication in a chat conversation.,"```POST /api/v2/conversations/chats/{conversationId}/communications/{communicationId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/chats/{conversationId}/communications/{communicationId}/typing Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a typing-indicator on behalf of a communication in a chat conversation.,"```POST /api/v2/conversations/chats/{conversationId}/communications/{communicationId}/typing HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats/{conversationId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the messages of a chat conversation. The current user must be involved with the conversation to get its messages.,"```GET /api/v2/conversations/chats/{conversationId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats/{conversationId}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a web chat conversation message. The current user must be involved with the conversation to get its messages.,"```GET /api/v2/conversations/chats/{conversationId}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/chats/{conversationId}/participants/{participantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant,"```PATCH /api/v2/conversations/chats/{conversationId}/participants/{participantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/chats/{conversationId}/participants/{participantId}/attributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes on a conversation participant.,"```PATCH /api/v2/conversations/chats/{conversationId}/participants/{participantId}/attributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant's communication by disconnecting it.,"```PATCH /api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/chats/{conversationId}/participants/{participantId}/replace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified user and/or address,"```POST /api/v2/conversations/chats/{conversationId}/participants/{participantId}/replace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation participant.,"```GET /api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes for this conversation participant,"```GET /api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/chats/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/chats/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/cobrowsesessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active cobrowse conversations for the logged in user,"```GET /api/v2/conversations/cobrowsesessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/cobrowsesessions/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get cobrowse conversation,"```GET /api/v2/conversations/cobrowsesessions/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/cobrowsesessions/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/cobrowsesessions/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active email conversations for the logged in user,"```GET /api/v2/conversations/emails HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create an email conversation. If the direction of the request is INBOUND, this will create an external conversation with a third party provider. If the direction of the the request is OUTBOUND, this will create a conversation to send outbound emails on behalf of a queue.","```POST /api/v2/conversations/emails HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/agentless Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create an email conversation, per API","```POST /api/v2/conversations/emails/agentless HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get email conversation,"```GET /api/v2/conversations/emails/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/emails/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by disconnecting all of the participants,"```PATCH /api/v2/conversations/emails/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/{conversationId}/inboundmessages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send an email to an external conversation. An external conversation is one where the provider is not PureCloud based. This endpoint allows the sender of the external email to reply or send a new message to the existing conversation. The new message will be treated as part of the existing conversation and chained to it.,"```POST /api/v2/conversations/emails/{conversationId}/inboundmessages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get conversation messages,"```GET /api/v2/conversations/emails/{conversationId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/{conversationId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send an email reply,"```POST /api/v2/conversations/emails/{conversationId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/messages/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get conversation draft reply,"```GET /api/v2/conversations/emails/{conversationId}/messages/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/emails/{conversationId}/messages/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reset conversation draft to its initial state and/or auto-fill draft content,"```PATCH /api/v2/conversations/emails/{conversationId}/messages/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/emails/{conversationId}/messages/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation draft reply,"```PUT /api/v2/conversations/emails/{conversationId}/messages/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/{conversationId}/messages/draft/attachments/copy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Copy attachments from an email message to the current draft.,"```POST /api/v2/conversations/emails/{conversationId}/messages/draft/attachments/copy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/emails/{conversationId}/messages/draft/attachments/{attachmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete attachment from draft,"```DELETE /api/v2/conversations/emails/{conversationId}/messages/draft/attachments/{attachmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get conversation message,"```GET /api/v2/conversations/emails/{conversationId}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant,"```PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId}/attributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes on a conversation participant.,"```PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId}/attributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant's communication by disconnecting it.,"```PATCH /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/{conversationId}/participants/{participantId}/replace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified user and/or address,"```POST /api/v2/conversations/emails/{conversationId}/participants/{participantId}/replace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation participant.,"```GET /api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes for this conversation participant,"```GET /api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/emails/{conversationId}/reconnect Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reconnect the user to the most recently disconnected customer on a fully disconnected email conversation,"```POST /api/v2/conversations/emails/{conversationId}/reconnect HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/emails/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/emails/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/emails/{conversationId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get emails settings for a given conversation,"```GET /api/v2/conversations/emails/{conversationId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/faxes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Fax Conversation,"```POST /api/v2/conversations/faxes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/keyconfigurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of key configurations data,"```GET /api/v2/conversations/keyconfigurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/keyconfigurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Setup configurations for encryption key creation,"```POST /api/v2/conversations/keyconfigurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/keyconfigurations/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validate encryption key configurations without saving it,"```POST /api/v2/conversations/keyconfigurations/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/keyconfigurations/{keyconfigurationsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the encryption key configurations,"```GET /api/v2/conversations/keyconfigurations/{keyconfigurationsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/keyconfigurations/{keyconfigurationsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the encryption key configurations,"```PUT /api/v2/conversations/keyconfigurations/{keyconfigurationsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active message conversations for the logged in user,"```GET /api/v2/conversations/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create an outbound messaging conversation. If there is an existing conversation between the remote address and the address associated with the queue specified in createOutboundRequest then the result of this request depends on the state of that conversation and the useExistingConversation field of createOutboundRequest. If the existing conversation is in alerting or connected state, then the request will fail. If the existing conversation is disconnected but still within the conversation window then the request will fail unless useExistingConversation is set to true.","```POST /api/v2/conversations/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/agentless Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send an agentless outbound message. Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the 'fromAddress' and 'toAddress' specified, the 'useExistingActiveConversation' param can be used to barge in to the ongoing conversation.","```POST /api/v2/conversations/messages/agentless HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/cachedmedia Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of cached media items,"```GET /api/v2/conversations/messages/cachedmedia HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messages/cachedmedia/{cachedMediaItemId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove a cached media item asychronously,"```DELETE /api/v2/conversations/messages/cachedmedia/{cachedMediaItemId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/cachedmedia/{cachedMediaItemId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a cached media item,"```GET /api/v2/conversations/messages/cachedmedia/{cachedMediaItemId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get message conversation,"```GET /api/v2/conversations/messages/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messages/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by disconnecting all of the participants,"```PATCH /api/v2/conversations/messages/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send message. Send message on existing conversation/communication. Only one message body field can be accepted, per request. Example: 1 textBody, 1 mediaId, 1 stickerId, or 1 messageTemplate.","```POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create media. See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.,"```POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/{mediaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get media. See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.,"```GET /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/{mediaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/typing Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send message typing event. Send message typing event for existing conversation/communication.,"```POST /api/v2/conversations/messages/{conversationId}/communications/{communicationId}/typing HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/messages/bulk Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get messages in batch. The path parameter [conversationId] should contain the conversationId of the conversation being filtered. The body should contain the messageId(s) of messages being requested. For example: [""a3069a33b-bbb1-4703-9d68-061d9e9db96e"", ""55bc6be3-078c-4a49-a4e6-1e05776ed7e8""]","```POST /api/v2/conversations/messages/{conversationId}/messages/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{conversationId}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get conversation message,"```GET /api/v2/conversations/messages/{conversationId}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant,"```PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes on a conversation participant.,"```PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation participant's communication by disconnecting it.,"```PATCH /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/monitor Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Listen in on the conversation from the point of view of a given participant.,"```POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/monitor HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified user and/or address,"```POST /api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation participant.,"```GET /api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes for this conversation participant,"```GET /api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/messages/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/messages/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{integrationId}/inbound/open/event Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send an inbound Open Event Message. Send an inbound event message to an Open Messaging integration. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.","```POST /api/v2/conversations/messages/{integrationId}/inbound/open/event HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{integrationId}/inbound/open/message Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send inbound Open Message. Send an inbound message to an Open Messaging integration. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.","```POST /api/v2/conversations/messages/{integrationId}/inbound/open/message HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messages/{integrationId}/inbound/open/receipt Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send an inbound Open Receipt Message. Send an inbound open Receipt to an Open Messaging integration. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.","```POST /api/v2/conversations/messages/{integrationId}/inbound/open/receipt HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messages/{messageId}/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get message,"```GET /api/v2/conversations/messages/{messageId}/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/facebook/app Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Genesys Facebook App Id,"```GET /api/v2/conversations/messaging/facebook/app HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/facebook/permissions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Facebook Permissions,"```GET /api/v2/conversations/messaging/facebook/permissions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Integrations,"```GET /api/v2/conversations/messaging/integrations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/facebook Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Facebook Integrations,"```GET /api/v2/conversations/messaging/integrations/facebook HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messaging/integrations/facebook Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Facebook Integration,"```POST /api/v2/conversations/messaging/integrations/facebook HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/integrations/facebook/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Facebook messaging integration,"```DELETE /api/v2/conversations/messaging/integrations/facebook/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/facebook/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Facebook messaging integration,"```GET /api/v2/conversations/messaging/integrations/facebook/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/integrations/facebook/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Facebook messaging integration,"```PATCH /api/v2/conversations/messaging/integrations/facebook/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/instagram Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Instagram Integrations,"```GET /api/v2/conversations/messaging/integrations/instagram HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messaging/integrations/instagram Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Instagram Integration,"```POST /api/v2/conversations/messaging/integrations/instagram HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/integrations/instagram/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Instagram messaging integration,"```DELETE /api/v2/conversations/messaging/integrations/instagram/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/instagram/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Instagram messaging integration,"```GET /api/v2/conversations/messaging/integrations/instagram/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/integrations/instagram/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Instagram messaging integration,"```PATCH /api/v2/conversations/messaging/integrations/instagram/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/open Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Open messaging integrations. See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.,"```GET /api/v2/conversations/messaging/integrations/open HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messaging/integrations/open Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an Open messaging integration. See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.,"```POST /api/v2/conversations/messaging/integrations/open HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/integrations/open/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an Open messaging integration. See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.,"```DELETE /api/v2/conversations/messaging/integrations/open/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/open/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Open messaging integration. See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.,"```GET /api/v2/conversations/messaging/integrations/open/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/integrations/open/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an Open messaging integration. See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.,"```PATCH /api/v2/conversations/messaging/integrations/open/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/whatsapp Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of WhatsApp Integrations,"```GET /api/v2/conversations/messaging/integrations/whatsapp HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create a WhatsApp Integration using the WhatsApp embedded signup flow. Use the access token returned from the embedded signup flow to obtain a list of available phone numbers that can be associated with the created integration. The returned WhatsApp integration will initially have a createStatus of Initiated until the list of available phone numbers can be obtained from the provider. Please run a GET on the created integration until it returns a createStatus of Completed, and the list of available phone numbers obtained from the provider. You can then specify one of the available phone numbers in the PATCH call on the integration to activate it.","```POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Activate a WhatsApp messaging integration created using the WhatsApp embedded signup flow. Please specify the phone number to associate with this WhatsApp integration from the list of available phone numbers returned to you in the POST call to create the integration. You can then run a GET on the integration to check if its status has been updated to Active,"```PATCH /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a WhatsApp messaging integration,"```DELETE /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a WhatsApp messaging integration,"```GET /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a WhatsApp messaging integration,"```PATCH /api/v2/conversations/messaging/integrations/whatsapp/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of messaging settings,"```GET /api/v2/conversations/messaging/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messaging/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a messaging setting,"```POST /api/v2/conversations/messaging/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/settings/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Delete the organization's default setting, a global default will be applied to integrations without settings. When an integration is created a settings ID may be assigned to it. If the settings ID is not supplied, the default settings will be assigned to it.","```DELETE /api/v2/conversations/messaging/settings/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/settings/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the organization's default settings that will be used as the default when creating an integration. When an integration is created a settings ID may be assigned to it. If the settings ID is not supplied, the default settings will be assigned to it.","```GET /api/v2/conversations/messaging/settings/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/messaging/settings/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Set the organization's default setting that may be applied to to integrations without settings. When an integration is created a settings ID may be assigned to it. If the settings ID is not supplied, the default settings will be assigned to it.","```PUT /api/v2/conversations/messaging/settings/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/settings/{messageSettingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a messaging setting,"```DELETE /api/v2/conversations/messaging/settings/{messageSettingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/settings/{messageSettingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a messaging setting,"```GET /api/v2/conversations/messaging/settings/{messageSettingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/settings/{messageSettingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a messaging setting,"```PATCH /api/v2/conversations/messaging/settings/{messageSettingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/supportedcontent Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Supported Content profiles,"```GET /api/v2/conversations/messaging/supportedcontent HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/messaging/supportedcontent Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Supported Content profile,"```POST /api/v2/conversations/messaging/supportedcontent HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/supportedcontent/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the organization's default supported content profile that will be used as the default when creating an integration. When an integration is created a supported content ID may be assigned to it. If the supported content ID is not supplied, the default supported content profile will be assigned to it.","```GET /api/v2/conversations/messaging/supportedcontent/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/messaging/supportedcontent/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Set the organization's default supported content profile that may be assigned to an integration when it is created. When an integration is created a supported content ID may be assigned to it. If the supported content ID is not supplied, the default supported content profile will be assigned to it.","```PUT /api/v2/conversations/messaging/supportedcontent/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/messaging/supportedcontent/{supportedContentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a supported content profile,"```DELETE /api/v2/conversations/messaging/supportedcontent/{supportedContentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/supportedcontent/{supportedContentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a supported content profile,"```GET /api/v2/conversations/messaging/supportedcontent/{supportedContentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/messaging/supportedcontent/{supportedContentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a supported content profile,"```PATCH /api/v2/conversations/messaging/supportedcontent/{supportedContentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/messaging/threadingtimeline Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get conversation threading window timeline for each messaging type. Conversation messaging threading timeline is a setting defined for each messenger type in your organization. This setting will dictate whether a new message is added to the most recent existing conversation, or creates a new Conversation. If the existing Conversation is still in a connected state the threading timeline setting will never play a role. After the conversation is disconnected, if an inbound message is received or an outbound message is sent after the setting for threading timeline expires, a new conversation is created.","```GET /api/v2/conversations/messaging/threadingtimeline HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/messaging/threadingtimeline Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update conversation threading window timeline for each messaging type. PUT Conversation messaging threading timeline is intended to set the conversation threading settings for ALL messengerTypes. If you omit a messengerType in the request body then the setting for that messengerType will use the platform default value. The PUT replaces the existing setting(s) that were previously set for each messengerType.,"```PUT /api/v2/conversations/messaging/threadingtimeline HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/participants/attributes/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search conversations,"```POST /api/v2/conversations/participants/attributes/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Settings,"```GET /api/v2/conversations/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Settings,"```PATCH /api/v2/conversations/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/socials/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/socials/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation communication.,"```GET /api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply wrap-up for this conversation communication,"```POST /api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/videos/{conversationId}/recordingstate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a conversation by setting its recording state,"```PUT /api/v2/conversations/videos/{conversationId}/recordingstate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get conversation,"```GET /api/v2/conversations/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/assign Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Attempts to manually assign a specified conversation to a specified user. Ignores bullseye ring, PAR score, skills, and languages.","```POST /api/v2/conversations/{conversationId}/assign HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/barge Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Barge a conversation creating a barged in conference of connected participants.,"```POST /api/v2/conversations/{conversationId}/barge HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/cobrowse Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Creates a cobrowse session. Requires ""conversation:cobrowse:add"" (for web messaging) or ""conversation:cobrowsevoice:add"" permission.","```POST /api/v2/conversations/{conversationId}/cobrowse HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/disconnect Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Performs a full conversation teardown. Issues disconnect requests for any connected media. Applies a system wrap-up code to any participants that are pending wrap-up. This is not intended to be the normal way of ending interactions but is available in the event of problems with the application to allow a resynchronization of state across all components. It is recommended that users submit a support case if they are relying on this endpoint systematically as there is likely something that needs investigation.,"```POST /api/v2/conversations/{conversationId}/disconnect HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/{conversationId}/participants/{participantId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a participant. Update conversation participant.,"```PATCH /api/v2/conversations/{conversationId}/participants/{participantId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/{conversationId}/participants/{participantId}/attributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes on a conversation participant.,"```PATCH /api/v2/conversations/{conversationId}/participants/{participantId}/attributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/callbacks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new callback for the specified participant on the conversation.,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/callbacks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/{conversationId}/participants/{participantId}/codes/{addCommunicationCode} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a code used to add a communication to this participant,"```DELETE /api/v2/conversations/{conversationId}/participants/{participantId}/codes/{addCommunicationCode} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/digits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Sends DTMF to the participant,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/digits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove flagged reason from conversation participant.,"```DELETE /api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set flagged reason on conversation participant to indicate bad conversation quality.,"```PUT /api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified user and/or address,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace/agent Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified agent,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace/agent HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace/external Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the an external contact,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace/external HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace/queue Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace this participant with the specified queue,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/replace/queue HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of secure sessions for this participant.,"```GET /api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create secure IVR session. Only a participant in the conversation can invoke a secure IVR.,"```POST /api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions/{secureSessionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch info on a secure session,"```GET /api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions/{secureSessionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/participants/{participantId}/wrapup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up for this conversation participant.,"```GET /api/v2/conversations/{conversationId}/participants/{participantId}/wrapup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/participants/{participantId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes for this conversation participant,"```GET /api/v2/conversations/{conversationId}/participants/{participantId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/secureattributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the secure attributes on a conversation.,"```GET /api/v2/conversations/{conversationId}/secureattributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/{conversationId}/secureattributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the secure attributes on a conversation.,"```PATCH /api/v2/conversations/{conversationId}/secureattributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/{conversationId}/secureattributes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set the secure attributes on a conversation.,"```PUT /api/v2/conversations/{conversationId}/secureattributes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/suggestions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all suggestions for a conversation.,"```GET /api/v2/conversations/{conversationId}/suggestions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/suggestions/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Suggestion feedback.,"```POST /api/v2/conversations/{conversationId}/suggestions/feedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/suggestions/{suggestionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Suggestion.,"```GET /api/v2/conversations/{conversationId}/suggestions/{suggestionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/suggestions/{suggestionId}/engagement Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Save an engagement on the suggestion.,"```POST /api/v2/conversations/{conversationId}/suggestions/{suggestionId}/engagement HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Submit feedback for the summary.,"```POST /api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/{conversationId}/tags Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the tags on a conversation.,"```PUT /api/v2/conversations/{conversationId}/tags HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/conversations/{conversationId}/utilizationlabel Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update the utilization label on a conversation. When there is no value provided, the system default label is applied","```PATCH /api/v2/conversations/{conversationId}/utilizationlabel HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/dataextensions/coretypes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the core types from which all schemas are built.,"```GET /api/v2/dataextensions/coretypes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/dataextensions/coretypes/{coretypeName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a specific named core type.,"```GET /api/v2/dataextensions/coretypes/{coretypeName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/dataextensions/limits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get quantitative limits on schemas,"```GET /api/v2/dataextensions/limits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/downloads/{downloadId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Issues a redirect to a signed secure download URL for specified download. this method will issue a redirect to the url to the content,"```GET /api/v2/downloads/{downloadId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/emails/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get email Contact Center settings,"```GET /api/v2/emails/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/emails/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch email Contact Center settings,"```PATCH /api/v2/emails/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/employeeengagement/celebrations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all celebrations,"```GET /api/v2/employeeengagement/celebrations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/employeeengagement/celebrations/{celebrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a celebration,"```DELETE /api/v2/employeeengagement/celebrations/{celebrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/employeeengagement/celebrations/{celebrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set a state for a celebration,"```PATCH /api/v2/employeeengagement/celebrations/{celebrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/employeeengagement/recognitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a recognition,"```POST /api/v2/employeeengagement/recognitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/employeeengagement/recognitions/{recognitionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a single recognition,"```GET /api/v2/employeeengagement/recognitions/{recognitionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/events/conversations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish Conversation Batch Events,"```POST /api/v2/events/conversations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/events/users/presence Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish User Presence Status Batch Events,"```POST /api/v2/events/users/presence HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/events/users/routingstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish Agent Routing Status Batch Events,"```POST /api/v2/events/users/routingstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk fetch contacts,"```POST /api/v2/externalcontacts/bulk/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/contacts/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add contacts,"```POST /api/v2/externalcontacts/bulk/contacts/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/contacts/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk remove contacts,"```POST /api/v2/externalcontacts/bulk/contacts/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/contacts/unresolved Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk fetch unresolved ancestor contacts,"```POST /api/v2/externalcontacts/bulk/contacts/unresolved HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/contacts/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk update contacts,"```POST /api/v2/externalcontacts/bulk/contacts/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/notes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk fetch notes,"```POST /api/v2/externalcontacts/bulk/notes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/notes/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add notes,"```POST /api/v2/externalcontacts/bulk/notes/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/notes/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk remove notes,"```POST /api/v2/externalcontacts/bulk/notes/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/notes/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk update notes,"```POST /api/v2/externalcontacts/bulk/notes/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/organizations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk fetch organizations,"```POST /api/v2/externalcontacts/bulk/organizations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/organizations/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add organizations,"```POST /api/v2/externalcontacts/bulk/organizations/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/organizations/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk remove organizations,"```POST /api/v2/externalcontacts/bulk/organizations/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/organizations/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk update organizations,"```POST /api/v2/externalcontacts/bulk/organizations/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/relationships Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk fetch relationships,"```POST /api/v2/externalcontacts/bulk/relationships HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/relationships/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add relationships,"```POST /api/v2/externalcontacts/bulk/relationships/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/relationships/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk remove relationships,"```POST /api/v2/externalcontacts/bulk/relationships/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/bulk/relationships/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk update relationships,"```POST /api/v2/externalcontacts/bulk/relationships/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search for external contacts,"```GET /api/v2/externalcontacts/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an external contact,"```POST /api/v2/externalcontacts/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of schemas.,"```GET /api/v2/externalcontacts/contacts/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/contacts/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a schema,"```POST /api/v2/externalcontacts/contacts/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/contacts/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a schema,"```DELETE /api/v2/externalcontacts/contacts/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a schema,"```GET /api/v2/externalcontacts/contacts/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/contacts/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a schema,"```PUT /api/v2/externalcontacts/contacts/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/schemas/{schemaId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all versions of an external contact's schema,"```GET /api/v2/externalcontacts/contacts/schemas/{schemaId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/schemas/{schemaId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a specific version of a schema,"```GET /api/v2/externalcontacts/contacts/schemas/{schemaId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/contacts/{contactId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an external contact,"```DELETE /api/v2/externalcontacts/contacts/{contactId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch an external contact,"```GET /api/v2/externalcontacts/contacts/{contactId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/contacts/{contactId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an external contact,"```PUT /api/v2/externalcontacts/contacts/{contactId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId}/identifiers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List the identifiers for a contact,"```GET /api/v2/externalcontacts/contacts/{contactId}/identifiers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/externalcontacts/contacts/{contactId}/identifiers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Claim or release identifiers for a contact,"```PATCH /api/v2/externalcontacts/contacts/{contactId}/identifiers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId}/journey/sessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all sessions for a given external contact.,"```GET /api/v2/externalcontacts/contacts/{contactId}/journey/sessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId}/notes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List notes for an external contact,"```GET /api/v2/externalcontacts/contacts/{contactId}/notes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/contacts/{contactId}/notes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a note for an external contact,"```POST /api/v2/externalcontacts/contacts/{contactId}/notes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a note for an external contact,"```DELETE /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a note for an external contact,"```GET /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a note for an external contact,"```PUT /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/contacts/{contactId}/promotion Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Promote an observed contact (ephemeral or identified) to a curated contact,"```POST /api/v2/externalcontacts/contacts/{contactId}/promotion HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId}/unresolved Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch an unresolved external contact,"```GET /api/v2/externalcontacts/contacts/{contactId}/unresolved HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/conversations/{conversationId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Associate/disassociate an external contact with a conversation. To associate, supply a value for the externalContactId. To disassociate, do not include the property at all.","```PUT /api/v2/externalcontacts/conversations/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/identifierlookup Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Fetch a contact using an identifier type and value. Phone number identifier values must be provided with the country code and a leading '+' symbol. Example: ""+1 704 298 4733""","```POST /api/v2/externalcontacts/identifierlookup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/merge/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Merge two contacts into a new contact record. Two curated contacts cannot be merged. Refer to the Contact Merging article on the Developer Center for details,"```POST /api/v2/externalcontacts/merge/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search for external organizations,"```GET /api/v2/externalcontacts/organizations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/organizations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an external organization,"```POST /api/v2/externalcontacts/organizations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of schemas.,"```GET /api/v2/externalcontacts/organizations/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/organizations/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a schema,"```POST /api/v2/externalcontacts/organizations/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a schema,"```GET /api/v2/externalcontacts/organizations/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/organizations/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a schema,"```PUT /api/v2/externalcontacts/organizations/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/schemas/{schemaId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all versions of an external organization's schema,"```GET /api/v2/externalcontacts/organizations/schemas/{schemaId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/schemas/{schemaId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a specific version of a schema,"```GET /api/v2/externalcontacts/organizations/schemas/{schemaId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/organizations/{externalOrganizationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an external organization,"```DELETE /api/v2/externalcontacts/organizations/{externalOrganizationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/{externalOrganizationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch an external organization,"```GET /api/v2/externalcontacts/organizations/{externalOrganizationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/organizations/{externalOrganizationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an external organization,"```PUT /api/v2/externalcontacts/organizations/{externalOrganizationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search for external contacts in an external organization,"```GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List notes for an external organization,"```GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a note for an external organization,"```POST /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a note for an external organization,"```DELETE /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a note for an external organization,"```GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a note for an external organization,"```PUT /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a relationship for an external organization,"```GET /api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Unlink the Trustor for this External Organization,"```DELETE /api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor/{trustorId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Links a Trustor with an External Organization,"```PUT /api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor/{trustorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/externalcontacts/relationships Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a relationship,"```POST /api/v2/externalcontacts/relationships HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/externalcontacts/relationships/{relationshipId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a relationship,"```DELETE /api/v2/externalcontacts/relationships/{relationshipId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/relationships/{relationshipId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a relationship,"```GET /api/v2/externalcontacts/relationships/{relationshipId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/externalcontacts/relationships/{relationshipId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a relationship,"```PUT /api/v2/externalcontacts/relationships/{relationshipId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/reversewhitepageslookup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Look up contacts and externalOrganizations based on an attribute. Maximum of 25 values returned.,"```GET /api/v2/externalcontacts/reversewhitepageslookup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/scan/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Scan for external contacts using paging,"```GET /api/v2/externalcontacts/scan/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/scan/notes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Scan for notes using paging,"```GET /api/v2/externalcontacts/scan/notes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/scan/organizations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Scan for external organizations using paging,"```GET /api/v2/externalcontacts/scan/organizations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/scan/relationships Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Scan for relationships,"```GET /api/v2/externalcontacts/scan/relationships HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/fax/documents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of fax documents.,"```GET /api/v2/fax/documents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/fax/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a fax document.,"```DELETE /api/v2/fax/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/fax/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a document.,"```GET /api/v2/fax/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/fax/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a fax document.,"```PUT /api/v2/fax/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/fax/documents/{documentId}/content Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Download a fax document.,"```GET /api/v2/fax/documents/{documentId}/content HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/fax/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get organization config for given organization,"```GET /api/v2/fax/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/fax/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/write organization config for given organization,"```PUT /api/v2/fax/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/fax/summary Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get fax summary,"```GET /api/v2/fax/summary HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flows/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow activity observations,"```POST /api/v2/analytics/flows/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flows/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow aggregates,"```POST /api/v2/analytics/flows/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/flows/observations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow observations,"```POST /api/v2/analytics/flows/observations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/employeeperformance/externalmetrics/data Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Write External Metric Data,"```POST /api/v2/employeeperformance/externalmetrics/data HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/employeeperformance/externalmetrics/definitions Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a list of External Metric Definitions of an organization, sorted by name in ascending order","```GET /api/v2/employeeperformance/externalmetrics/definitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/employeeperformance/externalmetrics/definitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create External Metric Definition,"```POST /api/v2/employeeperformance/externalmetrics/definitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/employeeperformance/externalmetrics/definitions/{metricId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an External Metric Definition,"```DELETE /api/v2/employeeperformance/externalmetrics/definitions/{metricId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/employeeperformance/externalmetrics/definitions/{metricId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an External Metric Definition,"```GET /api/v2/employeeperformance/externalmetrics/definitions/{metricId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/employeeperformance/externalmetrics/definitions/{metricId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update External Metric Definition,"```PATCH /api/v2/employeeperformance/externalmetrics/definitions/{metricId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights summary,"```GET /api/v2/gamification/insights HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights details for the current user,"```GET /api/v2/gamification/insights/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/groups/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights overall trend for the current user,"```GET /api/v2/gamification/insights/groups/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/groups/trends/all Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights overall trend,"```GET /api/v2/gamification/insights/groups/trends/all HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query users in a profile during a period of time,"```GET /api/v2/gamification/insights/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights user trend for the current user,"```GET /api/v2/gamification/insights/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/users/{userId}/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights details for the user,"```GET /api/v2/gamification/insights/users/{userId}/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/insights/users/{userId}/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get insights user trend for the user,"```GET /api/v2/gamification/insights/users/{userId}/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/leaderboard Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Leaderboard of the requesting user's division or performance profile,"```GET /api/v2/gamification/leaderboard HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/leaderboard/all Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Leaderboard by filter type,"```GET /api/v2/gamification/leaderboard/all HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/leaderboard/all/bestpoints Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Best Points by division or performance profile,"```GET /api/v2/gamification/leaderboard/all/bestpoints HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/leaderboard/bestpoints Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Best Points of the requesting user's current performance profile or division,"```GET /api/v2/gamification/leaderboard/bestpoints HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/metricdefinitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All metric definitions. Retrieves the metric definitions and their corresponding default objectives used to create a gamified metric,"```GET /api/v2/gamification/metricdefinitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/metricdefinitions/{metricDefinitionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Metric definition by id,"```GET /api/v2/gamification/metricdefinitions/{metricDefinitionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All performance profiles,"```GET /api/v2/gamification/profiles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new custom performance profile,"```POST /api/v2/gamification/profiles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/users/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Performance profile of the requesting user,"```GET /api/v2/gamification/profiles/users/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/users/me/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query performance profiles in date range for the current user,"```POST /api/v2/gamification/profiles/users/me/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Performance profile of a user,"```GET /api/v2/gamification/profiles/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/users/{userId}/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query performance profiles in date range for a user,"```POST /api/v2/gamification/profiles/users/{userId}/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/{profileId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Performance profile by id,"```GET /api/v2/gamification/profiles/{profileId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/gamification/profiles/{profileId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a performance profile,"```PUT /api/v2/gamification/profiles/{profileId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/{profileId}/activate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Activate a performance profile,"```POST /api/v2/gamification/profiles/{profileId}/activate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/{profileId}/deactivate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deactivate a performance profile,"```POST /api/v2/gamification/profiles/{profileId}/deactivate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/{profileId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Members of a given performance profile,"```GET /api/v2/gamification/profiles/{profileId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/{profileId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Assign members to a given performance profile,"```POST /api/v2/gamification/profiles/{profileId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/{profileId}/members/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validate member assignment,"```POST /api/v2/gamification/profiles/{profileId}/members/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/{profileId}/metrics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All gamified metrics for a given performance profile,"```GET /api/v2/gamification/profiles/{profileId}/metrics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/{profileId}/metrics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a gamified metric with a given metric definition and metric objective under in a performance profile,"```POST /api/v2/gamification/profiles/{profileId}/metrics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/{profileId}/metrics/objectivedetails Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All metrics for a given performance profile with objective details such as order and maxPoints,"```GET /api/v2/gamification/profiles/{profileId}/metrics/objectivedetails HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/profiles/{profileId}/metrics/{metricId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Performance profile gamified metric by id,"```GET /api/v2/gamification/profiles/{profileId}/metrics/{metricId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/gamification/profiles/{profileId}/metrics/{metricId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a metric in performance profile,"```PUT /api/v2/gamification/profiles/{profileId}/metrics/{metricId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a linked metric,"```POST /api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Workday performance metrics of the requesting user,"```GET /api/v2/gamification/scorecards HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/attendance Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Attendance status metrics of the requesting user,"```GET /api/v2/gamification/scorecards/attendance HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/bestpoints Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Best points of the requesting user,"```GET /api/v2/gamification/scorecards/bestpoints HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/points/alltime Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All-time points of the requesting user,"```GET /api/v2/gamification/scorecards/points/alltime HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/points/average Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Average points of the requesting user's division or performance profile,"```GET /api/v2/gamification/scorecards/points/average HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/points/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Points trends of the requesting user,"```GET /api/v2/gamification/scorecards/points/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/values/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Average performance values trends by metric of a division or a performance profile,"```GET /api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/values/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/{userId}/values/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Average performance values trends by metric of a user,"```GET /api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/{userId}/values/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/values/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Average performance values trends by metric of the requesting user,"```GET /api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/values/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/points/average Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Workday average points by target group,"```GET /api/v2/gamification/scorecards/users/points/average HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/values/average Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Workday average values by target group,"```GET /api/v2/gamification/scorecards/users/values/average HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/values/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Values trend by target group,"```GET /api/v2/gamification/scorecards/users/values/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Workday performance metrics for a user,"```GET /api/v2/gamification/scorecards/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/{userId}/attendance Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Attendance status metrics for a user,"```GET /api/v2/gamification/scorecards/users/{userId}/attendance HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/{userId}/bestpoints Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Best points of a user,"```GET /api/v2/gamification/scorecards/users/{userId}/bestpoints HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/{userId}/points/alltime Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All-time points for a user,"```GET /api/v2/gamification/scorecards/users/{userId}/points/alltime HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/{userId}/points/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Points trend for a user,"```GET /api/v2/gamification/scorecards/users/{userId}/points/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/users/{userId}/values/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Values trends of a user,"```GET /api/v2/gamification/scorecards/users/{userId}/values/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/values/average Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Average values of the requesting user's division or performance profile,"```GET /api/v2/gamification/scorecards/values/average HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/scorecards/values/trends Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Values trends of the requesting user or group,"```GET /api/v2/gamification/scorecards/values/trends HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/status Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gamification activation status,"```GET /api/v2/gamification/status HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/gamification/status Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update gamification activation status,"```PUT /api/v2/gamification/status HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/templates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: All objective templates,"```GET /api/v2/gamification/templates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gamification/templates/{templateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Objective template by id,"```GET /api/v2/gamification/templates/{templateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gdpr/requests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all GDPR requests,"```GET /api/v2/gdpr/requests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/gdpr/requests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Submit a new GDPR request,"```POST /api/v2/gdpr/requests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gdpr/requests/{requestId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an existing GDPR request,"```GET /api/v2/gdpr/requests/{requestId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/gdpr/subjects Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get GDPR subjects,"```GET /api/v2/gdpr/subjects HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/geolocations/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a organization's GeolocationSettings,"```GET /api/v2/geolocations/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/geolocations/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch a organization's GeolocationSettings,"```PATCH /api/v2/geolocations/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/geolocations/{clientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's Geolocation,"```GET /api/v2/users/{userId}/geolocations/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/geolocations/{clientId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Patch a user's Geolocation. The geolocation object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the client as the user's primary geolocation source. Option 2: Provide the 'latitude' and 'longitude' values. This will enqueue an asynchronous update of the 'city', 'region', and 'country', generating a notification. A subsequent GET operation will include the new values for 'city', 'region' and 'country'. Option 3: Provide the 'city', 'region', 'country' values. Option 1 can be combined with Option 2 or Option 3. For example, update the client as primary and provide latitude and longitude values.","```PATCH /api/v2/users/{userId}/geolocations/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/greetings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets an Organization's Greetings,"```GET /api/v2/greetings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/greetings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Greeting for an Organization,"```POST /api/v2/greetings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/greetings/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Organization's DefaultGreetingList,"```GET /api/v2/greetings/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/greetings/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an Organization's DefaultGreetingList,"```PUT /api/v2/greetings/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/greetings/{greetingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a Greeting with the given GreetingId,"```DELETE /api/v2/greetings/{greetingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/greetings/{greetingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Greeting with the given GreetingId,"```GET /api/v2/greetings/{greetingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/greetings/{greetingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates the Greeting with the given GreetingId,"```PUT /api/v2/greetings/{greetingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/greetings/{greetingId}/media Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get media playback URI for this greeting,"```GET /api/v2/greetings/{greetingId}/media HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/{groupId}/greetings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of the Group's Greetings,"```GET /api/v2/groups/{groupId}/greetings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/groups/{groupId}/greetings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a Greeting for a Group,"```POST /api/v2/groups/{groupId}/greetings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/{groupId}/greetings/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Grabs the list of Default Greetings given a Group's ID,"```GET /api/v2/groups/{groupId}/greetings/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/groups/{groupId}/greetings/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates the DefaultGreetingList of the specified Group,"```PUT /api/v2/groups/{groupId}/greetings/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/greetings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of the User's Greetings,"```GET /api/v2/users/{userId}/greetings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/greetings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a Greeting for a User,"```POST /api/v2/users/{userId}/greetings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/greetings/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Grabs the list of Default Greetings given a User's ID,"```GET /api/v2/users/{userId}/greetings/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/greetings/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates the DefaultGreetingList of the specified User,"```PUT /api/v2/users/{userId}/greetings/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a group list,"```GET /api/v2/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a group,"```POST /api/v2/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search groups using the q64 value returned from a previous search,"```GET /api/v2/groups/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/groups/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search groups,"```POST /api/v2/groups/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete group,"```DELETE /api/v2/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get group,"```GET /api/v2/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update group,"```PUT /api/v2/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/{groupId}/individuals Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all individuals associated with the group,"```GET /api/v2/groups/{groupId}/individuals HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/groups/{groupId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove members,"```DELETE /api/v2/groups/{groupId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/{groupId}/members Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get group members, includes individuals, owners, and dynamically included people","```GET /api/v2/groups/{groupId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/groups/{groupId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add members,"```POST /api/v2/groups/{groupId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of identity providers,"```GET /api/v2/identityproviders HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/identityproviders Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Identity Provider,"```POST /api/v2/identityproviders HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/adfs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete ADFS Identity Provider,"```DELETE /api/v2/identityproviders/adfs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/adfs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get ADFS Identity Provider,"```GET /api/v2/identityproviders/adfs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/adfs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create ADFS Identity Provider,"```PUT /api/v2/identityproviders/adfs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/cic Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Customer Interaction Center (CIC) Identity Provider,"```DELETE /api/v2/identityproviders/cic HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/cic Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Customer Interaction Center (CIC) Identity Provider,"```GET /api/v2/identityproviders/cic HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/cic Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create Customer Interaction Center (CIC) Identity Provider,"```PUT /api/v2/identityproviders/cic HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/generic Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Generic SAML Identity Provider,"```DELETE /api/v2/identityproviders/generic HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/generic Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Generic SAML Identity Provider,"```GET /api/v2/identityproviders/generic HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/generic Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create Generic SAML Identity Provider,"```PUT /api/v2/identityproviders/generic HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/gsuite Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete G Suite Identity Provider,"```DELETE /api/v2/identityproviders/gsuite HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/gsuite Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get G Suite Identity Provider,"```GET /api/v2/identityproviders/gsuite HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/gsuite Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create G Suite Identity Provider,"```PUT /api/v2/identityproviders/gsuite HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/identitynow Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete IdentityNow Provider,"```DELETE /api/v2/identityproviders/identitynow HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/identitynow Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get IdentityNow Provider,"```GET /api/v2/identityproviders/identitynow HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/identitynow Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create IdentityNow Provider,"```PUT /api/v2/identityproviders/identitynow HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/okta Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Okta Identity Provider,"```DELETE /api/v2/identityproviders/okta HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/okta Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Okta Identity Provider,"```GET /api/v2/identityproviders/okta HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/okta Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create Okta Identity Provider,"```PUT /api/v2/identityproviders/okta HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/onelogin Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete OneLogin Identity Provider,"```DELETE /api/v2/identityproviders/onelogin HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/onelogin Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get OneLogin Identity Provider,"```GET /api/v2/identityproviders/onelogin HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/onelogin Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create OneLogin Identity Provider,"```PUT /api/v2/identityproviders/onelogin HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/ping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Ping Identity Provider,"```DELETE /api/v2/identityproviders/ping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/ping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Ping Identity Provider,"```GET /api/v2/identityproviders/ping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/ping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create Ping Identity Provider,"```PUT /api/v2/identityproviders/ping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/purecloud Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete PureCloud Identity Provider,"```DELETE /api/v2/identityproviders/purecloud HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/purecloud Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get PureCloud Identity Provider,"```GET /api/v2/identityproviders/purecloud HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/purecloud Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create PureCloud Identity Provider,"```PUT /api/v2/identityproviders/purecloud HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/pureengage Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete PureEngage Identity Provider,"```DELETE /api/v2/identityproviders/pureengage HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/pureengage Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get PureEngage Identity Provider,"```GET /api/v2/identityproviders/pureengage HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/pureengage Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create PureEngage Identity Provider,"```PUT /api/v2/identityproviders/pureengage HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/salesforce Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Salesforce Identity Provider,"```DELETE /api/v2/identityproviders/salesforce HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/salesforce Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Salesforce Identity Provider,"```GET /api/v2/identityproviders/salesforce HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/salesforce Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update/Create Salesforce Identity Provider,"```PUT /api/v2/identityproviders/salesforce HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/identityproviders/{providerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Identity Provider,"```DELETE /api/v2/identityproviders/{providerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/identityproviders/{providerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Identity Provider,"```GET /api/v2/identityproviders/{providerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/identityproviders/{providerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Identity Provider,"```PUT /api/v2/identityproviders/{providerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/infrastructureascode/accelerators Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of available accelerators. Search for accelerators that can be run.,"```GET /api/v2/infrastructureascode/accelerators HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/infrastructureascode/accelerators/{acceleratorId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get information about an accelerator. Get the complete metadata specification for an accelerator, including requirements and parameters.","```GET /api/v2/infrastructureascode/accelerators/{acceleratorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/infrastructureascode/jobs Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get job history. Get a history of submitted jobs, optionally including error messages.","```GET /api/v2/infrastructureascode/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/infrastructureascode/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Job. Create and submit a job for remote execution or see job planning results.,"```POST /api/v2/infrastructureascode/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/infrastructureascode/jobs/{jobId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get job status and results. Get the execution status of a submitted job, optionally including results and error details.","```GET /api/v2/infrastructureascode/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List integrations,"```GET /api/v2/integrations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an integration.,"```POST /api/v2/integrations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves all actions associated with filters passed in via query param.,"```GET /api/v2/integrations/actions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new Action. Not supported for 'Function Integration' actions. Function integrations must be created as drafts to allow managing of uploading required ZIP function package before they may be used as a published action.,"```POST /api/v2/integrations/actions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves all categories of available Actions,"```GET /api/v2/integrations/actions/categories HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/certificates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves the available mTLS client certificates in use. This endpoint will return inconsistent results while a certificate rotation is in progress.,"```GET /api/v2/integrations/actions/certificates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/certificates/truststore Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves basic info about trusted root CA certificates,"```GET /api/v2/integrations/actions/certificates/truststore HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/drafts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves all action drafts associated with the filters passed in via query param.,"```GET /api/v2/integrations/actions/drafts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions/drafts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new Draft,"```POST /api/v2/integrations/actions/drafts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/integrations/actions/{actionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an Action,"```DELETE /api/v2/integrations/actions/{actionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves a single Action matching id.,"```GET /api/v2/integrations/actions/{actionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/integrations/actions/{actionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch an Action,"```PATCH /api/v2/integrations/actions/{actionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/integrations/actions/{actionId}/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Draft,"```DELETE /api/v2/integrations/actions/{actionId}/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId}/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a Draft,"```GET /api/v2/integrations/actions/{actionId}/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/integrations/actions/{actionId}/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an existing Draft,"```PATCH /api/v2/integrations/actions/{actionId}/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions/{actionId}/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new Draft from existing Action,"```POST /api/v2/integrations/actions/{actionId}/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions/{actionId}/draft/publish Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish a Draft and make it the active Action configuration,"```POST /api/v2/integrations/actions/{actionId}/draft/publish HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId}/draft/schemas/{fileName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve schema for a Draft based on filename.,"```GET /api/v2/integrations/actions/{actionId}/draft/schemas/{fileName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId}/draft/templates/{fileName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve templates for a Draft based on filename.,"```GET /api/v2/integrations/actions/{actionId}/draft/templates/{fileName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions/{actionId}/draft/test Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Test the execution of a draft. Responses will show execution steps broken out with intermediate results to help in debugging.,"```POST /api/v2/integrations/actions/{actionId}/draft/test HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId}/draft/validation Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validate current Draft configuration.,"```GET /api/v2/integrations/actions/{actionId}/draft/validation HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions/{actionId}/execute Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Execute Action and return response from 3rd party. Responses will follow the schemas defined on the Action for success and error.,"```POST /api/v2/integrations/actions/{actionId}/execute HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId}/schemas/{fileName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve schema for an action based on filename.,"```GET /api/v2/integrations/actions/{actionId}/schemas/{fileName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/actions/{actionId}/templates/{fileName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve text of templates for an action based on filename.,"```GET /api/v2/integrations/actions/{actionId}/templates/{fileName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/actions/{actionId}/test Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Test the execution of an action. Responses will show execution steps broken out with intermediate results to help in debugging.,"```POST /api/v2/integrations/actions/{actionId}/test HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/botconnector/{integrationId}/bots Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of botConnector bots for this integration,"```GET /api/v2/integrations/botconnector/{integrationId}/bots HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/integrations/botconnector/{integrationId}/bots Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set a list of botConnector bots plus versions for this integration,"```PUT /api/v2/integrations/botconnector/{integrationId}/bots HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/botconnector/{integrationId}/bots/summaries Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a summary list of botConnector bots for this integration,"```GET /api/v2/integrations/botconnector/{integrationId}/bots/summaries HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/botconnector/{integrationId}/bots/{botId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a specific botConnector bot, plus versions, for this integration","```GET /api/v2/integrations/botconnector/{integrationId}/bots/{botId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/botconnector/{integrationId}/bots/{botId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of bot versions for a bot,"```GET /api/v2/integrations/botconnector/{integrationId}/bots/{botId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/clientapps Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List permitted client app integrations for the logged in user,"```GET /api/v2/integrations/clientapps HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/credentials Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List multiple sets of credentials,"```GET /api/v2/integrations/credentials HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/credentials Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a set of credentials,"```POST /api/v2/integrations/credentials HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/credentials/types Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List all credential types,"```GET /api/v2/integrations/credentials/types HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/integrations/credentials/{credentialId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a set of credentials,"```DELETE /api/v2/integrations/credentials/{credentialId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/credentials/{credentialId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a single credential with sensitive fields redacted,"```GET /api/v2/integrations/credentials/{credentialId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/integrations/credentials/{credentialId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a set of credentials,"```PUT /api/v2/integrations/credentials/{credentialId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/audioconnector Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Audio Connector integrations,"```GET /api/v2/integrations/speech/audioconnector HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/audioconnector/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Audio Connector integration,"```GET /api/v2/integrations/speech/audioconnector/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/dialogflow/agents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Dialogflow agents in the customers' Google accounts,"```GET /api/v2/integrations/speech/dialogflow/agents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/dialogflow/agents/{agentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a Dialogflow agent,"```GET /api/v2/integrations/speech/dialogflow/agents/{agentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/dialogflowcx/agents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Dialogflow CX agents in the customers' Google accounts,"```GET /api/v2/integrations/speech/dialogflowcx/agents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/dialogflowcx/agents/{agentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a Dialogflow CX agent,"```GET /api/v2/integrations/speech/dialogflowcx/agents/{agentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/lex/bot/alias/{aliasId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a Lex bot alias,"```GET /api/v2/integrations/speech/lex/bot/alias/{aliasId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/lex/bot/{botId}/aliases Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of aliases for a bot in the customer's AWS accounts,"```GET /api/v2/integrations/speech/lex/bot/{botId}/aliases HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/lex/bots Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Lex bots in the customers' AWS accounts,"```GET /api/v2/integrations/speech/lex/bots HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/lexv2/bot/alias/{aliasId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a Lex V2 bot alias,"```GET /api/v2/integrations/speech/lexv2/bot/alias/{aliasId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/lexv2/bot/{botId}/aliases Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of aliases for a Lex V2 bot,"```GET /api/v2/integrations/speech/lexv2/bot/{botId}/aliases HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/lexv2/bots Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Lex V2 bots,"```GET /api/v2/integrations/speech/lexv2/bots HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a list of Nuance bots available in the specified Integration. If the 'onlyRegisteredBots' param is set, the returned data will only include the Nuance bots which have configured client secrets within the Integration, otherwise all of the Nuance bots available to the Integration's configured discovery credentials are returned.","```GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Nuance bots in the specified Integration asynchronously,"```POST /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the status of an asynchronous Nuance bots GET job,"```GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the result of an asynchronous Nuance bots GET job,"```GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the Nuance bot list for the specific bots made available to Genesys Cloud in the specified Integration,"```PUT /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Try out a single credential for a Nuance bot to know if the secret is correct,"```POST /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Nuance bot in the specified Integration,"```GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Nuance bot in the specified Integration asynchronously,"```POST /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the status of an asynchronous Nuance bot GET job,"```GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the result of an asynchronous Nuance bot GET job,"```GET /api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/stt/engines Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of STT engines enabled for org,"```GET /api/v2/integrations/speech/stt/engines HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/stt/engines/{engineId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a STT engine,"```GET /api/v2/integrations/speech/stt/engines/{engineId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/tts/engines Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of TTS engines enabled for org,"```GET /api/v2/integrations/speech/tts/engines HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/tts/engines/{engineId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a TTS engine,"```GET /api/v2/integrations/speech/tts/engines/{engineId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/tts/engines/{engineId}/voices Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of voices for a TTS engine,"```GET /api/v2/integrations/speech/tts/engines/{engineId}/voices HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/tts/engines/{engineId}/voices/{voiceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about a specific voice for a TTS engine,"```GET /api/v2/integrations/speech/tts/engines/{engineId}/voices/{voiceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/speech/tts/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get TTS settings for an org,"```GET /api/v2/integrations/speech/tts/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/integrations/speech/tts/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update TTS settings for an org,"```PUT /api/v2/integrations/speech/tts/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/types Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List integration types,"```GET /api/v2/integrations/types HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/types/{typeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get integration type.,"```GET /api/v2/integrations/types/{typeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/types/{typeId}/configschemas/{configType} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get properties config schema for an integration type.,"```GET /api/v2/integrations/types/{typeId}/configschemas/{configType} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/unifiedcommunications/clientapps Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List UC integration client application configurations. This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled.,"```GET /api/v2/integrations/unifiedcommunications/clientapps HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/unifiedcommunications/clientapps/{ucIntegrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: UC integration client application configuration. This endpoint returns basic UI configuration data for the specified Unified Communications integration client application.,"```GET /api/v2/integrations/unifiedcommunications/clientapps/{ucIntegrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk integration presence ingestion. This endpoint accepts bulk presence updates from a 3rd-party presence integration and maps the 3rd-party user to a Genesys Cloud user via the matching email address. The 3rd-party presence value will be mapped to a Genesys Cloud organization presence definition value.,"```PUT /api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/userapps Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List permitted user app integrations for the logged in user,"```GET /api/v2/integrations/userapps HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/integrations/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete integration.,"```DELETE /api/v2/integrations/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get integration.,"```GET /api/v2/integrations/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/integrations/{integrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an integration.,"```PATCH /api/v2/integrations/{integrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/integrations/{integrationId}/config/current Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get integration configuration.,"```GET /api/v2/integrations/{integrationId}/config/current HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/integrations/{integrationId}/config/current Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update integration configuration.,"```PUT /api/v2/integrations/{integrationId}/config/current HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/journeys/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for journey aggregates,"```POST /api/v2/analytics/journeys/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/externalcontacts/contacts/{contactId}/journey/sessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all sessions for a given external contact.,"```GET /api/v2/externalcontacts/contacts/{contactId}/journey/sessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actionmaps Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all action maps.,"```GET /api/v2/journey/actionmaps HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/actionmaps Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an action map.,"```POST /api/v2/journey/actionmaps HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/actionmaps/estimates/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for estimates,"```POST /api/v2/journey/actionmaps/estimates/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actionmaps/estimates/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status of job.,"```GET /api/v2/journey/actionmaps/estimates/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actionmaps/estimates/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get estimates from completed job.,"```GET /api/v2/journey/actionmaps/estimates/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/journey/actionmaps/{actionMapId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete single action map.,"```DELETE /api/v2/journey/actionmaps/{actionMapId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actionmaps/{actionMapId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single action map.,"```GET /api/v2/journey/actionmaps/{actionMapId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/journey/actionmaps/{actionMapId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update single action map.,"```PATCH /api/v2/journey/actionmaps/{actionMapId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actiontargets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all action targets.,"```GET /api/v2/journey/actiontargets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actiontargets/{actionTargetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single action target.,"```GET /api/v2/journey/actiontargets/{actionTargetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/journey/actiontargets/{actionTargetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a single action target.,"```PATCH /api/v2/journey/actiontargets/{actionTargetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actiontemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all action templates.,"```GET /api/v2/journey/actiontemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/actiontemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a single action template.,"```POST /api/v2/journey/actiontemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/journey/actiontemplates/{actionTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a single action template.,"```DELETE /api/v2/journey/actiontemplates/{actionTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/actiontemplates/{actionTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single action template.,"```GET /api/v2/journey/actiontemplates/{actionTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/journey/actiontemplates/{actionTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a single action template.,"```PATCH /api/v2/journey/actiontemplates/{actionTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/deployments/{deploymentId}/actionevent Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Sends an action event, which is used for changing the state of actions that have been offered to the user.","```POST /api/v2/journey/deployments/{deploymentId}/actionevent HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/deployments/{deploymentId}/appevents Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send a journey app event, used for tracking customer activity on an application.","```POST /api/v2/journey/deployments/{deploymentId}/appevents HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a ping.,"```GET /api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/deployments/{deploymentId}/webevents Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Send a journey web event, used for tracking customer activity on a website.","```POST /api/v2/journey/deployments/{deploymentId}/webevents HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/flows/paths/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for flow paths.,"```POST /api/v2/journey/flows/paths/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/outcomes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all outcomes.,"```GET /api/v2/journey/outcomes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/outcomes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an outcome.,"```POST /api/v2/journey/outcomes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/outcomes/predictors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all outcome predictors.,"```GET /api/v2/journey/outcomes/predictors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/outcomes/predictors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an outcome predictor.,"```POST /api/v2/journey/outcomes/predictors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/journey/outcomes/predictors/{predictorId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an outcome predictor.,"```DELETE /api/v2/journey/outcomes/predictors/{predictorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/outcomes/predictors/{predictorId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single outcome predictor.,"```GET /api/v2/journey/outcomes/predictors/{predictorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/journey/outcomes/{outcomeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an outcome.,"```DELETE /api/v2/journey/outcomes/{outcomeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/outcomes/{outcomeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single outcome.,"```GET /api/v2/journey/outcomes/{outcomeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/journey/outcomes/{outcomeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an outcome.,"```PATCH /api/v2/journey/outcomes/{outcomeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/segments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all segments.,"```GET /api/v2/journey/segments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/segments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a segment.,"```POST /api/v2/journey/segments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/journey/segments/{segmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a segment.,"```DELETE /api/v2/journey/segments/{segmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/segments/{segmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single segment.,"```GET /api/v2/journey/segments/{segmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/journey/segments/{segmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a segment.,"```PATCH /api/v2/journey/segments/{segmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/sessions/{sessionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single session.,"```GET /api/v2/journey/sessions/{sessionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/sessions/{sessionId}/events Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all events for a given session.,"```GET /api/v2/journey/sessions/{sessionId}/events HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/sessions/{sessionId}/outcomescores Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve latest outcome score associated with a session for all outcomes.,"```GET /api/v2/journey/sessions/{sessionId}/outcomescores HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Journey Views,"```GET /api/v2/journey/views HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/views Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new Journey View,"```POST /api/v2/journey/views HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the jobs for an organization.,"```GET /api/v2/journey/views/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/journey/views/{viewId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Journey View by ID. deletes all versions,"```DELETE /api/v2/journey/views/{viewId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views/{viewId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Journey View by ID. returns the latest version,"```GET /api/v2/journey/views/{viewId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/views/{viewId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Journey View by ID. creates a new version,"```POST /api/v2/journey/views/{viewId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Submit a job request for a journey view version. used for long descriptions,"```POST /api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/latest Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the latest job of a journey view version. used for long descriptions,"```GET /api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/latest HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the job for a journey view version. used for long descriptions,"```GET /api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the result of a job for a journey view version. used for long descriptions,"```GET /api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/journey/views/{viewId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Journey View by ID and version,"```GET /api/v2/journey/views/{viewId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/documentuploads Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a presigned URL for uploading a knowledge import file with a set of documents,"```POST /api/v2/knowledge/documentuploads HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create guest session,"```POST /api/v2/knowledge/guest/sessions HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/guest/sessions/{sessionId}/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get categories,"```GET /api/v2/knowledge/guest/sessions/{sessionId}/categories HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/guest/sessions/{sessionId}/documents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get documents.,"```GET /api/v2/knowledge/guest/sessions/{sessionId}/documents HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/answers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Answer documents.,"```POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/answers HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/presentations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Indicate that documents were presented to the user.,"```POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/search HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search the documents in a guest session.,"```POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/search/suggestions HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/search/suggestions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the knowledge documents to provide suggestions for auto completion.,"```PATCH /api/v2/knowledge/guest/sessions/{sessionId}/documents/search/{searchId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/guest/sessions/{sessionId}/documents/search/{searchId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update search result.,"```GET /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a knowledge document by ID.,"```POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/copies HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/copies Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Indicate that the document was copied by the user.,"```POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/feedback HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Give feedback on a document,"```POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/views HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/views Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create view event for a document.,"```GET /api/v2/knowledge/knowledgebases HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get knowledge bases,"```POST /api/v2/knowledge/knowledgebases HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new knowledge base,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete knowledge base,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get knowledge base,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update knowledge base,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get categories,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new category,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete category,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get category,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update category,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get documents.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create document.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/answers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/answers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Answer documents.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Indicate that documents were presented to the user.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for knowledge documents.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search the documents in a knowledge base.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/suggestions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/suggestions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the knowledge documents to provide suggestions for auto completion.,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/{searchId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/{searchId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update search result.,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete document.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get document.,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update document.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/copies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/copies Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Indicate that the document was copied by the user.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of feedback records given on a document,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Give feedback on a document,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a single feedback record given on a document,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update feedback on a document,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get variations for a document.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a variation for a document.,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a variation for a document.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a variation for a document.,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a variation for a document.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get document versions.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates or restores a document version.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get document version.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get variations for the given document version.,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations/{variationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations/{variationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get variation for the given document version.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/views HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/views Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create view for a document.,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create export job,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete export job,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get export job report,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create import job,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete import job,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get import job report,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Start import job,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get labels,"```POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new label,"```DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete label,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get label,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update label,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get knowledge base unanswered groups,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get knowledge base unanswered group for a particular groupId,"```GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get knowledge base unanswered phrase group for a particular phraseGroupId,"```PATCH /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all NLU Domains.,"```GET /api/v2/languageunderstanding/domains HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/domains Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an NLU Domain.,"```POST /api/v2/languageunderstanding/domains HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/languageunderstanding/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an NLU Domain.,"```DELETE /api/v2/languageunderstanding/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Find an NLU Domain.,"```GET /api/v2/languageunderstanding/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/languageunderstanding/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an NLU Domain.,"```PATCH /api/v2/languageunderstanding/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains/{domainId}/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all feedback in the given NLU Domain Version.,"```GET /api/v2/languageunderstanding/domains/{domainId}/feedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/domains/{domainId}/feedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create feedback for the NLU Domain Version.,"```POST /api/v2/languageunderstanding/domains/{domainId}/feedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the feedback on the NLU Domain Version.,"```DELETE /api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Find a Feedback,"```GET /api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains/{domainId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all NLU Domain Versions for a given Domain.,"```GET /api/v2/languageunderstanding/domains/{domainId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/domains/{domainId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an NLU Domain Version.,"```POST /api/v2/languageunderstanding/domains/{domainId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an NLU Domain Version,"```DELETE /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Find an NLU Domain Version.,"```GET /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an NLU Domain Version.,"```PUT /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/detect Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Detect intent, entities, etc. in the submitted text using the specified NLU domain version.","```POST /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/detect HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/publish Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish the draft NLU Domain Version.,"```POST /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/publish HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/report Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieved quality report for the specified NLU Domain Version,"```GET /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/report HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/train Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Train the draft NLU Domain Version.,"```POST /api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/train HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve the list of miners created.,"```GET /api/v2/languageunderstanding/miners HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/miners Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a unique miner.,"```POST /api/v2/languageunderstanding/miners HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/languageunderstanding/miners/{minerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a miner.,"```DELETE /api/v2/languageunderstanding/miners/{minerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get information about a miner.,"```GET /api/v2/languageunderstanding/miners/{minerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/drafts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve the list of drafts created.,"```GET /api/v2/languageunderstanding/miners/{minerId}/drafts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/miners/{minerId}/drafts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new draft resource.,"```POST /api/v2/languageunderstanding/miners/{minerId}/drafts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a draft,"```DELETE /api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get information about a draft.,"```GET /api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Save information for the draft. Either topic draft or intent draft should be sent.,"```PATCH /api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/miners/{minerId}/execute Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Start the mining process. Specify date range pair with mediaType, queueIds, participantType for mining data from Genesys Cloud. Specify only uploadKey for mining through an external file.","```POST /api/v2/languageunderstanding/miners/{minerId}/execute HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/intents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of mined intents.,"```GET /api/v2/languageunderstanding/miners/{minerId}/intents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/intents/{intentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get information about a mined intent,"```GET /api/v2/languageunderstanding/miners/{minerId}/intents/{intentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/topics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of mined topics.,"```GET /api/v2/languageunderstanding/miners/{minerId}/topics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/topics/{topicId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves details of a particular topic.,"```GET /api/v2/languageunderstanding/miners/{minerId}/topics/{topicId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}/phrases/{phraseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves utterances related to a phrase in a topic.,"```GET /api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}/phrases/{phraseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languages/translations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all available languages for translation,"```GET /api/v2/languages/translations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languages/translations/builtin Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the builtin translation for a language,"```GET /api/v2/languages/translations/organization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/languages/translations/organization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get effective translation for an organization by language,"```GET /api/v2/languages/translations/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assessments/scoring Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Score learning assessment for preview,"```POST /api/v2/learning/assessments/scoring HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/assignments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List of Learning module Assignments. Either moduleId or user value is required,"```GET /api/v2/learning/assignments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assignments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Learning Assignment,"```POST /api/v2/learning/assignments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assignments/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve aggregated assignment data,"```POST /api/v2/learning/assignments/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assignments/bulkadd Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add multiple learning assignments,"```POST /api/v2/learning/assignments/bulkadd HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assignments/bulkremove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove multiple Learning Assignments,"```POST /api/v2/learning/assignments/bulkremove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/assignments/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List of Learning Assignments assigned to current user,"```GET /api/v2/learning/assignments/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/learning/assignments/{assignmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a learning assignment,"```DELETE /api/v2/learning/assignments/{assignmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/assignments/{assignmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Learning Assignment. Permission not required if you are the assigned user of the learning assignment,"```GET /api/v2/learning/assignments/{assignmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/learning/assignments/{assignmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Learning Assignment,"```PATCH /api/v2/learning/assignments/{assignmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assignments/{assignmentId}/reassign Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reassign Learning Assignment. This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the module,"```POST /api/v2/learning/assignments/{assignmentId}/reassign HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/learning/assignments/{assignmentId}/reschedule Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reschedule Learning Assignment,"```PATCH /api/v2/learning/assignments/{assignmentId}/reschedule HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/assignments/{assignmentId}/reset Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reset Learning Assignment. This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignment,"```POST /api/v2/learning/assignments/{assignmentId}/reset HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/assignments/{assignmentId}/steps/{stepId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Learning Assignment Step. Permission not required if you are the assigned user of the learning assignment,"```GET /api/v2/learning/assignments/{assignmentId}/steps/{stepId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/learning/assignments/{assignmentId}/steps/{stepId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Learning Assignment Step. Permission not required if you are the assigned user of the learning assignment,"```PATCH /api/v2/learning/assignments/{assignmentId}/steps/{stepId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all learning modules of an organization,"```GET /api/v2/learning/modules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/modules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new learning module. This will create a new unpublished learning module with the specified fields.,"```POST /api/v2/learning/modules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/assignments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all learning modules of an organization including assignments for a specific user,"```GET /api/v2/learning/modules/assignments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/coverart/{coverArtId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a specific Learning Module cover art using ID,"```GET /api/v2/learning/modules/coverart/{coverArtId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/learning/modules/{moduleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a learning module. This will delete a learning module if it is unpublished or it will delete a published and archived learning module,"```DELETE /api/v2/learning/modules/{moduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/{moduleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a learning module,"```GET /api/v2/learning/modules/{moduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/learning/modules/{moduleId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update a learning module. This will update the name, description, completion time in days and inform steps for a learning module","```PUT /api/v2/learning/modules/{moduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/modules/{moduleId}/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Starts a specified operation on learning module. This will initiate operation specified in the request body for a learning module,"```POST /api/v2/learning/modules/{moduleId}/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/{moduleId}/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a specific Learning Module job status,"```GET /api/v2/learning/modules/{moduleId}/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/{moduleId}/preview Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a learning module preview,"```GET /api/v2/learning/modules/{moduleId}/preview HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/learning/modules/{moduleId}/preview Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a learning module preview. This will update a learning module preview,"```PUT /api/v2/learning/modules/{moduleId}/preview HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/modules/{moduleId}/publish Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish a Learning module,"```POST /api/v2/learning/modules/{moduleId}/publish HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/{moduleId}/rule Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a learning module rule,"```GET /api/v2/learning/modules/{moduleId}/rule HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/learning/modules/{moduleId}/rule Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a learning module rule. This will update a learning module rule with the specified fields.,"```PUT /api/v2/learning/modules/{moduleId}/rule HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/learning/modules/{moduleId}/users/{userId}/assignments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an external assignment for a specific user,"```PATCH /api/v2/learning/modules/{moduleId}/users/{userId}/assignments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/modules/{moduleId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get specific version of a published module,"```GET /api/v2/learning/modules/{moduleId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/rules/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get users for learning module rule. This will get the users who matches the given rule.,"```POST /api/v2/learning/rules/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/scheduleslots/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of possible slots where a learning activity can be scheduled.,"```POST /api/v2/learning/scheduleslots/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/learning/scorm Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a SCORM package upload request,"```POST /api/v2/learning/scorm HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/learning/scorm/{scormId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Learning SCORM Result,"```GET /api/v2/learning/scorm/{scormId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/license/definitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all PureCloud license definitions available for the organization.,"```GET /api/v2/license/definitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/license/definitions/{licenseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get PureCloud license definition.,"```GET /api/v2/license/definitions/{licenseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/license/infer Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of licenses inferred based on a list of roleIds,"```POST /api/v2/license/infer HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/license/organization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the organization's license assignments in a batch.,"```POST /api/v2/license/organization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/license/toggles/{featureName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deprecated - no alternative required. This operation will always return 'true' for requested toggles,"```GET /api/v2/license/toggles/{featureName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/license/toggles/{featureName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deprecated. No alternative required - this endpoint has no effect,"```POST /api/v2/license/toggles/{featureName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/license/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a page of users and their licenses. Retrieve a page of users in an organization along with the licenses they possess.,"```GET /api/v2/license/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/license/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch user licenses in a batch.,"```POST /api/v2/license/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/license/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get licenses for specified user.,"```GET /api/v2/license/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/locations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of all locations.,"```GET /api/v2/locations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/locations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a location,"```POST /api/v2/locations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/locations/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search locations using the q64 value returned from a previous search,"```GET /api/v2/locations/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/locations/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search locations,"```POST /api/v2/locations/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/locations/{locationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a location,"```DELETE /api/v2/locations/{locationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/locations/{locationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Location by ID.,"```GET /api/v2/locations/{locationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/locations/{locationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a location,"```PATCH /api/v2/locations/{locationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/locations/{locationId}/sublocations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get sublocations for location ID.,"```GET /api/v2/locations/{locationId}/sublocations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/diagnostics/logcapture/browser/entries/download/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates an async download execution,"```POST /api/v2/diagnostics/logcapture/browser/entries/download/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets status of async download execution,"```GET /api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/diagnostics/logcapture/browser/entries/query Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query collected log entries. It returns a limited amount of records, to get all records use download endpoint.","```POST /api/v2/diagnostics/logcapture/browser/entries/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/diagnostics/logcapture/browser/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all log capture enabled users for an org,"```GET /api/v2/diagnostics/logcapture/browser/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/diagnostics/logcapture/browser/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disable browser log capture for the user,"```DELETE /api/v2/diagnostics/logcapture/browser/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/diagnostics/logcapture/browser/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get log capture configuration for the user,"```GET /api/v2/diagnostics/logcapture/browser/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/diagnostics/logcapture/browser/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Enable log capture for a user or update expiration,"```POST /api/v2/diagnostics/logcapture/browser/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/mobiledevices Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of all devices.,"```GET /api/v2/mobiledevices HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/mobiledevices Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create User device,"```POST /api/v2/mobiledevices HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/mobiledevices/{deviceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete device,"```DELETE /api/v2/mobiledevices/{deviceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/mobiledevices/{deviceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get device,"```GET /api/v2/mobiledevices/{deviceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/mobiledevices/{deviceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update device,"```PUT /api/v2/mobiledevices/{deviceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/notifications/availabletopics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get available notification topics.,"```GET /api/v2/notifications/availabletopics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/notifications/channels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of existing channels,"```GET /api/v2/notifications/channels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/notifications/channels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new channel. There is a limit of 20 channels per user/app combination. Creating a 21st channel will remove the channel with oldest last used date. Channels without an active connection will be removed first.,"```POST /api/v2/notifications/channels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the HEAD /api/v2/notifications/channels/{channelId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Verify a channel still exists and is valid. Returns a 200 OK if channel exists, and a 404 Not Found if it doesn't","```HEAD /api/v2/notifications/channels/{channelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/notifications/channels/{channelId}/subscriptions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove all subscriptions,"```DELETE /api/v2/notifications/channels/{channelId}/subscriptions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/notifications/channels/{channelId}/subscriptions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of all subscriptions for this channel,"```GET /api/v2/notifications/channels/{channelId}/subscriptions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/notifications/channels/{channelId}/subscriptions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a list of subscriptions to the existing list of subscriptions,"```POST /api/v2/notifications/channels/{channelId}/subscriptions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/notifications/channels/{channelId}/subscriptions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace the current list of subscriptions with a new list.,"```PUT /api/v2/notifications/channels/{channelId}/subscriptions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/authorizations Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: List clients that have been authorized, requested, or revoked by the resource owner","```GET /api/v2/oauth/authorizations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/authorizations/{clientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a client that is authorized by the resource owner,"```GET /api/v2/oauth/authorizations/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/clients Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of OAuth clients,"```GET /api/v2/oauth/clients HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/oauth/clients Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create OAuth client. The OAuth Grant/Client is required in order to create an authentication token and gain access to PureCloud. The preferred authorizedGrantTypes is 'CODE' which requires applications to send a client ID and client secret. This is typically a web server. If the client is unable to secure the client secret then the 'TOKEN' grant type aka IMPLICIT should be used. This is would be for browser or mobile apps. If a client is to be used outside of the context of a user then the 'CLIENT-CREDENTIALS' grant may be used. In this case the client must be granted roles via the 'roleIds' field.,"```POST /api/v2/oauth/clients HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/oauth/clients/{clientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete OAuth Client,"```DELETE /api/v2/oauth/clients/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/clients/{clientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get OAuth Client,"```GET /api/v2/oauth/clients/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/oauth/clients/{clientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update OAuth Client,"```PUT /api/v2/oauth/clients/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/oauth/clients/{clientId}/secret Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Regenerate Client Secret. This operation will set the client secret to a randomly generated cryptographically random value. All clients must be updated with the new secret. This operation should be used with caution.,"```POST /api/v2/oauth/clients/{clientId}/secret HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/oauth/clients/{clientId}/usage/query Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query for OAuth client API usage. After calling this method, you will then need to poll for the query results based on the returned execution Id","```POST /api/v2/oauth/clients/{clientId}/usage/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/clients/{clientId}/usage/query/results/{executionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the results of a usage query,"```GET /api/v2/oauth/clients/{clientId}/usage/query/results/{executionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/clients/{clientId}/usage/summary Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a summary of OAuth client API usage. After calling this method, you will then need to poll for the query results based on the returned execution Id","```GET /api/v2/oauth/clients/{clientId}/usage/summary HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/scopes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of OAuth scopes,"```GET /api/v2/oauth/scopes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/scopes/{scopeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: An OAuth scope,"```GET /api/v2/oauth/scopes/{scopeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieve a list of all divisions defined for the organization. Request specific divisions by id using a query param ""id"", e.g. ?id=5f777167-63be-4c24-ad41-374155d9e28b&id=72e9fb25-c484-488d-9312-7acba82435b3","```GET /api/v2/authorization/divisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/divisions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a division.,"```POST /api/v2/authorization/divisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/home Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve the home division for the organization. Will not include object counts.,"```GET /api/v2/authorization/divisions/home HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/limit Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the maximum allowed number of divisions.,"```GET /api/v2/authorization/divisions/limit HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/authorization/divisions/{divisionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a division.,"```DELETE /api/v2/authorization/divisions/{divisionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisions/{divisionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns an authorization division.,"```GET /api/v2/authorization/divisions/{divisionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/authorization/divisions/{divisionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a division.,"```PUT /api/v2/authorization/divisions/{divisionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/divisions/{divisionId}/objects/{objectType} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Assign a list of objects to a division. Set the division of a specified list of objects. The objects must all be of the same type, one of: CAMPAIGN, MANAGEMENTUNIT, FLOW, QUEUE, DATATABLES or USER. The body of the request is a list of object IDs, which are expected to be GUIDs, e.g. [""206ce31f-61ec-40ed-a8b1-be6f06303998"",""250a754e-f5e4-4f51-800f-a92f09d3bf8c""]","```POST /api/v2/authorization/divisions/{divisionId}/objects/{objectType} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/divisions/{divisionId}/restore Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Recreate a previously deleted division.,"```POST /api/v2/authorization/divisions/{divisionId}/restore HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/usage/events/definitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all operational event definitions,"```GET /api/v2/usage/events/definitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/usage/events/definitions/{eventDefinitionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an operational event definition by its id,"```GET /api/v2/usage/events/definitions/{eventDefinitionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/authentication/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the organization's settings,"```GET /api/v2/organizations/authentication/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/organizations/authentication/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the organization's settings,"```PATCH /api/v2/organizations/authentication/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/organizations/features/{featureName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update organization,"```PATCH /api/v2/organizations/features/{featureName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/changerequests Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the available limit change requests. Timestamp interval defaults to the last 365 days if both query parameters are omitted. If only one parameter is omitted, the interval will default to a 180 day range in the specified direction.","```GET /api/v2/organizations/limits/changerequests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/changerequests/{requestId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a limit change request,"```GET /api/v2/organizations/limits/changerequests/{requestId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/docs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get limit documentation,"```GET /api/v2/organizations/limits/docs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/docs/freetrial Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get free trial limit documentation,"```GET /api/v2/organizations/limits/docs/freetrial HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/namespaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the available limit namespaces,"```GET /api/v2/organizations/limits/namespaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/namespaces/{namespaceName} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the effective limits in a namespace for an organization,"```GET /api/v2/organizations/limits/namespaces/{namespaceName} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/namespaces/{namespaceName}/counts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get estimated limit counts for a namespace. This is not a source of truth for limit values but a record of estimates to facilitate limit threshold tracking. See https://developer.genesys.cloud/organization/organization/limits#available-limits for limits that are trackable (Operational Events Enabled).,"```GET /api/v2/organizations/limits/namespaces/{namespaceName}/counts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/namespaces/{namespaceName}/defaults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the default limits in a namespace for an organization,"```GET /api/v2/organizations/limits/namespaces/{namespaceName}/defaults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/limits/namespaces/{namespaceName}/limits/{limitName}/counts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get estimated limit counts for a namespace and limit name. This is not a source of truth for limit values but a record of estimates to facilitate limit threshold tracking. See https://developer.genesys.cloud/organization/organization/limits#available-limits for limits that are trackable (Operational Events Enabled).,"```GET /api/v2/organizations/limits/namespaces/{namespaceName}/limits/{limitName}/counts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/organizations/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get organization.,"```GET /api/v2/organizations/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/organizations/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update organization.,"```PUT /api/v2/organizations/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/pairings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: A pairing id is created by the trustee and given to the trustor to create a trust.,"```POST /api/v2/orgauthorization/pairings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/pairings/{pairingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Pairing Info,"```GET /api/v2/orgauthorization/pairings/{pairingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of trustees for this organization (i.e. organizations granted access to this organization).,"```GET /api/v2/orgauthorization/trustees HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/trustees Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new organization authorization trust. This is required to grant other organizations access to your organization.,"```POST /api/v2/orgauthorization/trustees HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/trustees/audits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Org Trustee Audits,"```POST /api/v2/orgauthorization/trustees/audits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/default Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get organization authorization trust with Customer Care, if one exists.","```GET /api/v2/orgauthorization/trustees/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/trustees/default Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new organization authorization trust with Customer Care. This is required to grant your regional Customer Care organization access to your organization.,"```POST /api/v2/orgauthorization/trustees/default HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Org Trust,"```DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Org Trust,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustees/{trusteeOrgId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Org Trust,"```PUT /api/v2/orgauthorization/trustees/{trusteeOrgId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: The list of cloned users from the trustee organization (i.e. users with a native user record). There can be no more than 5 cloned users per organization, so results are represented as simple list and not paged","```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes cloned user,"```DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of trustee groups for this organization (i.e. groups granted access to this organization).,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a group to the trust.,"```POST /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Trustee Group,"```DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trustee Group,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roledivisions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Trustee Group Roles,"```PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roledivisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Trustee Group Roles,"```DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trustee Group Roles,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Trustee Group Roles,"```PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of trustee users for this organization (i.e. users granted access to this organization).,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/trustees/{trusteeOrgId}/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a user to the trust.,"```POST /api/v2/orgauthorization/trustees/{trusteeOrgId}/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Trustee User,"```DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trustee User,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roledivisions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Trustee User Roles,"```PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roledivisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Trustee User Roles,"```DELETE /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trustee User Roles,"```GET /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Trustee User Roles,"```PUT /api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/orgauthorization/trustor/audits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Org Trustor Audits,"```POST /api/v2/orgauthorization/trustor/audits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of organizations that have authorized/trusted your organization.,"```GET /api/v2/orgauthorization/trustors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustors/{trustorOrgId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Org Trust,"```DELETE /api/v2/orgauthorization/trustors/{trustorOrgId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Org Trust,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of cloned users in the trustor organization (i.e. users with a native user record).,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Cloned User,"```DELETE /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Cloned User,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a clone of the trustee user in the trustor org.,"```PUT /api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId}/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of groups in the trustor organization (i.e. groups granted access).,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId}/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Trustee Group,"```DELETE /api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trustee Group,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a Trustee Group to the trust.,"```PUT /api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId}/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: The list of users in the trustor organization (i.e. users granted access).,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId}/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Trustee User,"```DELETE /api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trustee User,"```GET /api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a Trustee user to the trust.,"```PUT /api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/attemptlimits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query attempt limits list,"```GET /api/v2/outbound/attemptlimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/attemptlimits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create attempt limits,"```POST /api/v2/outbound/attemptlimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/attemptlimits/{attemptLimitsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete attempt limits,"```DELETE /api/v2/outbound/attemptlimits/{attemptLimitsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/attemptlimits/{attemptLimitsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get attempt limits,"```GET /api/v2/outbound/attemptlimits/{attemptLimitsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/attemptlimits/{attemptLimitsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update attempt limits,"```PUT /api/v2/outbound/attemptlimits/{attemptLimitsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/callabletimesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query callable time set list,"```GET /api/v2/outbound/callabletimesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/callabletimesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create callable time set,"```POST /api/v2/outbound/callabletimesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/callabletimesets/{callableTimeSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete callable time set,"```DELETE /api/v2/outbound/callabletimesets/{callableTimeSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/callabletimesets/{callableTimeSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get callable time set,"```GET /api/v2/outbound/callabletimesets/{callableTimeSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/callabletimesets/{callableTimeSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update callable time set,"```PUT /api/v2/outbound/callabletimesets/{callableTimeSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/callanalysisresponsesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of dialer call analysis response sets.,"```GET /api/v2/outbound/callanalysisresponsesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/callanalysisresponsesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a dialer call analysis response set.,"```POST /api/v2/outbound/callanalysisresponsesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a dialer call analysis response set.,"```DELETE /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a dialer call analysis response set.,"```GET /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a dialer call analysis response set.,"```PUT /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaignrules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query Campaign Rule list,"```GET /api/v2/outbound/campaignrules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/campaignrules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Campaign Rule,"```POST /api/v2/outbound/campaignrules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/campaignrules/{campaignRuleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Campaign Rule,"```DELETE /api/v2/outbound/campaignrules/{campaignRuleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaignrules/{campaignRuleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Campaign Rule,"```GET /api/v2/outbound/campaignrules/{campaignRuleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/campaignrules/{campaignRuleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Campaign Rule,"```PUT /api/v2/outbound/campaignrules/{campaignRuleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of dialer campaigns.,"```GET /api/v2/outbound/campaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/campaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a campaign.,"```POST /api/v2/outbound/campaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/all Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query across all types of campaigns by division,"```GET /api/v2/outbound/campaigns/all HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/all/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query across all types of campaigns,"```GET /api/v2/outbound/campaigns/all/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query a list of basic Campaign information objects. This returns a simplified version of a Campaign, consisting of name and division.","```GET /api/v2/outbound/campaigns/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/divisionviews/{campaignId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a basic Campaign information object. This returns a simplified version of a Campaign, consisting of name and division.","```GET /api/v2/outbound/campaigns/divisionviews/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/campaigns/progress Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get progress for a list of campaigns,"```POST /api/v2/outbound/campaigns/progress HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a campaign.,"```DELETE /api/v2/outbound/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dialer campaign.,"```GET /api/v2/outbound/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/outbound/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a campaign.,"```PATCH /api/v2/outbound/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a campaign.,"```PUT /api/v2/outbound/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate request for a preview of how agents will be mapped to this campaign's contact list.,"```POST /api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a preview of how agents will be mapped to this campaign's contact list.,"```GET /api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/campaigns/{campaignId}/agents/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send notification that an agent's state changed. New agent state.,"```PUT /api/v2/outbound/campaigns/{campaignId}/agents/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/diagnostics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get campaign diagnostics,"```GET /api/v2/outbound/campaigns/{campaignId}/diagnostics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/interactions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dialer campaign interactions.,"```GET /api/v2/outbound/campaigns/{campaignId}/interactions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/linedistribution Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get line distribution information for campaigns using same Edge Group or Site as given campaign,"```GET /api/v2/outbound/campaigns/{campaignId}/linedistribution HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/campaigns/{campaignId}/progress Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reset campaign progress and recycle the campaign,"```DELETE /api/v2/outbound/campaigns/{campaignId}/progress HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/progress Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get campaign progress,"```GET /api/v2/outbound/campaigns/{campaignId}/progress HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/skillcombinations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the remaining and total contact count for each skill combination in a skills campaign,"```GET /api/v2/outbound/campaigns/{campaignId}/skillcombinations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/campaigns/{campaignId}/stats Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get statistics about a Dialer Campaign,"```GET /api/v2/outbound/campaigns/{campaignId}/stats HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlistfilters Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query Contact list filters,"```GET /api/v2/outbound/contactlistfilters HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlistfilters Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Contact List Filter,"```POST /api/v2/outbound/contactlistfilters HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlistfilters/bulk/retrieve Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve multiple contact list filters,"```POST /api/v2/outbound/contactlistfilters/bulk/retrieve HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlistfilters/preview Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a preview of the output of a contact list filter,"```POST /api/v2/outbound/contactlistfilters/preview HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlistfilters/{contactListFilterId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Contact List Filter,"```DELETE /api/v2/outbound/contactlistfilters/{contactListFilterId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlistfilters/{contactListFilterId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Contact list filter,"```GET /api/v2/outbound/contactlistfilters/{contactListFilterId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/contactlistfilters/{contactListFilterId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Contact List Filter,"```PUT /api/v2/outbound/contactlistfilters/{contactListFilterId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlists Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete multiple contact lists.,"```DELETE /api/v2/outbound/contactlists HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of contact lists.,"```GET /api/v2/outbound/contactlists HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a contact List.,"```POST /api/v2/outbound/contactlists HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query a list of simplified contact list objects. This return a simplified version of contact lists, consisting of the name, division, column names, phone columns, import status, and size.","```GET /api/v2/outbound/contactlists/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/divisionviews/{contactListId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a basic ContactList information object. This returns a simplified version of a ContactList, consisting of the name, division, column names, phone columns, import status, and size.","```GET /api/v2/outbound/contactlists/divisionviews/{contactListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlists/{contactListId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a contact list.,"```DELETE /api/v2/outbound/contactlists/{contactListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a dialer contact list.,"```GET /api/v2/outbound/contactlists/{contactListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/contactlists/{contactListId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a contact list.,"```PUT /api/v2/outbound/contactlists/{contactListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/clear Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes all contacts out of a list. All outstanding recalls or rule-scheduled callbacks for non-preview campaigns configured with the contactlist will be cancelled.,"```POST /api/v2/outbound/contactlists/{contactListId}/clear HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlists/{contactListId}/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete contacts from a contact list.,"```DELETE /api/v2/outbound/contactlists/{contactListId}/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/contacts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add contacts to a contact list.,"```POST /api/v2/outbound/contactlists/{contactListId}/contacts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get contacts from a contact list.,"```POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get 10 most recent bulk operation jobs associated with contact list.,"```GET /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get bulk operation job.,"```GET /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/remove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Start an async job to delete contacts using a filter.,"```POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/remove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Start an async job to bulk edit contacts.,"```POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/contacts/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query contacts from a contact list.,"```POST /api/v2/outbound/contactlists/{contactListId}/contacts/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a contact.,"```DELETE /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a contact.,"```GET /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a contact.,"```PUT /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId}/export Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the URI of a contact list export.,"```GET /api/v2/outbound/contactlists/{contactListId}/export HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlists/{contactListId}/export Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate the export of a contact list. Returns 200 if received OK.,"```POST /api/v2/outbound/contactlists/{contactListId}/export HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId}/importstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dialer contactList import status.,"```GET /api/v2/outbound/contactlists/{contactListId}/importstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlists/{contactListId}/timezonemappingpreview Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Preview the result of applying Automatic Time Zone Mapping to a contact list,"```GET /api/v2/outbound/contactlists/{contactListId}/timezonemappingpreview HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlisttemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete multiple contact list templates.,"```DELETE /api/v2/outbound/contactlisttemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlisttemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of contact list templates,"```GET /api/v2/outbound/contactlisttemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlisttemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Contact List Template,"```POST /api/v2/outbound/contactlisttemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlisttemplates/bulk/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add multiple contact list templates,"```POST /api/v2/outbound/contactlisttemplates/bulk/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/contactlisttemplates/bulk/retrieve Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get multiple contact list templates,"```POST /api/v2/outbound/contactlisttemplates/bulk/retrieve HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/contactlisttemplates/{contactListTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Contact List Template,"```DELETE /api/v2/outbound/contactlisttemplates/{contactListTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/contactlisttemplates/{contactListTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Contact List Template,"```GET /api/v2/outbound/contactlisttemplates/{contactListTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/contactlisttemplates/{contactListTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a contact list template.,"```PUT /api/v2/outbound/contactlisttemplates/{contactListTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/conversations/{conversationId}/dnc Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add phone numbers to a Dialer DNC list.,"```POST /api/v2/outbound/conversations/{conversationId}/dnc HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/digitalrulesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of Outbound Digital Rule Sets,"```GET /api/v2/outbound/digitalrulesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/digitalrulesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an Outbound Digital Rule Set,"```POST /api/v2/outbound/digitalrulesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/digitalrulesets/{digitalRuleSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an Outbound Digital Rule Set,"```DELETE /api/v2/outbound/digitalrulesets/{digitalRuleSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/digitalrulesets/{digitalRuleSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Outbound Digital Rule Set,"```GET /api/v2/outbound/digitalrulesets/{digitalRuleSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/digitalrulesets/{digitalRuleSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an Outbound Digital Rule Set,"```PUT /api/v2/outbound/digitalrulesets/{digitalRuleSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/dnclists Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query dialer DNC lists,"```GET /api/v2/outbound/dnclists HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/dnclists Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create dialer DNC list,"```POST /api/v2/outbound/dnclists HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/dnclists/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query a list of simplified dnc list objects. This return a simplified version of dnc lists, consisting of the name, division, import status, and size.","```GET /api/v2/outbound/dnclists/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/dnclists/divisionviews/{dncListId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a basic DncList information object. This returns a simplified version of a DncList, consisting of the name, division, import status, and size.","```GET /api/v2/outbound/dnclists/divisionviews/{dncListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/dnclists/{dncListId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete dialer DNC list,"```DELETE /api/v2/outbound/dnclists/{dncListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/dnclists/{dncListId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dialer DNC list,"```GET /api/v2/outbound/dnclists/{dncListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/dnclists/{dncListId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update dialer DNC list,"```PUT /api/v2/outbound/dnclists/{dncListId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes all or expired custom exclusion column entries from a DNC list. This operation is only for Internal DNC lists of custom exclusion column entries,"```DELETE /api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add entries to or delete entries from a DNC list. Only Internal DNC lists may be deleted from,"```PATCH /api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/dnclists/{dncListId}/emailaddresses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes all or expired email addresses from a DNC list. This operation is Only for Internal DNC lists of email addresses,"```DELETE /api/v2/outbound/dnclists/{dncListId}/emailaddresses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/outbound/dnclists/{dncListId}/emailaddresses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add emails to or Delete emails from a DNC list. Only Internal DNC lists may be added to or deleted from,"```PATCH /api/v2/outbound/dnclists/{dncListId}/emailaddresses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/dnclists/{dncListId}/emailaddresses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add email addresses to a DNC list. Only Internal DNC lists may be appended to,"```POST /api/v2/outbound/dnclists/{dncListId}/emailaddresses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/dnclists/{dncListId}/export Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the URI of a DNC list export.,"```GET /api/v2/outbound/dnclists/{dncListId}/export HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/dnclists/{dncListId}/export Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Initiate the export of a dnc list. Returns 200 if received OK.,"```POST /api/v2/outbound/dnclists/{dncListId}/export HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/dnclists/{dncListId}/importstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get dialer dncList import status.,"```GET /api/v2/outbound/dnclists/{dncListId}/importstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/dnclists/{dncListId}/phonenumbers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes all or expired phone numbers from a DNC list. This operation is Only for Internal DNC lists of phone numbers,"```DELETE /api/v2/outbound/dnclists/{dncListId}/phonenumbers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/outbound/dnclists/{dncListId}/phonenumbers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add numbers to or delete numbers from a DNC list. Only Internal DNC lists may be added to deleted from,"```PATCH /api/v2/outbound/dnclists/{dncListId}/phonenumbers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/dnclists/{dncListId}/phonenumbers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add phone numbers to a DNC list. Only Internal DNC lists may be appended to,"```POST /api/v2/outbound/dnclists/{dncListId}/phonenumbers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/events Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query Event Logs,"```GET /api/v2/outbound/events HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/events/{eventId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Dialer Event,"```GET /api/v2/outbound/events/{eventId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/filespecificationtemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query File Specification Templates,"```GET /api/v2/outbound/filespecificationtemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/filespecificationtemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create File Specification Template,"```POST /api/v2/outbound/filespecificationtemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/filespecificationtemplates/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete multiple file specification templates.,"```DELETE /api/v2/outbound/filespecificationtemplates/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete File Specification Template,"```DELETE /api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get File Specification Template,"```GET /api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update File Specification Template,"```PUT /api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/importtemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete multiple import templates.,"```DELETE /api/v2/outbound/importtemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/importtemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query Import Templates,"```GET /api/v2/outbound/importtemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/importtemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Import Template,"```POST /api/v2/outbound/importtemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/importtemplates/bulk/add Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add multiple import templates,"```POST /api/v2/outbound/importtemplates/bulk/add HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/importtemplates/{importTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Import Template,"```DELETE /api/v2/outbound/importtemplates/{importTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/importtemplates/{importTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Import Template,"```GET /api/v2/outbound/importtemplates/{importTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/importtemplates/{importTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Import Template,"```PUT /api/v2/outbound/importtemplates/{importTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/importtemplates/{importTemplateId}/importstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the import status for an import template.,"```GET /api/v2/outbound/importtemplates/{importTemplateId}/importstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/messagingcampaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of Messaging Campaigns,"```GET /api/v2/outbound/messagingcampaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/messagingcampaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Messaging Campaign,"```POST /api/v2/outbound/messagingcampaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/messagingcampaigns/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query a list of basic Messaging Campaign information objects. This returns a listing of simplified Messaging Campaigns, each consisting of id, name, and division.","```GET /api/v2/outbound/messagingcampaigns/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/messagingcampaigns/divisionviews/{messagingCampaignId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a basic Messaging Campaign information object. This returns a simplified version of a Messaging Campaign, consisting of id, name, and division.","```GET /api/v2/outbound/messagingcampaigns/divisionviews/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/messagingcampaigns/progress Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get progress for a list of messaging campaigns,"```POST /api/v2/outbound/messagingcampaigns/progress HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/messagingcampaigns/{messagingCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an Outbound Messaging Campaign,"```DELETE /api/v2/outbound/messagingcampaigns/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/messagingcampaigns/{messagingCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Outbound Messaging Campaign,"```GET /api/v2/outbound/messagingcampaigns/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/messagingcampaigns/{messagingCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an Outbound Messaging Campaign,"```PUT /api/v2/outbound/messagingcampaigns/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/messagingcampaigns/{messagingCampaignId}/diagnostics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get messaging campaign diagnostics,"```GET /api/v2/outbound/messagingcampaigns/{messagingCampaignId}/diagnostics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reset messaging campaign progress and recycle the messaging campaign. Documented permissions are applicable based on campaign type.,"```DELETE /api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get messaging campaign's progress,"```GET /api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/rulesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of Rule Sets.,"```GET /api/v2/outbound/rulesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/rulesets Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Rule Set.,"```POST /api/v2/outbound/rulesets HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/rulesets/{ruleSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Rule Set.,"```DELETE /api/v2/outbound/rulesets/{ruleSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/rulesets/{ruleSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Rule Set by ID.,"```GET /api/v2/outbound/rulesets/{ruleSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/rulesets/{ruleSetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Rule Set.,"```PUT /api/v2/outbound/rulesets/{ruleSetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/campaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for a list of dialer campaign schedules.,"```GET /api/v2/outbound/schedules/campaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/schedules/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a dialer campaign schedule.,"```DELETE /api/v2/outbound/schedules/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a dialer campaign schedule.,"```GET /api/v2/outbound/schedules/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/schedules/campaigns/{campaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a new campaign schedule.,"```PUT /api/v2/outbound/schedules/campaigns/{campaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/emailcampaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for a list of email campaign schedules.,"```GET /api/v2/outbound/schedules/emailcampaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/schedules/emailcampaigns/{emailCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an email campaign schedule.,"```DELETE /api/v2/outbound/schedules/emailcampaigns/{emailCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/emailcampaigns/{emailCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an email campaign schedule.,"```GET /api/v2/outbound/schedules/emailcampaigns/{emailCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/schedules/emailcampaigns/{emailCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an email campaign schedule.,"```PUT /api/v2/outbound/schedules/emailcampaigns/{emailCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/messagingcampaigns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for a list of messaging campaign schedules.,"```GET /api/v2/outbound/schedules/messagingcampaigns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a messaging campaign schedule.,"```DELETE /api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a messaging campaign schedule.,"```GET /api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a new messaging campaign schedule.,"```PUT /api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/sequences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for a list of dialer sequence schedules.,"```GET /api/v2/outbound/schedules/sequences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/schedules/sequences/{sequenceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a dialer sequence schedule.,"```DELETE /api/v2/outbound/schedules/sequences/{sequenceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/schedules/sequences/{sequenceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a dialer sequence schedule.,"```GET /api/v2/outbound/schedules/sequences/{sequenceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/schedules/sequences/{sequenceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a new sequence schedule.,"```PUT /api/v2/outbound/schedules/sequences/{sequenceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/sequences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query a list of dialer campaign sequences.,"```GET /api/v2/outbound/sequences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/outbound/sequences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new campaign sequence.,"```POST /api/v2/outbound/sequences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/outbound/sequences/{sequenceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a dialer campaign sequence.,"```DELETE /api/v2/outbound/sequences/{sequenceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/sequences/{sequenceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a dialer campaign sequence.,"```GET /api/v2/outbound/sequences/{sequenceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/sequences/{sequenceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a new campaign sequence.,"```PUT /api/v2/outbound/sequences/{sequenceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the outbound settings for this organization,"```GET /api/v2/outbound/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/outbound/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the outbound settings for this organization,"```PATCH /api/v2/outbound/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/outbound/wrapupcodemappings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the Dialer wrap up code mapping.,"```GET /api/v2/outbound/wrapupcodemappings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/outbound/wrapupcodemappings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the Dialer wrap up code mapping.,"```PUT /api/v2/outbound/wrapupcodemappings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/presence/definitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Presence Definitions,"```GET /api/v2/presence/definitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/presence/definitions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Presence Definition,"```POST /api/v2/presence/definitions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/presence/definitions/{definitionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Presence Definition,"```DELETE /api/v2/presence/definitions/{definitionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/presence/definitions/{definitionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Presence Definition,"```GET /api/v2/presence/definitions/{definitionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/presence/definitions/{definitionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Presence Definition,"```PUT /api/v2/presence/definitions/{definitionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/presence/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the presence settings,"```GET /api/v2/presence/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/presence/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the presence settings,"```PUT /api/v2/presence/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/presence/sources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Presence Sources,"```GET /api/v2/presence/sources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/presence/sources Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Presence Source,"```POST /api/v2/presence/sources HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/presence/sources/{sourceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Presence Source,"```DELETE /api/v2/presence/sources/{sourceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/presence/sources/{sourceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Presence Source,"```GET /api/v2/presence/sources/{sourceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/presence/sources/{sourceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Presence Source,"```PUT /api/v2/presence/sources/{sourceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/presence/users/{userId}/primarysource Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's Primary Presence Source,"```GET /api/v2/presence/users/{userId}/primarysource HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/presence/users/{userId}/primarysource Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a user's Primary Presence Source,"```PUT /api/v2/presence/users/{userId}/primarysource HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/systempresences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of SystemPresences,"```GET /api/v2/systempresences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/presences/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update bulk user Presences,"```PUT /api/v2/users/presences/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/presences/purecloud/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get bulk user presences for a Genesys Cloud (PURECLOUD) presence source,"```GET /api/v2/users/presences/purecloud/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/presences/{sourceId}/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get bulk user presences for a single presence source,"```GET /api/v2/users/presences/{sourceId}/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/presences/purecloud Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's Genesys Cloud presence. Get the default Genesys Cloud user presence source PURECLOUD,"```GET /api/v2/users/{userId}/presences/purecloud HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/presences/purecloud Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch a Genesys Cloud user's presence. The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the PURECLOUD source as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.,"```PATCH /api/v2/users/{userId}/presences/purecloud HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/presences/{sourceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's Presence. Get a user's presence for the specified source that is not specifically listed. Used to support custom presence sources. This endpoint does not support registered presence sources.,"```GET /api/v2/users/{userId}/presences/{sourceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/presences/{sourceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch a user's Presence. Patch a user's presence for the specified source that is not specifically listed. This endpoint does not support registered presence sources. The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the 'source' defined in the path as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.,"```PATCH /api/v2/users/{userId}/presences/{sourceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/processautomation/triggers Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieves all triggers, optionally filtered by query parameters.","```GET /api/v2/processautomation/triggers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/processautomation/triggers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Trigger,"```POST /api/v2/processautomation/triggers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/processautomation/triggers/topics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get topics available for organization,"```GET /api/v2/processautomation/triggers/topics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/processautomation/triggers/topics/{topicName}/test Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Test the matching of all organization Triggers on given topic using provided event body,"```POST /api/v2/processautomation/triggers/topics/{topicName}/test HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/processautomation/triggers/{triggerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Trigger,"```DELETE /api/v2/processautomation/triggers/{triggerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/processautomation/triggers/{triggerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single Trigger matching id,"```GET /api/v2/processautomation/triggers/{triggerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/processautomation/triggers/{triggerId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Trigger,"```PUT /api/v2/processautomation/triggers/{triggerId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/processautomation/triggers/{triggerId}/test Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Test the matching of a Trigger based on provided event body,"```POST /api/v2/processautomation/triggers/{triggerId}/test HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/evaluations/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for evaluation aggregates,"```POST /api/v2/analytics/evaluations/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/surveys/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for survey aggregates,"```POST /api/v2/analytics/surveys/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/agents/activity Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Gets a list of Agent Activities. Each item on the list shows one agent's evaluation activity comprised of the number of evaluations and the highest, average, and lowest standard and critical scores, as well as a sub list showing the number and average score of evaluations for each evaluator for that agent. evaluatorUserId, startTime, and endTime are all filtering criteria. If specified, the only evaluations used to compile the agent activity response will be ones that match the filtering criteria. agentUserId, name, group, and agentTeamId are all agent selection criteria. criteria. If one or more agent selection criteria are specified, then the returned activity will include users that match the criteria even if those users did not have any agent activity or evaluations that do not match any filtering criteria. If no agent selection criteria are specified but an evaluatorUserId is, then the returned activity will be only for those agents that had evaluations where the evaluator is the evaluatorUserId. If no agent selection criteria are specified and no evaluatorUserId is specified, then the returned activity will be for all users","```GET /api/v2/quality/agents/activity HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/calibrations Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list of calibrations. NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.","```GET /api/v2/quality/calibrations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/calibrations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a calibration,"```POST /api/v2/quality/calibrations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/quality/calibrations/{calibrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a calibration by id.,"```DELETE /api/v2/quality/calibrations/{calibrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/calibrations/{calibrationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a calibration by id. Requires either calibrator id or conversation id,"```GET /api/v2/quality/calibrations/{calibrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/quality/calibrations/{calibrationId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update a calibration to the specified calibration via PUT. Editable fields include: evaluators, expertEvaluator, and scoringIndex","```PUT /api/v2/quality/calibrations/{calibrationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/conversations/audits/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create audit query execution,"```POST /api/v2/quality/conversations/audits/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/conversations/audits/query/{transactionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status of audit query execution,"```GET /api/v2/quality/conversations/audits/query/{transactionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/conversations/audits/query/{transactionId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get results of audit query,"```GET /api/v2/quality/conversations/audits/query/{transactionId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/conversations/{conversationId}/evaluations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an evaluation,"```POST /api/v2/quality/conversations/{conversationId}/evaluations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an evaluation,"```DELETE /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an evaluation,"```GET /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update an evaluation. The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint.","```PUT /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/conversations/{conversationId}/surveys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the surveys for a conversation,"```GET /api/v2/quality/conversations/{conversationId}/surveys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/evaluations/aggregates/query/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for evaluation aggregates for the current user,"```POST /api/v2/quality/evaluations/aggregates/query/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/evaluations/query Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Queries Evaluations and returns a paged list. Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to 'Never Release' are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date. NOTE: The count for total and pageCount might not be accurate when querying for a large number of evaluations. nextUri, if present, will indicate that there are more evaluations to fetch. The evaluation entities contained in the response might only contain a subset of all the properties listed below. It is often because a given property's value has not yet been populated or is not applicable in the current state of the evaluation. It might also be because the missing property in the response was not requested by the user.","```GET /api/v2/quality/evaluations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/evaluations/scoring Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Score evaluation,"```POST /api/v2/quality/evaluations/scoring HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/evaluators/activity Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an evaluator activity,"```GET /api/v2/quality/evaluators/activity HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/evaluations Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list of evaluation forms. By default, ""published"" field is always returned as false for all evaluation forms. If you set ""expand=publishHistory"", then you will be able to get published versions for each corresponding evaluation form. In addition, ""questionGroups"", the detailed information about evaluation form, is not returned. We will enhance this field in a future release.","```GET /api/v2/quality/forms/evaluations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/forms/evaluations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an evaluation form.,"```POST /api/v2/quality/forms/evaluations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/evaluations/bulk/contexts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of the latest published evaluation form versions by context ids,"```GET /api/v2/quality/forms/evaluations/bulk/contexts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/quality/forms/evaluations/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an evaluation form.,"```DELETE /api/v2/quality/forms/evaluations/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/evaluations/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an evaluation form,"```GET /api/v2/quality/forms/evaluations/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/quality/forms/evaluations/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an evaluation form.,"```PUT /api/v2/quality/forms/evaluations/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/evaluations/{formId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all the revisions for a specific evaluation.,"```GET /api/v2/quality/forms/evaluations/{formId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/surveys Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list of survey forms. If you set ""expand=publishHistory"", then you will be able to get published versions for each corresponding survey form.","```GET /api/v2/quality/forms/surveys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/forms/surveys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a survey form.,"```POST /api/v2/quality/forms/surveys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/surveys/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of survey forms by their ids,"```GET /api/v2/quality/forms/surveys/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/surveys/bulk/contexts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of the latest form versions by context ids,"```GET /api/v2/quality/forms/surveys/bulk/contexts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/quality/forms/surveys/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a survey form.,"```DELETE /api/v2/quality/forms/surveys/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/surveys/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a survey form,"```GET /api/v2/quality/forms/surveys/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/quality/forms/surveys/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disable a particular version of a survey form and invalidates any invitations that have already been sent to customers using this version of the form.,"```PATCH /api/v2/quality/forms/surveys/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/quality/forms/surveys/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a survey form.,"```PUT /api/v2/quality/forms/surveys/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/forms/surveys/{formId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all the revisions for a specific survey.,"```GET /api/v2/quality/forms/surveys/{formId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/publishedforms/evaluations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published evaluation forms.,"```GET /api/v2/quality/publishedforms/evaluations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/publishedforms/evaluations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish an evaluation form.,"```POST /api/v2/quality/publishedforms/evaluations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/publishedforms/evaluations/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the most recent published version of an evaluation form.,"```GET /api/v2/quality/publishedforms/evaluations/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/publishedforms/surveys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published survey forms.,"```GET /api/v2/quality/publishedforms/surveys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/publishedforms/surveys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish a survey form.,"```POST /api/v2/quality/publishedforms/surveys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/publishedforms/surveys/{formId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the most recent published version of a survey form.,"```GET /api/v2/quality/publishedforms/surveys/{formId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/surveys/scorable Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a survey as an end-customer, for the purposes of scoring it.","```GET /api/v2/quality/surveys/scorable HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/quality/surveys/scorable Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update a survey as an end-customer, for the purposes of scoring it.","```PUT /api/v2/quality/surveys/scorable HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/quality/surveys/scoring Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Score survey,"```POST /api/v2/quality/surveys/scoring HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/quality/surveys/{surveyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a survey for a conversation,"```GET /api/v2/quality/surveys/{surveyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/recordingmetadata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get recording metadata for a conversation. Does not return playable media. Annotations won't be included in the response if either recording:recording:view or recording:annotation:view permission is missing.,"```GET /api/v2/conversations/{conversationId}/recordingmetadata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/recordingmetadata/{recordingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get metadata for a specific recording. Does not return playable media.,"```GET /api/v2/conversations/{conversationId}/recordingmetadata/{recordingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/recordings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all of a Conversation's Recordings.,"```GET /api/v2/conversations/{conversationId}/recordings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/recordings/{recordingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a specific recording.,"```GET /api/v2/conversations/{conversationId}/recordings/{recordingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/{conversationId}/recordings/{recordingId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Updates the retention records on a recording. Currently supports updating and removing both archive and delete dates for eligible recordings. A request to change the archival date of an archived recording will result in a restoration of the recording until the new date set. The recording:recording:view permission is required for the recording, as well as either the recording:recording:editRetention or recording:screenRecording:editRetention permissions depending on the type of recording.","```PUT /api/v2/conversations/{conversationId}/recordings/{recordingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get annotations for recording,"```GET /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create annotation,"```POST /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete annotation,"```DELETE /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get annotation,"```GET /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update annotation,"```PUT /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orphanrecordings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all orphan recordings,"```GET /api/v2/orphanrecordings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/orphanrecordings/{orphanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a single orphan recording,"```DELETE /api/v2/orphanrecordings/{orphanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orphanrecordings/{orphanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a single orphan recording,"```GET /api/v2/orphanrecordings/{orphanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/orphanrecordings/{orphanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates an orphan recording to a regular recording with retention values. If this operation is successful the orphan will no longer exist. It will be replaced by the resulting recording in the response. This replacement recording is accessible by the normal Recording api.,"```PUT /api/v2/orphanrecordings/{orphanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/orphanrecordings/{orphanId}/media Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the media of a single orphan recording. A 202 response means the orphaned media is currently transcoding and will be available shortly.A 200 response denotes the transcoded orphan media is available now and is contained in the response body.,"```GET /api/v2/orphanrecordings/{orphanId}/media HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/batchrequests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Submit a batch download request for recordings. Recordings in response will be in their original format/codec - configured in the Trunk configuration.,"```POST /api/v2/recording/batchrequests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/batchrequests/{jobId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the status and results for a batch request job, only the user that submitted the job may retrieve results. Each result may contain either a URL to a recording or an error; additionally, a recording could be associated with multiple results.","```GET /api/v2/recording/batchrequests/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/recording/crossplatform/mediaretentionpolicies Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Delete media retention policies. Bulk delete of media retention policies, this will only delete the polices that match the ids specified in the query param.","```DELETE /api/v2/recording/crossplatform/mediaretentionpolicies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/crossplatform/mediaretentionpolicies Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Gets media retention policy list with query options to filter on name and enabled. for a less verbose response, add summary=true to this endpoint","```GET /api/v2/recording/crossplatform/mediaretentionpolicies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/crossplatform/mediaretentionpolicies Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create media retention policy. Policy does not work retroactively,"```POST /api/v2/recording/crossplatform/mediaretentionpolicies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a media retention policy,"```DELETE /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a media retention policy,"```GET /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch a media retention policy,"```PATCH /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a media retention policy. Policy does not work retroactively,"```PUT /api/v2/recording/crossplatform/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the status of all jobs within the user's organization,"```GET /api/v2/recording/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/jobs Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create a recording bulk job. Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected.","```POST /api/v2/recording/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/recording/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the recording bulk job,"```DELETE /api/v2/recording/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the status of the job associated with the job id.,"```GET /api/v2/recording/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recording/jobs/{jobId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Execute the recording bulk job. A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recording's retention.","```PUT /api/v2/recording/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/jobs/{jobId}/failedrecordings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get IDs of recordings that the bulk job failed for,"```GET /api/v2/recording/jobs/{jobId}/failedrecordings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/keyconfigurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of key configurations data,"```GET /api/v2/recording/keyconfigurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/keyconfigurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Setup configurations for encryption key creation,"```POST /api/v2/recording/keyconfigurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/keyconfigurations/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validate encryption key configurations without saving it,"```POST /api/v2/recording/keyconfigurations/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/keyconfigurations/{keyConfigurationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the encryption key configurations,"```GET /api/v2/recording/keyconfigurations/{keyConfigurationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recording/keyconfigurations/{keyConfigurationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the encryption key configurations,"```PUT /api/v2/recording/keyconfigurations/{keyConfigurationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/localkeys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: create a local key management recording key,"```POST /api/v2/recording/localkeys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/recording/mediaretentionpolicies Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Delete media retention policies. Bulk delete of media retention policies, this will only delete the polices that match the ids specified in the query param.","```DELETE /api/v2/recording/mediaretentionpolicies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/mediaretentionpolicies Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Gets media retention policy list with query options to filter on name and enabled. for a less verbose response, add summary=true to this endpoint","```GET /api/v2/recording/mediaretentionpolicies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/mediaretentionpolicies Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create media retention policy. Policy does not work retroactively,"```POST /api/v2/recording/mediaretentionpolicies HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/recording/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a media retention policy,"```DELETE /api/v2/recording/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a media retention policy,"```GET /api/v2/recording/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/recording/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch a media retention policy,"```PATCH /api/v2/recording/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recording/mediaretentionpolicies/{policyId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a media retention policy. Policy does not work retroactively,"```PUT /api/v2/recording/mediaretentionpolicies/{policyId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/recordingkeys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get encryption key list,"```GET /api/v2/recording/recordingkeys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/recordingkeys Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create encryption key,"```POST /api/v2/recording/recordingkeys HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/recordingkeys/rotationschedule Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get key rotation schedule,"```GET /api/v2/recording/recordingkeys/rotationschedule HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recording/recordingkeys/rotationschedule Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update key rotation schedule,"```PUT /api/v2/recording/recordingkeys/rotationschedule HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the Recording Settings for the Organization,"```GET /api/v2/recording/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recording/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the Recording Settings for the Organization,"```PUT /api/v2/recording/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recording/uploads/reports Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a recording upload status report,"```POST /api/v2/recording/uploads/reports HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recording/uploads/reports/{reportId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the status of a recording upload status report,"```GET /api/v2/recording/uploads/reports/{reportId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recordings/deletionprotection Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of conversations with protected recordings,"```POST /api/v2/recordings/deletionprotection HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/recordings/deletionprotection Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Apply or revoke recording protection for conversations,"```PUT /api/v2/recordings/deletionprotection HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recordings/retention/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for recording retention data,"```GET /api/v2/recordings/retention/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recordings/screensessions/acknowledge Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Acknowledge a screen recording.,"```POST /api/v2/recordings/screensessions/acknowledge HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/recordings/screensessions/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves an object containing the total number of concurrent active screen recordings,"```GET /api/v2/recordings/screensessions/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/recordings/screensessions/metadata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Provide meta-data a screen recording.,"```POST /api/v2/recordings/screensessions/metadata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/responsemanagement/libraries Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of existing response libraries.,"```GET /api/v2/responsemanagement/libraries HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/responsemanagement/libraries Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a response library.,"```POST /api/v2/responsemanagement/libraries HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/responsemanagement/libraries/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get response libraries.,"```POST /api/v2/responsemanagement/libraries/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/responsemanagement/libraries/{libraryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an existing response library. This will remove any responses associated with the library.,"```DELETE /api/v2/responsemanagement/libraries/{libraryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/responsemanagement/libraries/{libraryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about an existing response library.,"```GET /api/v2/responsemanagement/libraries/{libraryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/responsemanagement/libraries/{libraryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an existing response library. Fields that can be updated: name. The most recent version is required for updates.,"```PUT /api/v2/responsemanagement/libraries/{libraryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/responsemanagement/responseassets/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search response assets,"```POST /api/v2/responsemanagement/responseassets/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/responsemanagement/responseassets/status/{statusId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get response asset upload status,"```GET /api/v2/responsemanagement/responseassets/status/{statusId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/responsemanagement/responseassets/uploads Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates pre-signed url for uploading response asset,"```POST /api/v2/responsemanagement/responseassets/uploads HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/responsemanagement/responseassets/{responseAssetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete response asset,"```DELETE /api/v2/responsemanagement/responseassets/{responseAssetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/responsemanagement/responseassets/{responseAssetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get response asset information,"```GET /api/v2/responsemanagement/responseassets/{responseAssetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/responsemanagement/responseassets/{responseAssetId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update response asset,"```PUT /api/v2/responsemanagement/responseassets/{responseAssetId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/responsemanagement/responses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of existing responses.,"```GET /api/v2/responsemanagement/responses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/responsemanagement/responses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a response.,"```POST /api/v2/responsemanagement/responses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/responsemanagement/responses/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query responses,"```POST /api/v2/responsemanagement/responses/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/responsemanagement/responses/{responseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an existing response. This will remove the response from any libraries associated with it.,"```DELETE /api/v2/responsemanagement/responses/{responseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/responsemanagement/responses/{responseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about an existing response.,"```GET /api/v2/responsemanagement/responses/{responseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/responsemanagement/responses/{responseId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update an existing response. Fields that can be updated: name, libraries, and texts. The most recent version is required for updates.","```PUT /api/v2/responsemanagement/responses/{responseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/queues/observations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for queue observations,"```POST /api/v2/analytics/queues/observations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/routing/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user activity observations,"```POST /api/v2/analytics/routing/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/assessments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all benefit assessments.,"```GET /api/v2/routing/assessments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/assessments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a benefit assessment.,"```POST /api/v2/routing/assessments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/assessments/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all benefit assessment jobs.,"```GET /api/v2/routing/assessments/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/assessments/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a benefit assessment job.,"```POST /api/v2/routing/assessments/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/assessments/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single benefit assessments job.,"```GET /api/v2/routing/assessments/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/assessments/{assessmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete single benefit assessment.,"```DELETE /api/v2/routing/assessments/{assessmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/assessments/{assessmentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single benefit assessment.,"```GET /api/v2/routing/assessments/{assessmentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/availablemediatypes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get available media types,"```GET /api/v2/routing/availablemediatypes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/conversations/{conversationId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Update attributes of an in-queue conversation. Returns an object indicating the updated values of all settable attributes. Supported attributes: skillIds, languageId, and priority.","```PATCH /api/v2/routing/conversations/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/directroutingbackup/settings/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.,"```DELETE /api/v2/routing/directroutingbackup/settings/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/directroutingbackup/settings/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the user's Direct Routing Backup settings.,"```GET /api/v2/routing/directroutingbackup/settings/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/directroutingbackup/settings/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the user's Direct Routing Backup settings.,"```PUT /api/v2/routing/directroutingbackup/settings/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/domains Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get domains,"```GET /api/v2/routing/email/domains HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/email/domains Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a domain,"```POST /api/v2/routing/email/domains HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/email/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a domain,"```DELETE /api/v2/routing/email/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get domain,"```GET /api/v2/routing/email/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/email/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update domain settings,"```PATCH /api/v2/routing/email/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/email/domains/{domainId}/testconnection Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Tests the custom SMTP server integration connection set on this domain. The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server. If the body is specified, there will be an attempt to send an email message to the server.","```POST /api/v2/routing/email/domains/{domainId}/testconnection HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/email/domains/{domainId}/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validate domain settings,"```PATCH /api/v2/routing/email/domains/{domainId}/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/domains/{domainName}/routes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get routes,"```GET /api/v2/routing/email/domains/{domainName}/routes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/email/domains/{domainName}/routes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a route,"```POST /api/v2/routing/email/domains/{domainName}/routes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/email/domains/{domainName}/routes/{routeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a route,"```DELETE /api/v2/routing/email/domains/{domainName}/routes/{routeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/domains/{domainName}/routes/{routeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a route,"```GET /api/v2/routing/email/domains/{domainName}/routes/{routeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/email/domains/{domainName}/routes/{routeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a route,"```PUT /api/v2/routing/email/domains/{domainName}/routes/{routeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/outbound/domains Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get outbound domains,"```GET /api/v2/routing/email/outbound/domains HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/email/outbound/domains Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a domain,"```POST /api/v2/routing/email/outbound/domains HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/email/outbound/domains/simulated Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a simulated domain,"```POST /api/v2/routing/email/outbound/domains/simulated HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/email/outbound/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an outbound domain,"```DELETE /api/v2/routing/email/outbound/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/outbound/domains/{domainId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get domain,"```GET /api/v2/routing/email/outbound/domains/{domainId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/outbound/domains/{domainId}/activation Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get activation status (cname + dkim) of an outbound domain,"```GET /api/v2/routing/email/outbound/domains/{domainId}/activation HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/email/outbound/domains/{domainId}/activation Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request an activation status (cname + dkim) update of an outbound domain,"```PUT /api/v2/routing/email/outbound/domains/{domainId}/activation HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/outbound/domains/{domainId}/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search a domain across organizations,"```GET /api/v2/routing/email/outbound/domains/{domainId}/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/email/setup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get email setup,"```GET /api/v2/routing/email/setup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/languages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of supported languages.,"```GET /api/v2/routing/languages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/languages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Language,"```POST /api/v2/routing/languages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/languages/{languageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a routing language,"```DELETE /api/v2/routing/languages/{languageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/languages/{languageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a routing language,"```GET /api/v2/routing/languages/{languageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/message/recipients Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get recipients,"```GET /api/v2/routing/message/recipients HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/message/recipients/{recipientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a recipient,"```GET /api/v2/routing/message/recipients/{recipientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/message/recipients/{recipientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a recipient,"```PUT /api/v2/routing/message/recipients/{recipientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/predictors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve all predictors.,"```GET /api/v2/routing/predictors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/predictors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a predictor.,"```POST /api/v2/routing/predictors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/predictors/keyperformanceindicators Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Key Performance Indicators,"```GET /api/v2/routing/predictors/keyperformanceindicators HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/predictors/{predictorId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete single predictor.,"```DELETE /api/v2/routing/predictors/{predictorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/predictors/{predictorId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a single predictor.,"```GET /api/v2/routing/predictors/{predictorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/predictors/{predictorId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update single predictor.,"```PATCH /api/v2/routing/predictors/{predictorId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/predictors/{predictorId}/models Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve Predictor Models and Top Features.,"```GET /api/v2/routing/predictors/{predictorId}/models HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/predictors/{predictorId}/models/{modelId}/features Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve Predictor Model Features.,"```GET /api/v2/routing/predictors/{predictorId}/models/{modelId}/features HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of queues.,"```GET /api/v2/routing/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a queue,"```POST /api/v2/routing/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a paged listing of simplified queue objects, filterable by name, queue ID(s), or division ID(s).","```GET /api/v2/routing/queues/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/divisionviews/all Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a paged listing of simplified queue objects, sorted by name. Can be used to get a digest of all queues in an organization.","```GET /api/v2/routing/queues/divisionviews/all HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a paged listing of queues the user is a member of.,"```GET /api/v2/routing/queues/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a queue,"```DELETE /api/v2/routing/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about this queue.,"```GET /api/v2/routing/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a queue,"```PUT /api/v2/routing/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/assistant Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an assistant associated with a queue.,"```GET /api/v2/routing/queues/{queueId}/assistant HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/comparisonperiods Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of comparison periods,"```GET /api/v2/routing/queues/{queueId}/comparisonperiods HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/comparisonperiods/{comparisonPeriodId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Comparison Period.,"```GET /api/v2/routing/queues/{queueId}/comparisonperiods/{comparisonPeriodId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/estimatedwaittime Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Estimated Wait Time,"```GET /api/v2/routing/queues/{queueId}/estimatedwaittime HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/mediatypes/{mediaType}/estimatedwaittime Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Estimated Wait Time,"```GET /api/v2/routing/queues/{queueId}/mediatypes/{mediaType}/estimatedwaittime HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the members of this queue.,"```GET /api/v2/routing/queues/{queueId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/queues/{queueId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Join or unjoin a set of users for a queue,"```PATCH /api/v2/routing/queues/{queueId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/queues/{queueId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add or delete up to 100 queue members,"```POST /api/v2/routing/queues/{queueId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/queues/{queueId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a queue member.,"```DELETE /api/v2/routing/queues/{queueId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/queues/{queueId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the ring number OR joined status for a queue member.,"```PATCH /api/v2/routing/queues/{queueId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/queues/{queueId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the wrap-up codes for a queue,"```GET /api/v2/routing/queues/{queueId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/queues/{queueId}/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add up to 100 wrap-up codes to a queue,"```POST /api/v2/routing/queues/{queueId}/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/queues/{queueId}/wrapupcodes/{codeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a wrap-up code from a queue,"```DELETE /api/v2/routing/queues/{queueId}/wrapupcodes/{codeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an organization's routing settings,"```DELETE /api/v2/routing/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an organization's routing settings,"```GET /api/v2/routing/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an organization's routing settings,"```PUT /api/v2/routing/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/settings/contactcenter Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Contact Center Settings,"```GET /api/v2/routing/settings/contactcenter HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/settings/contactcenter Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Contact Center Settings,"```PATCH /api/v2/routing/settings/contactcenter HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/settings/transcription Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Transcription Settings,"```GET /api/v2/routing/settings/transcription HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/settings/transcription Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch Transcription Settings,"```PATCH /api/v2/routing/settings/transcription HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/settings/transcription Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Transcription Settings,"```PUT /api/v2/routing/settings/transcription HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/skillgroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get skill group listing,"```GET /api/v2/routing/skillgroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/skillgroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a skill group,"```POST /api/v2/routing/skillgroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/skillgroups/{skillGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove skill group definition,"```DELETE /api/v2/routing/skillgroups/{skillGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/skillgroups/{skillGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get skill group,"```GET /api/v2/routing/skillgroups/{skillGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/routing/skillgroups/{skillGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update skill group definition,"```PATCH /api/v2/routing/skillgroups/{skillGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/skillgroups/{skillGroupId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get skill group members,"```GET /api/v2/routing/skillgroups/{skillGroupId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/skillgroups/{skillGroupId}/members/divisions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of member divisions for this skill group.,"```GET /api/v2/routing/skillgroups/{skillGroupId}/members/divisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/skillgroups/{skillGroupId}/members/divisions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add or remove member divisions for this skill group.,"```POST /api/v2/routing/skillgroups/{skillGroupId}/members/divisions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/skills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of routing skills.,"```GET /api/v2/routing/skills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/skills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Skill,"```POST /api/v2/routing/skills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/skills/{skillId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Routing Skill,"```DELETE /api/v2/routing/skills/{skillId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/skills/{skillId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Routing Skill,"```GET /api/v2/routing/skills/{skillId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/sms/addresses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Addresses for SMS,"```GET /api/v2/routing/sms/addresses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/sms/addresses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Provision an Address for SMS,"```POST /api/v2/routing/sms/addresses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/sms/addresses/{addressId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an Address by Id for SMS,"```DELETE /api/v2/routing/sms/addresses/{addressId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/sms/addresses/{addressId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Address by Id for SMS,"```GET /api/v2/routing/sms/addresses/{addressId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/sms/availablephonenumbers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of available phone numbers for SMS provisioning. This request will return up to 30 random phone numbers matching the criteria specified. To get additional phone numbers repeat the request.,"```GET /api/v2/routing/sms/availablephonenumbers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/sms/phonenumbers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of provisioned phone numbers.,"```GET /api/v2/routing/sms/phonenumbers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/sms/phonenumbers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Provision a phone number for SMS,"```POST /api/v2/routing/sms/phonenumbers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/sms/phonenumbers/import Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Imports a phone number for SMS,"```POST /api/v2/routing/sms/phonenumbers/import HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/sms/phonenumbers/{addressId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a phone number provisioned for SMS.,"```DELETE /api/v2/routing/sms/phonenumbers/{addressId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/sms/phonenumbers/{addressId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a phone number provisioned for SMS.,"```GET /api/v2/routing/sms/phonenumbers/{addressId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/sms/phonenumbers/{addressId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a phone number provisioned for SMS.,"```PUT /api/v2/routing/sms/phonenumbers/{addressId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/users/{userId}/directroutingbackup/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.,"```DELETE /api/v2/routing/users/{userId}/directroutingbackup/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/users/{userId}/directroutingbackup/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the user's Direct Routing Backup settings.,"```GET /api/v2/routing/users/{userId}/directroutingbackup/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/users/{userId}/directroutingbackup/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the user's Direct Routing Backup settings.,"```PUT /api/v2/routing/users/{userId}/directroutingbackup/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/users/{userId}/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the user's max utilization settings and revert to the organization-wide default.,"```DELETE /api/v2/routing/users/{userId}/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/users/{userId}/utilization Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the user's max utilization settings. If not configured, the organization-wide default is returned.","```GET /api/v2/routing/users/{userId}/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/users/{userId}/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the user's max utilization settings. Include only those media types requiring custom configuration.,"```PUT /api/v2/routing/users/{userId}/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the organization-wide max utilization settings and revert to the system default.,"```DELETE /api/v2/routing/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the organization-wide max utilization settings.,"```GET /api/v2/routing/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the organization-wide max utilization settings. Include only those media types requiring custom configuration.,"```PUT /api/v2/routing/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/utilization/labels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of utilization labels,"```GET /api/v2/routing/utilization/labels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/utilization/labels Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a utilization label,"```POST /api/v2/routing/utilization/labels HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/utilization/labels/{labelId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a utilization label,"```DELETE /api/v2/routing/utilization/labels/{labelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/utilization/labels/{labelId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about this utilization label,"```GET /api/v2/routing/utilization/labels/{labelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/utilization/labels/{labelId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a utilization label,"```PUT /api/v2/routing/utilization/labels/{labelId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/utilization/labels/{labelId}/agents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of agent ids associated with a utilization label,"```GET /api/v2/routing/utilization/labels/{labelId}/agents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of wrapup codes.,"```GET /api/v2/routing/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/routing/wrapupcodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a wrap-up code,"```POST /api/v2/routing/wrapupcodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/wrapupcodes/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a paged listing of simplified wrapup code objects, filterable by name, wrapup code ID(s), or division ID(s). Specifying both name and ID parameters is not supported.","```GET /api/v2/routing/wrapupcodes/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/wrapupcodes/divisionviews/{codeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a simplified wrap-up code.,"```GET /api/v2/routing/wrapupcodes/divisionviews/{codeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/wrapupcodes/{codeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete wrap-up code,"```DELETE /api/v2/routing/wrapupcodes/{codeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/wrapupcodes/{codeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get details about this wrap-up code.,"```GET /api/v2/routing/wrapupcodes/{codeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/wrapupcodes/{codeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update wrap-up code,"```PUT /api/v2/routing/wrapupcodes/{codeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get queues for user,"```GET /api/v2/users/{userId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Join or unjoin a set of queues for a user,"```PATCH /api/v2/users/{userId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Join or unjoin a queue for a user,"```PATCH /api/v2/users/{userId}/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/routinglanguages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List routing language for user,"```GET /api/v2/users/{userId}/routinglanguages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/routinglanguages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add routing language to user,"```POST /api/v2/users/{userId}/routinglanguages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/routinglanguages/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add bulk routing language to user. Max limit 50 languages,"```PATCH /api/v2/users/{userId}/routinglanguages/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/routinglanguages/{languageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove routing language from user,"```DELETE /api/v2/users/{userId}/routinglanguages/{languageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/routinglanguages/{languageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update routing language proficiency or state.,"```PATCH /api/v2/users/{userId}/routinglanguages/{languageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/routingskills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List routing skills for user,"```GET /api/v2/users/{userId}/routingskills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/routingskills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add routing skill to user,"```POST /api/v2/users/{userId}/routingskills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/routingskills/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add routing skills to user,"```PATCH /api/v2/users/{userId}/routingskills/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/routingskills/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace all routing skills assigned to a user,"```PUT /api/v2/users/{userId}/routingskills/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/routingskills/{skillId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove routing skill from user,"```DELETE /api/v2/users/{userId}/routingskills/{skillId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/routingskills/{skillId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update routing skill proficiency or state.,"```PUT /api/v2/users/{userId}/routingskills/{skillId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/skillgroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get skill groups for a user,"```GET /api/v2/users/{userId}/skillgroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of groups,"```GET /api/v2/scim/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a group,"```GET /api/v2/scim/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/scim/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Modify a group,"```PATCH /api/v2/scim/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/scim/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace a group,"```PUT /api/v2/scim/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/resourcetypes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of resource types,"```GET /api/v2/scim/resourcetypes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/resourcetypes/{resourceType} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a resource type,"```GET /api/v2/scim/resourcetypes/{resourceType} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of SCIM schemas,"```GET /api/v2/scim/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a SCIM schema,"```GET /api/v2/scim/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/serviceproviderconfig Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a service provider's configuration,"```GET /api/v2/scim/serviceproviderconfig HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/users Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a list of users. To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to ""active eq false"". By default, returns SCIM attributes ""externalId"", ""enterprise-user:manager"", and ""roles"". To exclude these attributes, set the attributes parameter to ""id,active"" or the excludeAttributes parameter to ""externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division"".","```GET /api/v2/scim/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/scim/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a user,"```POST /api/v2/scim/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/scim/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a user,"```DELETE /api/v2/scim/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user,"```GET /api/v2/scim/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/scim/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Modify a user,"```PATCH /api/v2/scim/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/scim/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace a user,"```PUT /api/v2/scim/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of groups,"```GET /api/v2/scim/v2/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a group,"```GET /api/v2/scim/v2/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/scim/v2/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Modify a group,"```PATCH /api/v2/scim/v2/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/scim/v2/groups/{groupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace a group,"```PUT /api/v2/scim/v2/groups/{groupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/resourcetypes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of resource types,"```GET /api/v2/scim/v2/resourcetypes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/resourcetypes/{resourceType} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a resource type,"```GET /api/v2/scim/v2/resourcetypes/{resourceType} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of SCIM schemas,"```GET /api/v2/scim/v2/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a SCIM schema,"```GET /api/v2/scim/v2/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/serviceproviderconfig Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a service provider's configuration,"```GET /api/v2/scim/v2/serviceproviderconfig HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/users Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a list of users. To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to ""active eq false"". By default, returns SCIM attributes ""externalId"", ""enterprise-user:manager"", and ""roles"". To exclude these attributes, set the attributes parameter to ""id,active"" or the excludeAttributes parameter to ""externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division"".","```GET /api/v2/scim/v2/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/scim/v2/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a user,"```POST /api/v2/scim/v2/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/scim/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a user,"```DELETE /api/v2/scim/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scim/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user,"```GET /api/v2/scim/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/scim/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Modify a user,"```PATCH /api/v2/scim/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/scim/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace a user,"```PUT /api/v2/scim/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/screenrecording/token Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Sign identifying information for screen recording,"```POST /api/v2/screenrecording/token HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of scripts,"```GET /api/v2/scripts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the metadata for a list of scripts,"```GET /api/v2/scripts/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/published Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published scripts.,"```GET /api/v2/scripts/published HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/scripts/published Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish a script.,"```POST /api/v2/scripts/published HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/published/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published scripts metadata.,"```GET /api/v2/scripts/published/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/published/{scriptId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published script.,"```GET /api/v2/scripts/published/{scriptId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/published/{scriptId}/pages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of published pages,"```GET /api/v2/scripts/published/{scriptId}/pages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/published/{scriptId}/pages/{pageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published page.,"```GET /api/v2/scripts/published/{scriptId}/pages/{pageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/published/{scriptId}/variables Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the published variables,"```GET /api/v2/scripts/published/{scriptId}/variables HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/uploads/{uploadId}/status Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the upload status of an imported script,"```GET /api/v2/scripts/uploads/{uploadId}/status HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/{scriptId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a script,"```GET /api/v2/scripts/{scriptId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/scripts/{scriptId}/export Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Export a script via download service.,"```POST /api/v2/scripts/{scriptId}/export HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/{scriptId}/pages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of pages,"```GET /api/v2/scripts/{scriptId}/pages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/scripts/{scriptId}/pages/{pageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a page,"```GET /api/v2/scripts/{scriptId}/pages/{pageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/conversations/transcripts/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/analytics/conversations/transcripts/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/conversations/participants/attributes/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search conversations,"```POST /api/v2/conversations/participants/attributes/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/documentation/gkn/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search gkn documentation using the q64 value returned from a previous search,"```GET /api/v2/documentation/gkn/search HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/documentation/gkn/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search gkn documentation,"```POST /api/v2/documentation/gkn/search HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/documentation/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search documentation using the q64 value returned from a previous search,"```GET /api/v2/documentation/search HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/documentation/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search documentation,"```POST /api/v2/documentation/search HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/groups/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search groups using the q64 value returned from a previous search,"```GET /api/v2/groups/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/groups/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search groups,"```POST /api/v2/groups/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/locations/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search locations using the q64 value returned from a previous search,"```GET /api/v2/locations/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/locations/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search locations,"```POST /api/v2/locations/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search using the q64 value returned from a previous search.,"```GET /api/v2/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/search/suggest Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Suggest resources using the q64 value returned from a previous suggest query.,"```GET /api/v2/search/suggest HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/search/suggest Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Suggest resources.,"```POST /api/v2/search/suggest HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/transcripts/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/speechandtextanalytics/transcripts/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/teams/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/teams/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search users using the q64 value returned from a previous search,"```GET /api/v2/users/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search users,"```POST /api/v2/users/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/search/teams/assign Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search users assigned to teams,"```POST /api/v2/users/search/teams/assign HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search voicemails using the q64 value returned from a previous search,"```GET /api/v2/voicemail/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/voicemail/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search voicemails,"```POST /api/v2/voicemail/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/emails/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get email Contact Center settings,"```GET /api/v2/emails/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/emails/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch email Contact Center settings,"```PATCH /api/v2/emails/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/settings/executiondata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the execution history enabled setting. Get the execution history enabled setting.,"```GET /api/v2/settings/executiondata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/settings/executiondata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Edit the execution history on off setting. Edit the execution history on off setting.,"```PATCH /api/v2/settings/executiondata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete agent auto answer settings,"```DELETE /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get agent auto answer settings,"```GET /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update agent auto answer settings,"```PATCH /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/agentui/agents/autoanswer/{agentId}/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set agent auto answer settings,"```PUT /api/v2/users/agentui/agents/autoanswer/{agentId}/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech and Text Analytics categories,"```GET /api/v2/speechandtextanalytics/categories HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new Speech & Text Analytics category,"```POST /api/v2/speechandtextanalytics/categories HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/speechandtextanalytics/categories/{categoryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Speech & Text Analytics category by ID,"```DELETE /api/v2/speechandtextanalytics/categories/{categoryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/categories/{categoryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics Category by ID,"```GET /api/v2/speechandtextanalytics/categories/{categoryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/categories/{categoryId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Speech & Text Analytics category by ID,"```PUT /api/v2/speechandtextanalytics/categories/{categoryId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/conversations/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Speech and Text Analytics for a specific conversation,"```GET /api/v2/speechandtextanalytics/conversations/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/conversations/{conversationId}/categories Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of detected Speech and Text Analytics categories of conversation,"```GET /api/v2/speechandtextanalytics/conversations/{conversationId}/categories HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the pre-signed S3 URL for the transcript of a specific communication of a conversation,"```GET /api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturls Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of pre-signed S3 URL for the transcripts of a specific communication of a conversation,"```GET /api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturls HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/dictionaryfeedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics dictionary feedbacks,"```GET /api/v2/speechandtextanalytics/dictionaryfeedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/dictionaryfeedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Speech & Text Analytics DictionaryFeedback,"```POST /api/v2/speechandtextanalytics/dictionaryfeedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Speech & Text Analytics DictionaryFeedback by Id,"```DELETE /api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics dictionary feedback by id,"```GET /api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update existing Speech & Text Analytics dictionary feedback by id,"```PUT /api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics programs,"```GET /api/v2/speechandtextanalytics/programs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/programs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new Speech & Text Analytics program,"```POST /api/v2/speechandtextanalytics/programs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/programs/general/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new Speech & Text Analytics general program job,"```POST /api/v2/speechandtextanalytics/programs/general/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/general/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics general program job by id,"```GET /api/v2/speechandtextanalytics/programs/general/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/mappings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics programs mappings to queues and flows,"```GET /api/v2/speechandtextanalytics/programs/mappings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/programs/publishjobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new Speech & Text Analytics publish programs job,"```POST /api/v2/speechandtextanalytics/programs/publishjobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/publishjobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics publish programs job by id,"```GET /api/v2/speechandtextanalytics/programs/publishjobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/transcriptionengines/dialects Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get supported dialects for each transcription engine,"```GET /api/v2/speechandtextanalytics/programs/transcriptionengines/dialects HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/unpublished Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics unpublished programs,"```GET /api/v2/speechandtextanalytics/programs/unpublished HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/speechandtextanalytics/programs/{programId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Speech & Text Analytics program by id,"```DELETE /api/v2/speechandtextanalytics/programs/{programId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/{programId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics program by id,"```GET /api/v2/speechandtextanalytics/programs/{programId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/programs/{programId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update existing Speech & Text Analytics program,"```PUT /api/v2/speechandtextanalytics/programs/{programId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/{programId}/mappings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Speech & Text Analytics program mappings to queues and flows by id,"```GET /api/v2/speechandtextanalytics/programs/{programId}/mappings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/programs/{programId}/mappings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set Speech & Text Analytics program mappings to queues and flows,"```PUT /api/v2/speechandtextanalytics/programs/{programId}/mappings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get transcription engine settings of a program,"```GET /api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update transcription engine settings of a program,"```PUT /api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/sentiment/dialects Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics sentiment supported dialects,"```GET /api/v2/speechandtextanalytics/sentiment/dialects HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/speechandtextanalytics/sentimentfeedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete All Speech & Text Analytics SentimentFeedback,"```DELETE /api/v2/speechandtextanalytics/sentimentfeedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/sentimentfeedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics SentimentFeedback,"```GET /api/v2/speechandtextanalytics/sentimentfeedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/sentimentfeedback Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Speech & Text Analytics SentimentFeedback,"```POST /api/v2/speechandtextanalytics/sentimentfeedback HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/speechandtextanalytics/sentimentfeedback/{sentimentFeedbackId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Speech & Text Analytics SentimentFeedback by Id,"```DELETE /api/v2/speechandtextanalytics/sentimentfeedback/{sentimentFeedbackId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Speech And Text Analytics Settings,"```GET /api/v2/speechandtextanalytics/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/speechandtextanalytics/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch Speech And Text Analytics Settings,"```PATCH /api/v2/speechandtextanalytics/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update Speech And Text Analytics Settings,"```PUT /api/v2/speechandtextanalytics/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/topics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Speech & Text Analytics topics,"```GET /api/v2/speechandtextanalytics/topics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/topics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new Speech & Text Analytics topic,"```POST /api/v2/speechandtextanalytics/topics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/topics/dialects Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of supported Speech & Text Analytics topics dialects,"```GET /api/v2/speechandtextanalytics/topics/dialects HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/topics/general Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the Speech & Text Analytics general topics for a given dialect,"```GET /api/v2/speechandtextanalytics/topics/general HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/topics/general/status Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of general topics from the org and the system with their current status,"```GET /api/v2/speechandtextanalytics/topics/general/status HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/topics/publishjobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create new Speech & Text Analytics publish topics job,"```POST /api/v2/speechandtextanalytics/topics/publishjobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/topics/publishjobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics publish topics job by id,"```GET /api/v2/speechandtextanalytics/topics/publishjobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/speechandtextanalytics/topics/{topicId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Speech & Text Analytics topic by id,"```DELETE /api/v2/speechandtextanalytics/topics/{topicId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/speechandtextanalytics/topics/{topicId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Speech & Text Analytics topic by id,"```GET /api/v2/speechandtextanalytics/topics/{topicId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/speechandtextanalytics/topics/{topicId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update existing Speech & Text Analytics topic,"```PUT /api/v2/speechandtextanalytics/topics/{topicId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/speechandtextanalytics/transcripts/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/speechandtextanalytics/transcripts/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/stations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of available stations.,"```GET /api/v2/stations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/stations/{stationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get station.,"```GET /api/v2/stations/{stationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/stations/{stationId}/associateduser Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Unassigns the user assigned to this station,"```DELETE /api/v2/stations/{stationId}/associateduser HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search using the q64 value returned from a previous search.,"```GET /api/v2/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/search/suggest Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Suggest resources using the q64 value returned from a previous suggest query.,"```GET /api/v2/search/suggest HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/search/suggest Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Suggest resources.,"```POST /api/v2/search/suggest HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workbins Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a workbin,"```POST /api/v2/taskmanagement/workbins HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workbins/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for workbins,"```POST /api/v2/taskmanagement/workbins/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/taskmanagement/workbins/{workbinId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a workbin,"```DELETE /api/v2/taskmanagement/workbins/{workbinId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workbins/{workbinId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a workbin,"```GET /api/v2/taskmanagement/workbins/{workbinId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/workbins/{workbinId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes of a workbin,"```PATCH /api/v2/taskmanagement/workbins/{workbinId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workitems Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a workitem,"```POST /api/v2/taskmanagement/workitems HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workitems/query/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a workitem query job,"```POST /api/v2/taskmanagement/workitems/query/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/query/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the workitem query job associated with the job id.,"```GET /api/v2/taskmanagement/workitems/query/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/query/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get results from for workitem query job,"```GET /api/v2/taskmanagement/workitems/query/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of schemas.,"```GET /api/v2/taskmanagement/workitems/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workitems/schemas Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a schema,"```POST /api/v2/taskmanagement/workitems/schemas HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/taskmanagement/workitems/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a schema,"```DELETE /api/v2/taskmanagement/workitems/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a schema,"```GET /api/v2/taskmanagement/workitems/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/taskmanagement/workitems/schemas/{schemaId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a schema,"```PUT /api/v2/taskmanagement/workitems/schemas/{schemaId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/schemas/{schemaId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all versions of a schema,"```GET /api/v2/taskmanagement/workitems/schemas/{schemaId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/schemas/{schemaId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a specific version of a schema,"```GET /api/v2/taskmanagement/workitems/schemas/{schemaId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/taskmanagement/workitems/{workitemId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a workitem,"```DELETE /api/v2/taskmanagement/workitems/{workitemId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/{workitemId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a workitem,"```GET /api/v2/taskmanagement/workitems/{workitemId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/workitems/{workitemId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes of a workitem,"```PATCH /api/v2/taskmanagement/workitems/{workitemId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workitems/{workitemId}/acd/cancel Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Cancel the assignment process for a workitem that is currently queued for assignment through ACD.,"```POST /api/v2/taskmanagement/workitems/{workitemId}/acd/cancel HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/workitems/{workitemId}/assignment Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Attempts to manually assign a specified workitem to a specified user. Ignores bullseye ring, PAR score, skills, and languages.","```PATCH /api/v2/taskmanagement/workitems/{workitemId}/assignment HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workitems/{workitemId}/disconnect Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disconnect the assignee of the workitem,"```POST /api/v2/taskmanagement/workitems/{workitemId}/disconnect HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/workitems/{workitemId}/terminate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Terminate a workitem,"```POST /api/v2/taskmanagement/workitems/{workitemId}/terminate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/workitems/{workitemId}/users/me/wrapups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add/Remove a wrapup code for the current user in a workitem.,"```PATCH /api/v2/taskmanagement/workitems/{workitemId}/users/me/wrapups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all wrapup codes added for the given user for a workitem.,"```GET /api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add/Remove a wrapup code for a given user in a workitem.,"```PATCH /api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/workitems/{workitemId}/wrapups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all wrapup codes added for all users for a workitem.,"```GET /api/v2/taskmanagement/workitems/{workitemId}/wrapups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/worktypes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a worktype,"```POST /api/v2/taskmanagement/worktypes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/worktypes/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for worktypes,"```POST /api/v2/taskmanagement/worktypes/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/taskmanagement/worktypes/{worktypeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a worktype,"```DELETE /api/v2/taskmanagement/worktypes/{worktypeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/worktypes/{worktypeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a worktype,"```GET /api/v2/taskmanagement/worktypes/{worktypeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/worktypes/{worktypeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes of a worktype,"```PATCH /api/v2/taskmanagement/worktypes/{worktypeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/worktypes/{worktypeId}/statuses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of statuses for this worktype.,"```GET /api/v2/taskmanagement/worktypes/{worktypeId}/statuses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/taskmanagement/worktypes/{worktypeId}/statuses Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a status to a worktype,"```POST /api/v2/taskmanagement/worktypes/{worktypeId}/statuses HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a status,"```DELETE /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a status,"```GET /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the attributes of a status,"```PATCH /api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/teams/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for team activity observations,"```POST /api/v2/analytics/teams/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/teams Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Team listing,"```GET /api/v2/teams HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/teams Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a team,"```POST /api/v2/teams HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/teams/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search resources.,"```POST /api/v2/teams/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/teams/{teamId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete team,"```DELETE /api/v2/teams/{teamId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/teams/{teamId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get team,"```GET /api/v2/teams/{teamId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/teams/{teamId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update team,"```PATCH /api/v2/teams/{teamId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/teams/{teamId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete team members,"```DELETE /api/v2/teams/{teamId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/teams/{teamId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get team membership,"```GET /api/v2/teams/{teamId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/teams/{teamId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add team members,"```POST /api/v2/teams/{teamId}/members HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/mediaregions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve the list of AWS regions media can stream through.,"```GET /api/v2/telephony/mediaregions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/sipmessages/conversations/{conversationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a SIP message. Get the raw form of the SIP message,"```GET /api/v2/telephony/sipmessages/conversations/{conversationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/sipmessages/conversations/{conversationId}/headers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get SIP headers. Get parsed SIP headers. Returns specific headers if key query parameters are added.,"```GET /api/v2/telephony/sipmessages/conversations/{conversationId}/headers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/siptraces Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Fetch SIP metadata. Fetch SIP metadata that matches a given parameter. If exactMatch is passed as a parameter only sip records that have exactly that value will be returned. For example, some records contain conversationId but not all relevant records for that call may contain the conversationId so only a partial view of the call will be reflected","```GET /api/v2/telephony/siptraces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/siptraces/download Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request a download of a pcap file to S3,"```POST /api/v2/telephony/siptraces/download HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/siptraces/download/{downloadId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get signed S3 URL for a pcap download,"```GET /api/v2/telephony/siptraces/download/{downloadId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of edges.,"```GET /api/v2/telephony/providers/edges HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an edge.,"```POST /api/v2/telephony/providers/edges HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/addressvalidation Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validates a street address,"```POST /api/v2/telephony/providers/edges/addressvalidation HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/alertablepresences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes alertable presences overrides.,"```DELETE /api/v2/telephony/providers/edges/alertablepresences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/alertablepresences Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list alertable presences. The 'type' query parameter can be used to If there are any overrides, this is the list of overrides; if there are no overrides, it is the default list.","```GET /api/v2/telephony/providers/edges/alertablepresences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/alertablepresences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates or updates alertable presences overrides.,"```PUT /api/v2/telephony/providers/edges/alertablepresences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/certificateauthorities Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of certificate authorities.,"```GET /api/v2/telephony/providers/edges/certificateauthorities HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/certificateauthorities Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a certificate authority.,"```POST /api/v2/telephony/providers/edges/certificateauthorities HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a certificate authority.,"```DELETE /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a certificate authority.,"```GET /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a certificate authority.,"```PUT /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/didpools Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a listing of DID Pools,"```GET /api/v2/telephony/providers/edges/didpools HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/didpools Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new DID pool,"```POST /api/v2/telephony/providers/edges/didpools HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/didpools/dids Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a listing of unassigned and/or assigned numbers in a set of DID Pools.,"```GET /api/v2/telephony/providers/edges/didpools/dids HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/didpools/{didPoolId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a DID Pool by ID.,"```DELETE /api/v2/telephony/providers/edges/didpools/{didPoolId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/didpools/{didPoolId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a DID Pool by ID.,"```GET /api/v2/telephony/providers/edges/didpools/{didPoolId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/didpools/{didPoolId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a DID Pool by ID.,"```PUT /api/v2/telephony/providers/edges/didpools/{didPoolId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/dids Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a listing of DIDs,"```GET /api/v2/telephony/providers/edges/dids HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/dids/{didId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a DID by ID.,"```GET /api/v2/telephony/providers/edges/dids/{didId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/edgegroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of edge groups.,"```GET /api/v2/telephony/providers/edges/edgegroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/edgegroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an edge group.,"```POST /api/v2/telephony/providers/edges/edgegroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an edge group.,"```DELETE /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get edge group.,"```GET /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an edge group.,"```PUT /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the edge trunk base associated with the edge group,"```GET /api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the edge trunk base associated with the edge group,"```PUT /api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/edgeversionreport Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the edge version report. The report will not have consistent data about the edge version(s) until all edges have been reset.,"```GET /api/v2/telephony/providers/edges/edgeversionreport HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/expired Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List of edges more than 4 edge versions behind the latest software.,"```GET /api/v2/telephony/providers/edges/expired HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/extensionpools Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a listing of extension pools,"```GET /api/v2/telephony/providers/edges/extensionpools HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/extensionpools Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new extension pool,"```POST /api/v2/telephony/providers/edges/extensionpools HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/extensionpools/divisionviews Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a pageable list of basic extension pool objects filterable by query parameters. This returns extension pools consisting of name and division. If one or more IDs are specified, the search will fetch flow outcomes that match the given ID(s) and not use any additional supplied query parameters in the search.","```GET /api/v2/telephony/providers/edges/extensionpools/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an extension pool by ID,"```DELETE /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an extension pool by ID,"```GET /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an extension pool by ID,"```PUT /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/extensions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a listing of extensions,"```GET /api/v2/telephony/providers/edges/extensions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/extensions/{extensionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an extension by ID.,"```GET /api/v2/telephony/providers/edges/extensions/{extensionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/linebasesettings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a listing of line base settings objects,"```GET /api/v2/telephony/providers/edges/linebasesettings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/linebasesettings/{lineBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a line base settings object by ID,"```GET /api/v2/telephony/providers/edges/linebasesettings/{lineBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/lines Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Lines,"```GET /api/v2/telephony/providers/edges/lines HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/lines/template Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Line instance template based on a Line Base Settings object. This object can then be modified and saved as a new Line instance,"```GET /api/v2/telephony/providers/edges/lines/template HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/lines/{lineId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Line by ID,"```GET /api/v2/telephony/providers/edges/lines/{lineId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/logicalinterfaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get edge logical interfaces. Retrieve the configured logical interfaces for a list edges. Only 100 edges can be requested at a time.,"```GET /api/v2/telephony/providers/edges/logicalinterfaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/metrics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the metrics for a list of edges.,"```GET /api/v2/telephony/providers/edges/metrics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/outboundroutes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get outbound routes,"```GET /api/v2/telephony/providers/edges/outboundroutes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phonebasesettings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Phone Base Settings objects,"```GET /api/v2/telephony/providers/edges/phonebasesettings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/phonebasesettings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new Phone Base Settings object,"```POST /api/v2/telephony/providers/edges/phonebasesettings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phonebasesettings/availablemetabases Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of available makes and models to create a new Phone Base Settings,"```GET /api/v2/telephony/providers/edges/phonebasesettings/availablemetabases HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phonebasesettings/template Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Phone Base Settings instance template from a given make and model. This object can then be modified and saved as a new Phone Base Settings instance,"```GET /api/v2/telephony/providers/edges/phonebasesettings/template HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Phone Base Settings by ID,"```DELETE /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Phone Base Settings object by ID,"```GET /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Phone Base Settings by ID,"```PUT /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phones Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a list of Phone Instances. A maximum of 10,000 results is returned when filtering the results or sorting by a field other than the ID. Sorting by only the ID has no result limit. Each filter supports a wildcard, *, as a value to search for partial values.","```GET /api/v2/telephony/providers/edges/phones HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/phones Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new Phone,"```POST /api/v2/telephony/providers/edges/phones HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/phones/reboot Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reboot Multiple Phones,"```POST /api/v2/telephony/providers/edges/phones/reboot HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phones/template Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Phone instance template based on a Phone Base Settings object. This object can then be modified and saved as a new Phone instance,"```GET /api/v2/telephony/providers/edges/phones/template HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/phones/{phoneId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Phone by ID,"```DELETE /api/v2/telephony/providers/edges/phones/{phoneId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/phones/{phoneId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Phone by ID,"```GET /api/v2/telephony/providers/edges/phones/{phoneId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/phones/{phoneId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Phone by ID,"```PUT /api/v2/telephony/providers/edges/phones/{phoneId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/phones/{phoneId}/reboot Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reboot a Phone,"```POST /api/v2/telephony/providers/edges/phones/{phoneId}/reboot HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/physicalinterfaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get physical interfaces for edges. Retrieves a list of all configured physical interfaces for a list of edges. Only 100 edges can be requested at a time.,"```GET /api/v2/telephony/providers/edges/physicalinterfaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Sites.,"```GET /api/v2/telephony/providers/edges/sites HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/sites Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Site.,"```POST /api/v2/telephony/providers/edges/sites HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/sites/{siteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Site by ID,"```DELETE /api/v2/telephony/providers/edges/sites/{siteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Site by ID.,"```GET /api/v2/telephony/providers/edges/sites/{siteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/sites/{siteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Site by ID.,"```PUT /api/v2/telephony/providers/edges/sites/{siteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId}/numberplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of Number Plans for this Site. Only fetches the first 200 records.,"```GET /api/v2/telephony/providers/edges/sites/{siteId}/numberplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/sites/{siteId}/numberplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the list of Number Plans. A user can update maximum 200 number plans at a time.,"```PUT /api/v2/telephony/providers/edges/sites/{siteId}/numberplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Classifications for this Site,"```GET /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Number Plan by ID.,"```GET /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get outbound routes,"```GET /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create outbound route,"```POST /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete Outbound Route,"```DELETE /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an outbound route,"```GET /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update outbound route,"```PUT /api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/sites/{siteId}/siteconnections Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get site connections for a site.,"```GET /api/v2/telephony/providers/edges/sites/{siteId}/siteconnections HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/telephony/providers/edges/sites/{siteId}/siteconnections Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disable site connections for a site.,"```PATCH /api/v2/telephony/providers/edges/sites/{siteId}/siteconnections HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/sites/{siteId}/siteconnections Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update site connections for a site.,"```PUT /api/v2/telephony/providers/edges/sites/{siteId}/siteconnections HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/timezones Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of Edge-compatible time zones,"```GET /api/v2/telephony/providers/edges/timezones HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunkbasesettings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Trunk Base Settings listing. Managed properties will not be returned unless the user is assigned the internal:trunk:edit permission.,"```GET /api/v2/telephony/providers/edges/trunkbasesettings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/trunkbasesettings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a Trunk Base Settings object,"```POST /api/v2/telephony/providers/edges/trunkbasesettings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of available makes and models to create a new Trunk Base Settings,"```GET /api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunkbasesettings/template Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Trunk Base Settings instance template from a given make and model. This object can then be modified and saved as a new Trunk Base Settings instance,"```GET /api/v2/telephony/providers/edges/trunkbasesettings/template HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Trunk Base Settings object by ID,"```DELETE /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Trunk Base Settings object by ID. Managed properties will not be returned unless the user is assigned the internal:trunk:edit permission.,"```GET /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Trunk Base Settings object by ID,"```PUT /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of available trunks. Trunks are created by assigning trunk base settings to an Edge or Edge Group.,"```GET /api/v2/telephony/providers/edges/trunks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunks/metrics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the metrics for a list of trunks.,"```GET /api/v2/telephony/providers/edges/trunks/metrics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunks/{trunkId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Trunk by ID,"```GET /api/v2/telephony/providers/edges/trunks/{trunkId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunks/{trunkId}/metrics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the trunk metrics.,"```GET /api/v2/telephony/providers/edges/trunks/{trunkId}/metrics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/trunkswithrecording Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get Counts of trunks that have recording disabled or enabled,"```GET /api/v2/telephony/providers/edges/trunkswithrecording HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/{edgeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a edge.,"```DELETE /api/v2/telephony/providers/edges/{edgeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get edge.,"```GET /api/v2/telephony/providers/edges/{edgeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/{edgeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a edge.,"```PUT /api/v2/telephony/providers/edges/{edgeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get networking-related information from an Edge for a target IP or host.,"```GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Nslookup request command to collect networking-related information from an Edge for a target IP or host.,"```POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get networking-related information from an Edge for a target IP or host.,"```GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Ping Request command to collect networking-related information from an Edge for a target IP or host.,"```POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/route Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get networking-related information from an Edge for a target IP or host.,"```GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/route HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/route Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Route request command to collect networking-related information from an Edge for a target IP or host.,"```POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/route HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get networking-related information from an Edge for a target IP or host.,"```GET /api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Tracepath request command to collect networking-related information from an Edge for a target IP or host.,"```POST /api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get edge logical interfaces. Retrieve a list of all configured logical interfaces from a specific edge.,"```GET /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an edge logical interface. Create,"```POST /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete an edge logical interface,"```DELETE /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an edge logical interface,"```GET /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an edge logical interface.,"```PUT /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/logs/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a job to upload a list of Edge logs.,"```POST /api/v2/telephony/providers/edges/{edgeId}/logs/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an Edge logs job.,"```GET /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request that the specified fileIds be uploaded from the Edge.,"```POST /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/metrics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the edge metrics.,"```GET /api/v2/telephony/providers/edges/{edgeId}/metrics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve a list of all configured physical interfaces from a specific edge.,"```GET /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get edge physical interface. Retrieve a physical interface from a specific edge.,"```GET /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/reboot Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Reboot an Edge,"```POST /api/v2/telephony/providers/edges/{edgeId}/reboot HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/setuppackage Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the setup package for a locally deployed edge device. This is needed to complete the setup process for the virtual edge.,"```GET /api/v2/telephony/providers/edges/{edgeId}/setuppackage HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/telephony/providers/edges/{edgeId}/softwareupdate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Cancels any in-progress update for this edge.,"```DELETE /api/v2/telephony/providers/edges/{edgeId}/softwareupdate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/softwareupdate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets software update status information about any edge.,"```GET /api/v2/telephony/providers/edges/{edgeId}/softwareupdate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/softwareupdate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Starts a software update for this edge.,"```POST /api/v2/telephony/providers/edges/{edgeId}/softwareupdate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/softwareversions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all the available software versions for this edge.,"```GET /api/v2/telephony/providers/edges/{edgeId}/softwareversions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/statuscode Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Take an Edge in or out of service,"```POST /api/v2/telephony/providers/edges/{edgeId}/statuscode HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/telephony/providers/edges/{edgeId}/trunks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of available trunks for the given Edge. Trunks are created by assigning trunk base settings to an Edge or Edge Group.,"```GET /api/v2/telephony/providers/edges/{edgeId}/trunks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/telephony/providers/edges/{edgeId}/unpair Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Unpair an Edge,"```POST /api/v2/telephony/providers/edges/{edgeId}/unpair HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/textbots/botflows/sessions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an execution instance of a bot flow definition. The launch is asynchronous; use the returned instance ID to post turns to it using 'POST /api/v2/textbots/botflows/sessions/{sessionId}/turns'.,"```POST /api/v2/textbots/botflows/sessions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/textbots/botflows/sessions/{sessionId}/turns Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Issue a bot flow turn event. Send a turn event to an executing bot flow and produce the next action to take.,"```POST /api/v2/textbots/botflows/sessions/{sessionId}/turns HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/textbots/bots/execute Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send an intent to a bot to start a dialog/interact with it via text. This will either start a bot with the given id or relay a communication to an existing bot session.,"```POST /api/v2/textbots/bots/execute HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/textbots/bots/search Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Find bots using the currently configured friendly name or ID. The name does allow case-insensitive partial string matches or by IDs (up to 50), but not both at the same time. Optionally you can limit the scope of the search by providing one or more bot types. You can specify the maximum results to return, up to a limit of 100","```GET /api/v2/textbots/bots/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/tokens/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete auth token used to make the request.,"```DELETE /api/v2/tokens/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/tokens/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch information about the current token,"```GET /api/v2/tokens/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the HEAD /api/v2/tokens/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Verify user token,"```HEAD /api/v2/tokens/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/tokens/timeout Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the current Idle Token Timeout Value,"```GET /api/v2/tokens/timeout HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/tokens/timeout Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update or Enable/Disable the Idle Token Timeout,"```PUT /api/v2/tokens/timeout HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/tokens/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete all auth tokens for the specified user.,"```DELETE /api/v2/tokens/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/knowledge/documentuploads Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a presigned URL for uploading a knowledge import file with a set of documents,"```POST /api/v2/knowledge/documentuploads HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/languageunderstanding/miners/{minerId}/uploads Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner,"```POST /api/v2/languageunderstanding/miners/{minerId}/uploads HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/uploads/learning/coverart Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generates pre-signed URL to upload cover art for learning modules,"```POST /api/v2/uploads/learning/coverart HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/uploads/publicassets/images Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates presigned url for uploading a public asset image,"```POST /api/v2/uploads/publicassets/images HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/uploads/recordings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates presigned url for uploading a recording file,"```POST /api/v2/uploads/recordings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/uploads/workforcemanagement/historicaldata/csv Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates presigned url for uploading WFM historical data file. Requires data in csv format.,"```POST /api/v2/uploads/workforcemanagement/historicaldata/csv HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/oauth/clients/{clientId}/usage/query Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query for OAuth client API usage. After calling this method, you will then need to poll for the query results based on the returned execution Id","```POST /api/v2/oauth/clients/{clientId}/usage/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/clients/{clientId}/usage/query/results/{executionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the results of a usage query,"```GET /api/v2/oauth/clients/{clientId}/usage/query/results/{executionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/oauth/clients/{clientId}/usage/summary Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a summary of OAuth client API usage. After calling this method, you will then need to poll for the query results based on the returned execution Id","```GET /api/v2/oauth/clients/{clientId}/usage/summary HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/usage/query Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Query organization API Usage -. After calling this method, you will then need to poll for the query results based on the returned execution Id","```POST /api/v2/usage/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/usage/query/{executionId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the results of a usage query,"```GET /api/v2/usage/query/{executionId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/usage/simplesearch Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Search organization API Usage. After calling this method, you will then need to poll for the query results based on the returned execution Id. The number of records is limited to 20,000 results","```POST /api/v2/usage/simplesearch HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/usage/simplesearch/{executionId}/results Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the results of a usage search. Number of records to be returned is limited to 20,000 results.","```GET /api/v2/usage/simplesearch/{executionId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/userrecordings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of user recordings.,"```GET /api/v2/userrecordings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/userrecordings/summary Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get user recording summary,"```GET /api/v2/userrecordings/summary HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/userrecordings/{recordingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a user recording.,"```DELETE /api/v2/userrecordings/{recordingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/userrecordings/{recordingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user recording.,"```GET /api/v2/userrecordings/{recordingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/userrecordings/{recordingId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a user recording.,"```PUT /api/v2/userrecordings/{recordingId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/userrecordings/{recordingId}/transcoding Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Download a user recording.,"```GET /api/v2/userrecordings/{recordingId}/transcoding HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/activity/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user activity observations,"```POST /api/v2/analytics/users/activity/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user aggregates,"```POST /api/v2/analytics/users/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/details/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user details asynchronously,"```POST /api/v2/analytics/users/details/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/users/details/jobs/availability Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Lookup the datalake availability date and time,"```GET /api/v2/analytics/users/details/jobs/availability HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/analytics/users/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete/cancel an async request,"```DELETE /api/v2/analytics/users/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/users/details/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status for async query for user details,"```GET /api/v2/analytics/users/details/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/analytics/users/details/jobs/{jobId}/results Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch a page of results for an async query,"```GET /api/v2/analytics/users/details/jobs/{jobId}/results HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/details/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user details,"```POST /api/v2/analytics/users/details/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/analytics/users/observations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query for user observations,"```POST /api/v2/analytics/users/observations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/divisionspermitted/paged/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns which divisions the current user has the given permission in.,"```GET /api/v2/authorization/divisionspermitted/paged/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/subjects/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a listing of roles and permissions for the currently authenticated user.,"```GET /api/v2/authorization/subjects/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/authorization/subjects/{subjectId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a listing of roles and permissions for a user.,"```GET /api/v2/authorization/subjects/{subjectId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/bulkadd Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk-grant roles and divisions to a subject.,"```POST /api/v2/authorization/subjects/{subjectId}/bulkadd HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/bulkremove Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk-remove grants from a subject.,"```POST /api/v2/authorization/subjects/{subjectId}/bulkremove HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/bulkreplace Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace subject's roles and divisions with the exact list supplied in the request. This operation will not remove grants that are inherited from group membership. It will only set the grants directly applied to the subject.,"```POST /api/v2/authorization/subjects/{subjectId}/bulkreplace HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a grant of a role in a division,"```DELETE /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Make a grant of a role in a division,"```POST /api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/directroutingbackup/settings/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.,"```DELETE /api/v2/routing/directroutingbackup/settings/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/directroutingbackup/settings/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the user's Direct Routing Backup settings.,"```GET /api/v2/routing/directroutingbackup/settings/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/directroutingbackup/settings/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the user's Direct Routing Backup settings.,"```PUT /api/v2/routing/directroutingbackup/settings/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/users/{userId}/directroutingbackup/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.,"```DELETE /api/v2/routing/users/{userId}/directroutingbackup/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/users/{userId}/directroutingbackup/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the user's Direct Routing Backup settings.,"```GET /api/v2/routing/users/{userId}/directroutingbackup/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/users/{userId}/directroutingbackup/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the user's Direct Routing Backup settings.,"```PUT /api/v2/routing/users/{userId}/directroutingbackup/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/routing/users/{userId}/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the user's max utilization settings and revert to the organization-wide default.,"```DELETE /api/v2/routing/users/{userId}/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/routing/users/{userId}/utilization Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the user's max utilization settings. If not configured, the organization-wide default is returned.","```GET /api/v2/routing/users/{userId}/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/routing/users/{userId}/utilization Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the user's max utilization settings. Include only those media types requiring custom configuration.,"```PUT /api/v2/routing/users/{userId}/utilization HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of available users.,"```GET /api/v2/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create user. If user creation is successful but the provided password is invalid or configuration fails, POST api/v2/users/{userId}/password can be used to re-attempt password configuration.","```POST /api/v2/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update bulk acd autoanswer on users. Max 50 users can be updated at a time.,"```PATCH /api/v2/users/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/development/activities Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of Development Activities. Either moduleId or userId is required. Results are filtered based on the applicable permissions.,"```GET /api/v2/users/development/activities HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/development/activities/aggregates/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieve aggregated development activity data. Results are filtered based on the applicable permissions.,"```POST /api/v2/users/development/activities/aggregates/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/development/activities/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of Development Activities for current user. Results are filtered based on the applicable permissions.,"```GET /api/v2/users/development/activities/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/development/activities/{activityId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get a Development Activity. Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.","```GET /api/v2/users/development/activities/{activityId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/me Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get current user details. This request is not valid when using the Client Credentials OAuth grant.,"```GET /api/v2/users/me HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/me/password Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Change your password,"```POST /api/v2/users/me/password HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search users using the q64 value returned from a previous search,"```GET /api/v2/users/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search users,"```POST /api/v2/users/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/search/teams/assign Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search users assigned to teams,"```POST /api/v2/users/search/teams/assign HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{subjectId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns a listing of roles and permissions for a user.,"```GET /api/v2/users/{subjectId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{subjectId}/roles Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Sets the user's roles,"```PUT /api/v2/users/{subjectId}/roles HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete user,"```DELETE /api/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get user.,"```GET /api/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update user,"```PATCH /api/v2/users/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/adjacents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get adjacents,"```GET /api/v2/users/{userId}/adjacents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/callforwarding Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's CallForwarding,"```GET /api/v2/users/{userId}/callforwarding HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/callforwarding Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Patch a user's CallForwarding,"```PATCH /api/v2/users/{userId}/callforwarding HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/callforwarding Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a user's CallForwarding,"```PUT /api/v2/users/{userId}/callforwarding HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/directreports Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get direct reports,"```GET /api/v2/users/{userId}/directreports HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/externalid Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create mapping between external identifier and user. Limit 100 per entity. Authority Name and External key are case sensitive.,"```POST /api/v2/users/{userId}/externalid HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/geolocations/{clientId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's Geolocation,"```GET /api/v2/users/{userId}/geolocations/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/geolocations/{clientId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Patch a user's Geolocation. The geolocation object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the client as the user's primary geolocation source. Option 2: Provide the 'latitude' and 'longitude' values. This will enqueue an asynchronous update of the 'city', 'region', and 'country', generating a notification. A subsequent GET operation will include the new values for 'city', 'region' and 'country'. Option 3: Provide the 'city', 'region', 'country' values. Option 1 can be combined with Option 2 or Option 3. For example, update the client as primary and provide latitude and longitude values.","```PATCH /api/v2/users/{userId}/geolocations/{clientId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/invite Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send an activation email to the user,"```POST /api/v2/users/{userId}/invite HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/outofoffice Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a OutOfOffice,"```GET /api/v2/users/{userId}/outofoffice HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/outofoffice Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an OutOfOffice,"```PUT /api/v2/users/{userId}/outofoffice HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/password Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Change a users password,"```POST /api/v2/users/{userId}/password HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/profileskills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List profile skills for a user,"```GET /api/v2/users/{userId}/profileskills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/profileskills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update profile skills for a user,"```PUT /api/v2/users/{userId}/profileskills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get queues for user,"```GET /api/v2/users/{userId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/queues Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Join or unjoin a set of queues for a user,"```PATCH /api/v2/users/{userId}/queues HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/queues/{queueId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Join or unjoin a queue for a user,"```PATCH /api/v2/users/{userId}/queues/{queueId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/routinglanguages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List routing language for user,"```GET /api/v2/users/{userId}/routinglanguages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/routinglanguages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add routing language to user,"```POST /api/v2/users/{userId}/routinglanguages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/routinglanguages/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add bulk routing language to user. Max limit 50 languages,"```PATCH /api/v2/users/{userId}/routinglanguages/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/routinglanguages/{languageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove routing language from user,"```DELETE /api/v2/users/{userId}/routinglanguages/{languageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/routinglanguages/{languageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update routing language proficiency or state.,"```PATCH /api/v2/users/{userId}/routinglanguages/{languageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/routingskills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List routing skills for user,"```GET /api/v2/users/{userId}/routingskills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/users/{userId}/routingskills Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add routing skill to user,"```POST /api/v2/users/{userId}/routingskills HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/users/{userId}/routingskills/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk add routing skills to user,"```PATCH /api/v2/users/{userId}/routingskills/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/routingskills/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Replace all routing skills assigned to a user,"```PUT /api/v2/users/{userId}/routingskills/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/routingskills/{skillId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove routing skill from user,"```DELETE /api/v2/users/{userId}/routingskills/{skillId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/routingskills/{skillId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update routing skill proficiency or state.,"```PUT /api/v2/users/{userId}/routingskills/{skillId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/routingstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Fetch the routing status of a user,"```GET /api/v2/users/{userId}/routingstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/routingstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the routing status of a user,"```PUT /api/v2/users/{userId}/routingstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/skillgroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get skill groups for a user,"```GET /api/v2/users/{userId}/skillgroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/state Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get user state information.,"```GET /api/v2/users/{userId}/state HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/state Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update user state information.,"```PUT /api/v2/users/{userId}/state HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/station Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get station information for user,"```GET /api/v2/users/{userId}/station HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/station/associatedstation Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Clear associated station,"```DELETE /api/v2/users/{userId}/station/associatedstation HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/station/associatedstation/{stationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set associated station,"```PUT /api/v2/users/{userId}/station/associatedstation/{stationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/station/defaultstation Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Clear default station,"```DELETE /api/v2/users/{userId}/station/defaultstation HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/station/defaultstation/{stationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set default station,"```PUT /api/v2/users/{userId}/station/defaultstation/{stationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/superiors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get superiors,"```GET /api/v2/users/{userId}/superiors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/trustors Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List the organizations that have authorized/trusted the user.,"```GET /api/v2/users/{userId}/trustors HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/users/{userId}/verifiers Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of verifiers,"```GET /api/v2/users/{userId}/verifiers HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/users/{userId}/verifiers/{verifierId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a verifier,"```DELETE /api/v2/users/{userId}/verifiers/{verifierId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/users/{userId}/verifiers/{verifierId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a verifier,"```PUT /api/v2/users/{userId}/verifiers/{verifierId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/certificate/details Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Returns the information about an X509 PEM encoded certificate or certificate chain.,"```POST /api/v2/certificate/details HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/date Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the current system date/time,"```GET /api/v2/date HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/ipranges Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get public ip address ranges for Genesys Cloud,"```GET /api/v2/ipranges HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/timezones Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get time zones list,"```GET /api/v2/timezones HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/groups/{groupId}/mailbox Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the group's mailbox information,"```GET /api/v2/voicemail/groups/{groupId}/mailbox HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/groups/{groupId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List voicemail messages,"```GET /api/v2/voicemail/groups/{groupId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/groups/{groupId}/policy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a group's voicemail policy,"```GET /api/v2/voicemail/groups/{groupId}/policy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/voicemail/groups/{groupId}/policy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a group's voicemail policy,"```PATCH /api/v2/voicemail/groups/{groupId}/policy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/mailbox Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the current user's mailbox information,"```GET /api/v2/voicemail/mailbox HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/me/mailbox Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the current user's mailbox information,"```GET /api/v2/voicemail/me/mailbox HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/me/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List voicemail messages,"```GET /api/v2/voicemail/me/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/me/policy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the current user's voicemail policy,"```GET /api/v2/voicemail/me/policy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/voicemail/me/policy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the current user's voicemail policy,"```PATCH /api/v2/voicemail/me/policy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/voicemail/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete all voicemail messages,"```DELETE /api/v2/voicemail/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List voicemail messages,"```GET /api/v2/voicemail/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/voicemail/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Copy a voicemail message to a user or group,"```POST /api/v2/voicemail/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/voicemail/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a voicemail message. A user voicemail can only be deleted by its associated user. A group voicemail can only be deleted by a user that is a member of the group. A queue voicemail can only be deleted by a user with the acd voicemail delete permission.,"```DELETE /api/v2/voicemail/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a voicemail message,"```GET /api/v2/voicemail/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/voicemail/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a voicemail message. A user voicemail can only be modified by its associated user. A group voicemail can only be modified by a user that is a member of the group. A queue voicemail can only be modified by a participant of the conversation the voicemail is associated with.,"```PATCH /api/v2/voicemail/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/voicemail/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a voicemail message. A user voicemail can only be modified by its associated user. A group voicemail can only be modified by a user that is a member of the group. A queue voicemail can only be modified by a participant of the conversation the voicemail is associated with.,"```PUT /api/v2/voicemail/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/messages/{messageId}/media Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get media playback URI for this voicemail message,"```GET /api/v2/voicemail/messages/{messageId}/media HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/policy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a policy,"```GET /api/v2/voicemail/policy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/voicemail/policy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a policy,"```PUT /api/v2/voicemail/policy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/queues/{queueId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List voicemail messages,"```GET /api/v2/voicemail/queues/{queueId}/messages HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search voicemails using the q64 value returned from a previous search,"```GET /api/v2/voicemail/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/voicemail/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search voicemails,"```POST /api/v2/voicemail/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/voicemail/userpolicies/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a user's voicemail policy,"```GET /api/v2/voicemail/userpolicies/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/voicemail/userpolicies/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a user's voicemail policy,"```PATCH /api/v2/voicemail/userpolicies/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/voicemail/userpolicies/{userId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a user's voicemail policy,"```PUT /api/v2/voicemail/userpolicies/{userId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/configurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: View configuration drafts,"```GET /api/v2/webdeployments/configurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webdeployments/configurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a configuration draft,"```POST /api/v2/webdeployments/configurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/webdeployments/configurations/{configurationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete all versions of a configuration,"```DELETE /api/v2/webdeployments/configurations/{configurationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/configurations/{configurationId}/versions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the versions of a configuration. This returns the 50 most recent versions for this configuration,"```GET /api/v2/webdeployments/configurations/{configurationId}/versions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/configurations/{configurationId}/versions/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the configuration draft,"```GET /api/v2/webdeployments/configurations/{configurationId}/versions/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/webdeployments/configurations/{configurationId}/versions/draft Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the configuration draft,"```PUT /api/v2/webdeployments/configurations/{configurationId}/versions/draft HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webdeployments/configurations/{configurationId}/versions/draft/publish Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Publish the configuration draft and create a new version,"```POST /api/v2/webdeployments/configurations/{configurationId}/versions/draft/publish HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/configurations/{configurationId}/versions/{versionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a configuration version,"```GET /api/v2/webdeployments/configurations/{configurationId}/versions/{versionId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/deployments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get deployments,"```GET /api/v2/webdeployments/deployments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webdeployments/deployments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a deployment,"```POST /api/v2/webdeployments/deployments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/webdeployments/deployments/{deploymentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a deployment,"```DELETE /api/v2/webdeployments/deployments/{deploymentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/deployments/{deploymentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a deployment,"```GET /api/v2/webdeployments/deployments/{deploymentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/webdeployments/deployments/{deploymentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a deployment,"```PUT /api/v2/webdeployments/deployments/{deploymentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a cobrowse session,"```DELETE /api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves a cobrowse session,"```GET /api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webdeployments/deployments/{deploymentId}/configurations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get active configuration for a given deployment,"```GET /api/v2/webdeployments/deployments/{deploymentId}/configurations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webdeployments/token/oauthcodegrantjwtexchange Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Exchange an oAuth code (obtained using the Authorization Code Flow) for a JWT that can be used by webdeployments.,"```POST /api/v2/webdeployments/token/oauthcodegrantjwtexchange HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webdeployments/token/refresh Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Refresh a JWT.,"```POST /api/v2/webdeployments/token/refresh HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/webdeployments/token/revoke Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Invalidate JWT,"```DELETE /api/v2/webdeployments/token/revoke HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webchat/guest/conversations Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create an ACD chat conversation from an external customer. This endpoint will create a new ACD Chat conversation under the specified Chat Deployment. The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the 'memberAuthToken' field should include his JWT as generated by the 'POST /api/v2/signeddata' resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted. The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the 'eventStreamUri' field of the response; the conversation is not routed until the event stream is attached.","```POST /api/v2/webchat/guest/conversations HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webchat/guest/conversations/{conversationId}/mediarequests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all media requests to the guest in the conversation,"```GET /api/v2/webchat/guest/conversations/{conversationId}/mediarequests HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webchat/guest/conversations/{conversationId}/members Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the members of a chat conversation.,"```GET /api/v2/webchat/guest/conversations/{conversationId}/members HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove a member from a chat conversation,"```DELETE /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a web chat conversation member,"```GET /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a message in a chat conversation.,"```POST /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/messages HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/typing Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Send a typing-indicator in a chat conversation.,"```POST /api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/typing HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webchat/guest/conversations/{conversationId}/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the messages of a chat conversation.,"```GET /api/v2/webchat/guest/conversations/{conversationId}/messages HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webchat/guest/conversations/{conversationId}/messages/{messageId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a web chat conversation message,"```GET /api/v2/webchat/guest/conversations/{conversationId}/messages/{messageId} HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/webchat/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Remove WebChat deployment settings,"```DELETE /api/v2/webchat/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webchat/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get WebChat deployment settings,"```GET /api/v2/webchat/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/webchat/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update WebChat deployment settings,"```PUT /api/v2/webchat/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/webmessaging/messages Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the messages for a web messaging session.,"```GET /api/v2/webmessaging/messages HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/widgets/deployments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List Widget deployments,"```GET /api/v2/widgets/deployments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/widgets/deployments Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create Widget deployment,"```POST /api/v2/widgets/deployments HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/widgets/deployments/{deploymentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a Widget deployment,"```DELETE /api/v2/widgets/deployments/{deploymentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/widgets/deployments/{deploymentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a Widget deployment,"```GET /api/v2/widgets/deployments/{deploymentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/widgets/deployments/{deploymentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a Widget deployment,"```PUT /api/v2/widgets/deployments/{deploymentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/adherence Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of UserScheduleAdherence records for the requested users,"```GET /api/v2/workforcemanagement/adherence HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/adherence/explanations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Submit an adherence explanation for the current user,"```POST /api/v2/workforcemanagement/adherence/explanations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/adherence/explanations/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of an adherence explanation operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/adherence/explanations/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/adherence/explanations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query adherence explanations for the current user,"```POST /api/v2/workforcemanagement/adherence/explanations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/adherence/explanations/{explanationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an adherence explanation for the current user,"```GET /api/v2/workforcemanagement/adherence/explanations/{explanationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/adherence/historical/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request a historical adherence report in bulk,"```POST /api/v2/workforcemanagement/adherence/historical/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/adherence/historical/bulk/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request to fetch the status of the historical adherence bulk job. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/adherence/historical/bulk/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/adherence/historical/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of a historical adherence request operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/adherence/historical/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/agents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Move agents in and out of management unit,"```POST /api/v2/workforcemanagement/agents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/agents/integrations/hris/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query integrations for agents,"```POST /api/v2/workforcemanagement/agents/integrations/hris/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/agents/me/managementunit Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the management unit to which the currently logged in agent belongs,"```GET /api/v2/workforcemanagement/agents/me/managementunit HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/agents/me/possibleworkshifts Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get agent possible work shifts for requested time frame,"```POST /api/v2/workforcemanagement/agents/me/possibleworkshifts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add an adherence explanation for the requested user,"```POST /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query adherence explanations for the given agent across a specified range,"```POST /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an adherence explanation,"```GET /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an adherence explanation,"```PATCH /api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/workforcemanagement/agents/{agentId}/integrations/hris Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update integrations for agent,"```PUT /api/v2/workforcemanagement/agents/{agentId}/integrations/hris HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/agents/{agentId}/managementunit Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the management unit to which the agent belongs,"```GET /api/v2/workforcemanagement/agents/{agentId}/managementunit HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/agentschedules/mine Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get published schedule for the current user,"```POST /api/v2/workforcemanagement/agentschedules/mine HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/alternativeshifts/offers/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request a list of alternative shift offers for a given schedule,"```POST /api/v2/workforcemanagement/alternativeshifts/offers/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/offers/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of an alternative shift offers operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/alternativeshifts/offers/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/alternativeshifts/offers/search/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request a search of alternative shift offers for a given shift,"```POST /api/v2/workforcemanagement/alternativeshifts/offers/search/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/offers/search/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of an alternative shift search offers operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/alternativeshifts/offers/search/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get alternative shifts settings from the current logged in agent’s business unit,"```GET /api/v2/workforcemanagement/alternativeshifts/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/trades Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of my alternative shifts trades,"```GET /api/v2/workforcemanagement/alternativeshifts/trades HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/alternativeshifts/trades Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create my alternative shift trade using an existing offer's jobId,"```POST /api/v2/workforcemanagement/alternativeshifts/trades HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/trades/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of an alternative shift trades operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/alternativeshifts/trades/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/alternativeshifts/trades/state/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Bulk update alternative shift trade states,"```PATCH /api/v2/workforcemanagement/alternativeshifts/trades/state/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/trades/state/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of an alternative shift trade state operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/alternativeshifts/trades/state/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/alternativeshifts/trades/{tradeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get my alternative shift trade by trade ID,"```GET /api/v2/workforcemanagement/alternativeshifts/trades/{tradeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/alternativeshifts/trades/{tradeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update my alternative shifts trade by trade ID,"```PATCH /api/v2/workforcemanagement/alternativeshifts/trades/{tradeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get business units,"```GET /api/v2/workforcemanagement/businessunits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a new business unit. It may take a minute or two for a new business unit to be available for api operations,"```POST /api/v2/workforcemanagement/businessunits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get business units across divisions,"```GET /api/v2/workforcemanagement/businessunits/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete business unit. A business unit cannot be deleted if it contains one or more management units,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get business unit. Expanding ""settings"" will retrieve all settings. All other expands will retrieve only the requested settings field(s).","```GET /api/v2/workforcemanagement/businessunits/{businessUnitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update business unit,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get activity codes,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new activity code,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes an activity code,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an activity code,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an activity code,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get activity plans,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create an activity plan,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the latest job for all activity plans in the business unit,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an activity plan,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an activity plan. If a job associated with the activity plan is in 'Processing' state the activity plan cannot be updated,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Run an activity plan manually. Triggers a job running the activity plan. The activity plan cannot be updated until the job completes,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets an activity plan run job,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/adherence/explanations/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query adherence explanations across an entire business unit for the requested period,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/adherence/explanations/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/agentschedules/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Search published schedules,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/agentschedules/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get alternative shifts settings for a business unit,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update alternative shifts settings for a business unit,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: List alternative shifts trades for a given management unit or agent,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the status of an alternative shift search trade operation. Only the user who started the operation can query the status. Job details are only retained if the initial request returned a 202 ACCEPTED response,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/{tradeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get an alternative shifts trade in a business unit for a given trade ID,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/{tradeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get intraday data for the given date for the requested planningGroupIds,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday/planninggroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get intraday planning groups for the given date,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday/planninggroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/managementunits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get all authorized management units in the business unit,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/managementunits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets list of planning groups,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Adds a new planning group,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes the planning group,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a planning group,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates the planning group,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the list of scheduling runs,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Cancel a scheduling run,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a scheduling run,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Mark a schedule run as applied,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}/result Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the result of a rescheduling operation,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}/result HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets list of service goal templates,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Adds a new service goal template,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a service goal template,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a service goal template,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a service goal template,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of staffing groups,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new staffing group,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets staffing group associations for a list of user IDs,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a staffing group,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a staffing group,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a staffing group,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of time-off limit objects,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new time-off limit object,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/values/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves time-off limit related values based on a given set of filters.,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/values/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a time-off limit object,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Gets a time-off limit object. Returns properties of time-off limit object, but not daily values","```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}/values Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Sets daily values for a date range of time-off limit object. Note that only limit daily values can be set through API, allocated and waitlisted values are read-only for time-off limit API","```PUT /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}/values HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of time-off plans,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new time-off plan,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a time-off plan,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a time-off plan,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a time-off plan,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get short term forecasts. Use ""recent"" (without quotes) for the `weekDateId` path parameter to fetch all forecasts for +/- 26 weeks from the current date. Response will include any forecast which spans the specified week","```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/generate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generate a short term forecast,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/generate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Starts importing the uploaded short term forecast. Call after uploading the forecast data to the url supplied by the /import/uploadurl route,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import/uploadurl Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Creates a signed upload URL for importing a short term forecast. Once the upload is complete, call the /import route to start the short term forecast import process","```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import/uploadurl HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a short term forecast. Must not be tied to any schedules,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a short term forecast,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/copy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Copy a short term forecast,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/copy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/data Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the result of a short term forecast calculation. Includes modifications unless you pass the doNotApplyModifications query parameter,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/data HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/generationresults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the forecast generation results,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/generationresults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/longtermforecastdata Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the result of a long term forecast calculation. Includes modifications unless you pass the doNotApplyModifications query parameter,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/longtermforecastdata HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/planninggroups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the forecast planning group snapshot,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/planninggroups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/staffingrequirement Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the staffing requirement by planning group for a forecast,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/staffingrequirement HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the list of week schedules for the specified week. Use ""recent"" (without quotes) for the `weekId` path parameter to fetch all forecasts for +/- 26 weeks from the current date. Response will include any schedule which spans the specified week","```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a blank schedule,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/generate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Generate a schedule,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/generate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Starts processing a schedule import. Call after uploading the schedule data to the url supplied by the /import/uploadurl route,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import/uploadurl Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Creates a signed upload URL for importing a schedule. Once the upload is complete, call the /import route to start the schedule import process","```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import/uploadurl HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a schedule,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query route","```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/agentschedules/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Loads agent schedule data from the schedule. Used in combination with the metadata route,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/agentschedules/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/copy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Copy a schedule,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/copy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/generationresults Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the generation results for a generated schedule,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/generationresults HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/headcountforecast Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the headcount forecast by planning group for the schedule,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/headcountforecast HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/history/agents/{agentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Loads agent's schedule history.,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/history/agents/{agentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the performance prediction for the associated schedule,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request a daily recalculation of the performance prediction for the associated schedule,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/uploadurl Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Upload daily activity changes to be able to request a performance prediction recalculation,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/uploadurl HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/{recalculationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get recalculated performance prediction result,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/{recalculationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/reschedule Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Start a rescheduling run,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/reschedule HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Starts processing a schedule update. Call after uploading the schedule data to the url supplied by the /update/uploadurl route,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update/uploadurl Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Creates a signed upload URL for updating a schedule. Once the upload is complete, call the /{scheduleId}/update route to start the schedule update process","```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update/uploadurl HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of work plan bids,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new work plan bid,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a work plan bid,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a work plan bid,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update work plan bid,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/copy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Copy a work plan bid,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/copy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a bid group in a given work plan bid,"```POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/summary Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get summary of bid groups that belong to a work plan bid,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/summary HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a bid group by bid group Id,"```DELETE /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a bid group by bid group Id,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a bid group by bid group Id,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the work plan preferences of all the agents in the work plan bid group,"```GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Overrides the assigned work plan for the specified agents,"```PATCH /api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/calendar/data/ics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get ics formatted calendar based on shareable link,"```GET /api/v2/workforcemanagement/calendar/data/ics HTTP/1.1 Host: api.mypurecloud.com Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/calendar/url/ics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Disable generated calendar link for the current user,"```DELETE /api/v2/workforcemanagement/calendar/url/ics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/calendar/url/ics Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get existing calendar link for the current user,"```GET /api/v2/workforcemanagement/calendar/url/ics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/calendar/url/ics Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Create a newly generated calendar link for the current user; if the current user has previously generated one, the generated link will be returned","```POST /api/v2/workforcemanagement/calendar/url/ics HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/historicaldata/deletejob Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves delete job status for historical data imports of the organization,"```GET /api/v2/workforcemanagement/historicaldata/deletejob HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/historicaldata/deletejob Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete the entries of the historical data imports in the organization,"```POST /api/v2/workforcemanagement/historicaldata/deletejob HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/historicaldata/importstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves status of the historical data imports of the organization,"```GET /api/v2/workforcemanagement/historicaldata/importstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/historicaldata/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Trigger validation process for historical import,"```POST /api/v2/workforcemanagement/historicaldata/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/integrations/hris Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get integrations,"```GET /api/v2/workforcemanagement/integrations/hris HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/integrations/hris/timeofftypes/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the results of time off types job,"```GET /api/v2/workforcemanagement/integrations/hris/timeofftypes/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/integrations/hris/{hrisIntegrationId}/timeofftypes/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get list of time off types configured in integration,"```POST /api/v2/workforcemanagement/integrations/hris/{hrisIntegrationId}/timeofftypes/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get management units,"```GET /api/v2/workforcemanagement/managementunits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Add a management unit. It may take a minute or two for a new management unit to be available for api operations,"```POST /api/v2/workforcemanagement/managementunits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/divisionviews Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get management units across divisions,"```GET /api/v2/workforcemanagement/managementunits/divisionviews HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete management unit,"```DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get management unit. settings.shortTermForecasting is deprecated and now lives on the business unit,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update the requested management unit,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/adherence Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of user schedule adherence records for the requested management unit,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/adherence HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/agents Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update agent configurations,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/agents HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get data for agent in the management unit,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}/shifttrades Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all the shift trades for a given agent,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}/shifttrades HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/agentschedules/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query published schedules for given given time range for set of users,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/agentschedules/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/historicaladherencequery Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Request a historical adherence report. The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = true","```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/historicaladherencequery HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/move Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Move the requested management unit to a new business unit. Returns status 200 if the management unit is already in the requested business unit,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/move HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/matched Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a summary of all shift trades in the matched state,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/matched HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets list of users available for whom you can send direct shift trade requests,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/shrinkage/jobs Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Request a historical shrinkage report. The maximum supported range for historical shrinkage queries is up to 32 days. Historical Shrinkage for a given date range can be queried in two modes - granular and aggregated. To see granular shrinkage information, provide granularity in the request body.","```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/shrinkage/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Gets a list of time off limit objects under management unit. Currently only one time off limit object is allowed under management unit, so the list contains either 0 or 1 element.","```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Creates a new time off limit object under management unit. Only one limit object is allowed under management unit, so an attempt to create second object will fail.","```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/values/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves time off limit related values based on a given set of filters.,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/values/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a time off limit object,"```DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Gets a time off limit object. Returns properties of time off limit object, but not daily values.","```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId} Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Updates a time off limit object. Updates time off limit object properties, but not daily values.","```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PUT /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}/values Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Sets daily values for a date range of time off limit object. Note that only limit daily values can be set through API, allocated and waitlisted values are read-only for time off limit API","```PUT /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}/values HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a list of time off plans,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Creates a new time off plan,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Deletes a time off plan,"```DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets a time off plan,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a time off plan,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new time off request,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/integrationstatus/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves integration statuses for a list of time off requests,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/integrationstatus/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/query Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Fetches time off requests matching the conditions specified in the request body. Request body requires one of the following: User ID is specified, statuses == [Pending] or date range to be specified and less than or equal to 33 days. All other fields are filters","```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/waitlistpositions/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves daily waitlist position for a list of time off requests,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/waitlistpositions/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/{timeOffRequestId}/users/{userId}/integrationstatus Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Set integration status for a time off request.,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/{timeOffRequestId}/users/{userId}/integrationstatus HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get users in the management unit,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffbalance/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query time off balances for a given user for specified activity code and dates,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffbalance/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of time off requests for a given user,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Estimates available time off for an agent,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a time off request,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a time off request,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeoffbalance/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query time off balances for dates spanned by a given time off request,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeoffbalance/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeofflimits Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Retrieves time off limit, allocated and waitlisted values according to specific time off request","```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeofflimits HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all the shift trades for a given week,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Adds a shift trade,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/search Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Searches for potential shift trade matches for the current agent,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/search HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/state/bulk Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Updates the state of a batch of shift trades. Admin functionality is not supported with ""mine"".","```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/state/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Updates a shift trade. This route can only be called by the initiating agent,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId}/match Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Matches a shift trade. This route can only be called by the receiving agent,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId}/match HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get work plan rotations,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new work plan rotation,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a work plan rotation,"```DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a work plan rotation,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a work plan rotation,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}/copy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a copy of work plan rotation,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}/copy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Get work plans. ""expand=details"" is deprecated","```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a new work plan,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Delete a work plan,"```DELETE /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a work plan,"```GET /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a work plan,"```PATCH /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/copy Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a copy of work plan,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/copy HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/validate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Validate Work Plan,"```POST /api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/validate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/notifications Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of notifications for the current user. Notifications are only initially sent if you have the relevant Notify and Edit permissions,"```GET /api/v2/workforcemanagement/notifications HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/notifications/update Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Mark a list of notifications as read or unread,"```POST /api/v2/workforcemanagement/notifications/update HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/schedulingjobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get status of the scheduling job,"```GET /api/v2/workforcemanagement/schedulingjobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/shifttrades Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets all of my shift trades,"```GET /api/v2/workforcemanagement/shifttrades HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/shrinkage/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request to fetch the status of the historical shrinkage query,"```GET /api/v2/workforcemanagement/shrinkage/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/teams/{teamId}/adherence/historical Genesys Cloud HTTP SDK.,"Genesys describes this as an API used to: Request a teams historical adherence report. The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = true","```POST /api/v2/workforcemanagement/teams/{teamId}/adherence/historical HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/teams/{teamId}/shrinkage/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Request a historical shrinkage report. The maximum supported range for historical shrinkage queries is up to 32 days,"```POST /api/v2/workforcemanagement/teams/{teamId}/shrinkage/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/timeoffbalance/jobs Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query time off balances for the current user for specified activity code and dates,"```POST /api/v2/workforcemanagement/timeoffbalance/jobs HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/timeoffbalance/jobs/{jobId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Query the results of time off types job,"```GET /api/v2/workforcemanagement/timeoffbalance/jobs/{jobId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/timeofflimits/available/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Queries available time off for the current user,"```POST /api/v2/workforcemanagement/timeofflimits/available/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/timeoffrequests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a list of time off requests for the current user,"```GET /api/v2/workforcemanagement/timeoffrequests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/timeoffrequests Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Create a time off request for the current user,"```POST /api/v2/workforcemanagement/timeoffrequests HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/timeoffrequests/estimate Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Estimates available time off for current user,"```POST /api/v2/workforcemanagement/timeoffrequests/estimate HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the POST /api/v2/workforcemanagement/timeoffrequests/integrationstatus/query Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Retrieves integration statuses for a list of current user time off requests,"```POST /api/v2/workforcemanagement/timeoffrequests/integrationstatus/query HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get a time off request for the current user,"```GET /api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId} Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update a time off request for the current user,"```PATCH /api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId} HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}/waitlistpositions Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get the daily waitlist positions of a time off request for the current user,"```GET /api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}/waitlistpositions HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/users/workplanbidranks/bulk Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update bulk work plan bid ranks on users. Max 50 users can be updated at a time.,"```PATCH /api/v2/workforcemanagement/users/workplanbidranks/bulk HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/users/{userId}/workplanbidranks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Get work plan bid ranks for a user,"```GET /api/v2/workforcemanagement/users/{userId}/workplanbidranks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/users/{userId}/workplanbidranks Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update work plan bid ranks for a user,"```PATCH /api/v2/workforcemanagement/users/{userId}/workplanbidranks HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/workplanbids Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets the list of work plan bids that belong to an agent,"```GET /api/v2/workforcemanagement/workplanbids HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/workplanbids/{bidId}/preferences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets an agent's work plan bidding preference,"```GET /api/v2/workforcemanagement/workplanbids/{bidId}/preferences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the PATCH /api/v2/workforcemanagement/workplanbids/{bidId}/preferences Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Update an agent's work plan bidding preference,"```PATCH /api/v2/workforcemanagement/workplanbids/{bidId}/preferences HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```" Provide a HTTP example that uses the GET /api/v2/workforcemanagement/workplanbids/{bidId}/workplans Genesys Cloud HTTP SDK.,Genesys describes this as an API used to: Gets an agent's work plans for a bid,"```GET /api/v2/workforcemanagement/workplanbids/{bidId}/workplans HTTP/1.1 Host: api.mypurecloud.com Authorization: Bearer ******************* Content-Type: application/json```"