v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Methods

Create a Helix Event Type

post/cameras/v1/video_tagging/event_type

Request body

event_schemaobject required

The schema of the event type.

namestring required

The name of the event type.

Response

OK

event_schemaobject required

The schema of the event type.

event_type_uidstring required

The unique identifier of the event type.

namestring required

The name of the event type.

org_idstring required

The unique identifier of the organization.

Example response

{
  "event_schema": {
    "cashier": "string"
  },
  "event_type_uid": "0a5b38d4-0308-4274-99b3-2b2f40d40deb",
  "name": "purchase",
  "org_id": "0a5b38d4-0308-4274-99b3-2b2f40d40deb"
}