Get impacts for an event

get

/sia/v1/impact/event/{eventId}

Fetch impacts based on related event document id.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

List of impacts for the given event document id.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : SmartSearchResultsImpact
Type: object
Show Source
Nested Schema : Shards
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : sort
Type: array
Show Source
Nested Schema : ImpactItem
Type: object
Show Source
Nested Schema : SmartSearchEventImpact
Type: object
Show Source
Nested Schema : customer
Type: array
Details about the customers impacted due to this impact.
Show Source
Nested Schema : SmartSearchBulkIndex
Type: object
Show Source
Nested Schema : SmartSearchCustomer
Type: object
Show Source
Nested Schema : Sort
Type: object
Show Source
Examples

400 Response

The request isn't valid
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

401 Response

The request is unauthorized
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

403 Response

The request is forbidden
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

404 Response

The requested resource not found
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

500 Response

An Internal Server Error has occurred
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source
Back to Top