How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Genesys Business Rules API

Business Rules

Genesys Business Rules API is one of 87 APIs that Genesys publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Business Rules. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 41 operations across 24 paths, and defines 75 schemas. It is described by OpenAPI 2.0, at version v2.

Requests are made against the base URL https://api.mypurecloud.com.

41 operations 24 paths 75 schemas 6 DELETE15 GET3 PATCH14 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v2
Base URL
https://api.mypurecloud.com
Authentication
OAuth 2.0, API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Genesys Business Rules API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (PureCloud OAuth) using the implicit flow, exposing 1 scope. An API key is passed in the header as Authorization (Guest Chat JWT).

Paths & Operations 41

Across 24 paths, the API surfaces 41 operations — 6 DELETE, 15 GET, 3 PATCH, 14 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Business Rules 41

Business Rules

GET
/api/v2/businessrules/decisiontables/{tableId}
Get a decision table
getBusinessrulesDecisiontable 1 param → 200400401403404408409413
DELETE
/api/v2/businessrules/decisiontables/{tableId}
Delete a decision table
deleteBusinessrulesDecisiontable 2 params → 204400401403404408409413
PATCH
/api/v2/businessrules/decisiontables/{tableId}
Update a decision table
patchBusinessrulesDecisiontable 2 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/execute
Execute a published decision table
postBusinessrulesDecisiontableExecute 2 params → 200400401403404408409413
GET
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}
Get a decision table version
getBusinessrulesDecisiontableVersion 2 params → 200400401403404408409413
DELETE
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}
Delete a decision table version
deleteBusinessrulesDecisiontableVersion 2 params → 204400401403404408409413
PATCH
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}
Update a decision table version
patchBusinessrulesDecisiontableVersion 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/copy
Copy a decision table version
postBusinessrulesDecisiontableVersionCopy 3 params → 200202400401403404408409
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/execute
Execute a decision table version
postBusinessrulesDecisiontableVersionExecute 3 params → 200400401403404408409413
PUT
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/publish
Publish a decision table version
putBusinessrulesDecisiontableVersionPublish 2 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/sync
Update the Business Rules Schema to the latest version for a given decision table version
postBusinessrulesDecisiontableVersionSync 2 params → 200400401403404408409413
GET
/api/v2/businessrules/decisiontables/{tableId}/versions
Get a list of decision table versions
getBusinessrulesDecisiontableVersions 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions
Create a new decision table version. When sourceVersion is not provided, the draft is created from the published version.
postBusinessrulesDecisiontableVersions 2 params → 200202400401403404408409
GET
/api/v2/businessrules/decisiontables
Get a list of decision tables.
getBusinessrulesDecisiontables 4 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables
Create a decision table
postBusinessrulesDecisiontables 1 param → 200400401403404408409413
GET
/api/v2/businessrules/decisiontables/search
Search for decision tables.
getBusinessrulesDecisiontablesSearch 7 params → 200400401403404408409413
GET
/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}
Get an export job for a decision table
getBusinessrulesDecisiontableExport 2 params → 200202400401403404408409
DELETE
/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}
Delete an export job for a decision table
deleteBusinessrulesDecisiontableExport 2 params → 204400401403404408409413
GET
/api/v2/businessrules/decisiontables/{tableId}/exports
List export jobs for a decision table
getBusinessrulesDecisiontableExports 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/exports
Create an export job for a decision table version
postBusinessrulesDecisiontableExports 2 params → 200202400401403404408409
GET
/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}
Get decision table row import job
getBusinessrulesDecisiontableImport 2 params → 200202400401403404408409
DELETE
/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}
Delete decision table row import job
deleteBusinessrulesDecisiontableImport 2 params → 204400401403404408409413
PATCH
/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}
Update decision table row import job
patchBusinessrulesDecisiontableImport 3 params → 200400401403404408409413
GET
/api/v2/businessrules/decisiontables/{tableId}/imports
List decision table row import jobs
getBusinessrulesDecisiontableImports 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/imports
Create a decision table row import job
postBusinessrulesDecisiontableImports 2 params → 200202400401403404408409
GET
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}
Get a decision table row
getBusinessrulesDecisiontableVersionRow 3 params → 200400401403404408409413
PUT
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}
Full update a decision table row
putBusinessrulesDecisiontableVersionRow 4 params → 200400401403404408409413
DELETE
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}
Delete a decision table row
deleteBusinessrulesDecisiontableVersionRow 3 params → 204400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/add
Bulk add decision table rows
postBusinessrulesDecisiontableVersionRowsBulkAdd 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/update
Bulk update decision table rows
postBusinessrulesDecisiontableVersionRowsBulkUpdate 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/remove
Bulk delete decision table rows
postBusinessrulesDecisiontableVersionRowsBulkRemove 3 params → 204400401403404408409413
GET
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows
Get a list of decision table rows.
getBusinessrulesDecisiontableVersionRows 4 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows
Create a decision table row
postBusinessrulesDecisiontableVersionRows 3 params → 200400401403404408409413
POST
/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/search
Search for decision table rows
postBusinessrulesDecisiontableVersionRowsSearch 5 params → 200400401403404408409413
GET
/api/v2/businessrules/schemas/coretypes/{coreTypeName}
Get a specific named core type.
getBusinessrulesSchemasCoretype 1 param → 200400401403404408409413
GET
/api/v2/businessrules/schemas/coretypes
Get the core types from which all schemas are built.
getBusinessrulesSchemasCoretypes → 200400401403404408409413
GET
/api/v2/businessrules/schemas/{schemaId}
Get a schema
getBusinessrulesSchema 1 param → 200400401403404408409413
PUT
/api/v2/businessrules/schemas/{schemaId}
Update a schema
putBusinessrulesSchema 2 params → 200400401403404408409413
DELETE
/api/v2/businessrules/schemas/{schemaId}
Delete a schema
deleteBusinessrulesSchema 1 param → 204400401403404408409413
GET
/api/v2/businessrules/schemas
Get a list of schemas.
getBusinessrulesSchemas → 200400401403404408409413
POST
/api/v2/businessrules/schemas
Create a schema
postBusinessrulesSchemas 1 param → 200400401403404408409413

