Create an action on an object

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
object_typeenumRequired
Type of object to perform the action on
Allowed values:
object_idstringRequiredformat: "uuid"
ID of the object to perform the action on
typeenumRequired
The type of action to perform
Allowed values:
payloadmap from strings to anyRequired

Action-specific parameters (varies by action type)

notestringOptional
Optional text note describing the reason for the action
thread_idstringOptionalformat: "uuid"
Optional operator thread ID used to resolve an action actor
run_idstringOptionalformat: "uuid"
Optional operator run ID used to resolve an action actor

Response

action created - verify TIN

idstringformat: "uuid"
typeenum
The action type that was performed
object_typeenum
The type of object the action was performed on
Allowed values:
object_idstringformat: "uuid"
The ID of the object the action was performed on
created_atdatetime
effectslist of objects
List of effects describing what changed
actorslist of objects
List of actors describing who initiated the action
notestring or null
Optional text note describing the reason for the action
metadatamap from strings to any
Additional metadata associated with the action

Errors

400
Post V1actions Request Bad Request Error
404
Post V1actions Request Not Found Error
422
Post V1actions Request Unprocessable Entity Error