diff --git a/content/developers/api-reference/events-api/index.md b/content/developers/api-reference/events-api/index.md index 05bc9e7a8..d07936bcc 100644 --- a/content/developers/api-reference/events-api/index.md +++ b/content/developers/api-reference/events-api/index.md @@ -39,12 +39,13 @@ To minimize the impact, prior to switching to Asset-free Events, it is recommend ```bash cat > /tmp/event.json < /tmp/event.json < /tmp/search.json <}} - **Note:** The current preview does not support filtering of Events. - Filtering across event attributes and trails are coming in a future preview. - {{< /note >}} - - Post `search.json` to the `/search` endpoint: ```bash @@ -217,16 +225,19 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to "Safety Rating": "90" }, "trails": [ - "Safety Conformance", "Clouseau" ], + "event_type": "Safety Conformance", "origin_tenant": "tenant/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_at": 1736421833577, "confirmation_status": "STORED", - "merklelog_commit": { - "index": "0", - "idtimestamp": "" + "ledger_entry": { + "index": "16", + "idtimestamp": "0196cf103fe5064c00", + "content_hash": "0e9ba3f1815fe893bab3ece6b5e396e8e804ee57061239fbee7b497d94b24ee8", + "hash_schema": "v0", + "log_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" } }, { @@ -237,16 +248,19 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to "Safety Rating": "99" }, "trails": [ - "Safety Conformance", "Clouseau" ], + "event_type": "Safety Conformance", "origin_tenant": "tenant/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "created_at": 1736421873579, "confirmation_status": "STORED", - "merklelog_commit": { - "index": "0", - "idtimestamp": "" + "ledger_entry": { + "index": "8", + "idtimestamp": "0196c9448b6d064c00", + "content_hash": "791a76d42f7f07470f91226b7eb38645182afe2d4b2114ab52fc6dc4f9dd0260", + "hash_schema": "v0", + "log_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" } } ] @@ -264,7 +278,7 @@ Event records in DataTrails are assigned UUIDs at creation time and referred to ```bash cat > /tmp/search.json <