Events

An event defines an occasion and the start and end date of the event as well as the 'type' of event.

Body Params
int32

A unique internal system identifier for each event.

string
required
length between 1 and 256

The title of the event.

date-time
required

The start date of the event.

date-time
required

The end date of the event

string | null

Miscellaneous notes and information for the entry or record.

string | null

The type of event.

string | null

If the event type is associated with a table/entity inside the system, the item id will be the id of the precise record that is associated with the event.

int32 | null

When Item Id is a numerical value the correct typed value is stored in this column and allows foreign key values to work correctly.

boolean

The field AllDay in the Event table is a data type of bit, which represents a single boolean value. This field indicates whether the event will last for the entire day, with a value of 1 representing all-day and a value of 0 representing a specific start and end time. This field allows for efficient tracking and organization of events that last for a full day, offering clear distinctions when compared to events with a set duration.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!