Create, Update, or Delete Insight Type User Action
post
/api/CXIPlatformService/{version}/CXIReferenceEntity/insightTypeUserAction
Create, update, or delete one or more Insight Type User Action records.
Request
Path Parameters
-
version(required): string
API version. Example: v1
Supported Media Types
- application/json
Nested Schema : items
Type:
Show Source
object
-
data(required): object
data
-
operation(required): string
The field specifies the mode of operation. Supported operations: create, update or delete
Nested Schema : data
Type:
Show Source
object
-
entityType(required): string
Indicates if the insight is summary type.
-
id(required): string
Id of the Insight Type User Action record.
-
insightType(required): string
Unique identifier of insight type.
-
userAction(required): string
Unique identifier of user action.
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
object
-
entityType(required): string
Indicates if the insight is summary type.
-
id(required): string
Id of the Insight Type User Action record.
-
insightType(required): string
Unique identifier of the insight type.
-
userAction(required): string
Unique identifier of the user action.
400 Response
An error is encountered due to an invalid request.
Root Schema : schema
Type:
Show Source
object
-
code: string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension
500 Response
An internal server error is encountered, due to an unknown reason
Root Schema : schema
Type:
Show Source
object
-
code: string
Application relevant detail, defined in the API or a common list.
-
message: string
More details and corrective actions related to the error which can be shown to a client user.
-
referenceError: string
(uri)
URI of documentation describing the error.
-
status: string
HTTP Error code extension