Tripleseat · Schema
Event
A booked or in-progress event in the sales lifecycle.
RestaurantEventCateringLeadsWebhookSales
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier of the event. |
| name | string | Name of the event. |
| event_date | string | Date the event takes place. |
| start_time | string | Start time of the event. |
| end_time | string | End time of the event. |
| status | string | Current status of the event. |
| guest_count | integer | Number of guests for the event. |
| location_id | integer | Identifier of the location hosting the event. |
| account_id | integer | Identifier of the account associated with the event. |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Event",
"description": "A booked or in-progress event in the sales lifecycle.",
"$id": "https://raw.githubusercontent.com/api-evangelist/tripleseat/refs/heads/main/json-schema/tripleseat-api-event-schema.json",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique identifier of the event.",
"example": 500123
},
"name": {
"type": "string",
"description": "Name of the event.",
"example": "Spring Gala Dinner"
},
"event_date": {
"type": "string",
"format": "date",
"description": "Date the event takes place.",
"example": "2026-07-15"
},
"start_time": {
"type": "string",
"description": "Start time of the event.",
"example": "18:00"
},
"end_time": {
"type": "string",
"description": "End time of the event.",
"example": "22:00"
},
"status": {
"type": "string",
"description": "Current status of the event.",
"example": "definite"
},
"guest_count": {
"type": "integer",
"description": "Number of guests for the event.",
"example": 75
},
"location_id": {
"type": "integer",
"description": "Identifier of the location hosting the event.",
"example": 500123
},
"account_id": {
"type": "integer",
"description": "Identifier of the account associated with the event.",
"example": 500123
},
"created_at": {
"type": "string",
"format": "date-time",
"example": "2026-06-03T14:30:00Z"
},
"updated_at": {
"type": "string",
"format": "date-time",
"example": "2026-06-03T14:30:00Z"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tripleseat-api-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.