Skip to main content
POST
Event Handling Status Update

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

asset_id
string<uuid>
required
event_id
string
required

Query Parameters

asset_id_is_external
boolean
default:false

Body

application/json

Response for an asset event status update.

timestamp
string<date-time>
required

Timestamp for the response (UTC)

status
enum<string>
required

Status values for asset event handling.

  • RECEIVED: Event was received by the system
  • ACCEPTED: Event was accepted for processing
  • REJECTED: Event was rejected (invalid or not applicable)
  • FAILED: Event processing failed
  • EXECUTED: Event was successfully executed
Available options:
RECEIVED,
ACCEPTED,
REJECTED,
FAILED,
EXECUTED

Response

Status update successfully recorded