instruction
stringlengths 77
217
| input
stringlengths 50
1.19k
| output
stringlengths 104
270
|
---|---|---|
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``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.