instruction
stringlengths 77
217
| input
stringlengths 50
1.19k
| output
stringlengths 104
270
|
---|---|---|
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``` |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.