Get rules data for last session

get

/customercare/v1/{customerId}/session

Return all the rules executed for the given user for past session. 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

Path 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

404 Response

Customer ID not found
Back to Top