Schemas 75

The contract defines 75 schemas that model the data the API accepts and returns. The most detailed are DecisionTableExportJob (15 properties), DecisionTableImportJob (15 properties), DecisionTableVersion (14 properties), DecisionTable (13 properties). Each schema is shown below with its type and property counts.

Items
object
2 properties
UpdateRowIndexRequest
object
2 properties 2 required
DecisionTableVersion
object
14 properties
AddressableEntityRef
object
2 properties
DecisionTableImportJob
object
State of a decision table row import job
15 properties 2 required
JsonSchemaDocument
object
A JSON Schema document.
8 properties
DecisionTableExecutionResponse
object
4 properties
DecisionTableOutputColumnRequest
object
2 properties 1 required
Coretype
object
11 properties
BusinessRulesSchemaUpdateRequest
object
Request to update an existing Business Rules Schema
3 properties 2 required
BusinessRulesSchemaCreateRequest
object
Request to create a new Business Rules Schema
1 property 1 required
OutputValue
object
2 properties 1 required
BusinessRulesParentSchemaRef
object
4 properties
BusinessRulesDataSchema
object
9 properties 2 required
DecisionTableInputColumn
object
3 properties 1 required
CreateDecisionTableRowRequest
object
3 properties 2 required
SearchDecisionTableRowsRequest
object
1 property 1 required
BulkUpdateDecisionTableRowsResponse
object
2 properties 2 required
DecisionTableRowEntityRef
object
2 properties
DecisionTableColumnDefaultRowValue
object
Must provide a valid value for exactly one of the fields in this class.
3 properties
ValidationLimits
object
6 properties
BulkAddDecisionTableRowsRequest
object
1 property 1 required
DecisionTableExportJob
object
15 properties
DecisionTableOutputColumn
object
3 properties 1 required
Row
object
3 properties 3 required
DecisionTableJobValidationError
object
Validation error for a decision table import or export job (e.g. import file row or header, export division checks)
12 properties
UpdateDecisionTableImportJobRequest
object
1 property 1 required
ErrorBody
object
11 properties
Division
object
3 properties
DecisionTableRowListing
object
10 properties
DecisionTableExecutionRequest
object
1 property 1 required
DecisionTableRowExecutionOutput
object
3 properties 3 required
CoretypeListing
object
3 properties
BulkDeleteDecisionTableRowsRequest
object
1 property 1 required
MinLength
object
2 properties 2 required
DecisionTableImportJobListing
object
4 properties
RowSearchFilter
object
1 property 1 required
DecisionTableVersionEntity
object
5 properties
CreateDecisionTableColumnsRequest
object
2 properties 2 required
JsonSchemaWithDefinitions
object
A JSON Schema document.
9 properties
UpdateDecisionTableRequest
object
3 properties
CreateDecisionTableVersionRequest
object
1 property
UpdateDecisionTableColumnsRequest
object
Decision table columns will equal the columns contained in this request after the update is performed. If a list of columns types is not provided (i.e. is null…
2 properties
MaxLength
object
2 properties 2 required
DomainEntityRef
object
3 properties
DecisionTableContract
object
4 properties
BulkUpdateDecisionTableRowsRequest
object
1 property 1 required
Literal
object
8 properties
CreateDecisionTableImportJobRequest
object
2 properties 2 required
CopyDecisionTableRequest
object
2 properties 1 required
Contractual
object
2 properties 1 required
Limit
object
3 properties
DecisionTable
object
13 properties
CreateDecisionTableRequest
object
5 properties 4 required
DecisionTableRowParameterValue
object
1 property
DecisionTableExportJobListing
object
4 properties
DecisionTableInputColumnRequest
object
2 properties 1 required
DecisionTableVersionListing
object
4 properties
BulkAddDecisionTableRowsResponse
object
2 properties 2 required
DecisionTableImportJobError
object
Error details when a decision table import job fails
5 properties
PutDecisionTableRowRequest
object
2 properties
DecisionTableImportRowMetrics
object
Progress metrics for a decision table import job
9 properties
Schema
object
5 properties
RowSearchPredicate
object
4 properties 2 required
UpdateDecisionTableVersionRequest
object
1 property
DecisionTableColumns
object
2 properties
DecisionTableExportJobError
object
Error details when a decision table export job fails
5 properties
DecisionTableRow
object
8 properties 1 required
DecisionTableListing
object
4 properties
BusinessRulesDataSchemaListing
object
4 properties
DecisionTableExportJobRequest
object
3 properties 2 required
DecisionTableInputColumnExpression
object
2 properties 2 required
ItemValidationLimits
object
2 properties 2 required
Definition
object
7 properties
Detail
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

genesys-business-rules-api-openapi.yml Raw ↑

Other APIs Genesys publishes across the network.

Genesys Agent Assistants API
Genesys Agent Copilot API
Genesys Agent UI API
Genesys AI Studio API
Genesys Alerting API
Genesys Analytics API
Genesys Architect API
Genesys Assistant Copilot Variations API
Genesys Audit API
Genesys Authorization API
Genesys Background Assistant API
Genesys Billing API
Where this information came from

This is an independent, third-party profile of Genesys Business Rules API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.