Get rules data

get

/customercare/v1/rules

Return all the rules excuted for the given session ID. Provides basic information of what rules got triggered, doesn't provide complete hierarchy information. Rules execution data is persisted asynchrously and may not be available immediately.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : RuleResponse
Type: object
Show Source
Nested Schema : runtimeData
Type: object
Additional Properties Allowed
Show Source
Map of runtime IDs to runtime data lists
Nested Schema : StatusResponse
Type: object
Status information for API call
Show Source
Nested Schema : RuntimeDataList
Type: array
Show Source
Nested Schema : RuntimeData
Type: object
Show Source
Nested Schema : actionList
Type: array
Show Source
Nested Schema : alertList
Type: array
Show Source
Nested Schema : ruleList
Type: array
Show Source
Nested Schema : Alert
Type: object
Show Source
Nested Schema : Rule
Type: object
Show Source

400 Response

Invalid input

404 Response

Session ID not found
Back to Top