FullStory · Schema
CreateEventRequest
Request body for creating a custom event in FullStory
Session ReplayProduct AnalyticsDigital ExperienceBehavioral AnalyticsFrontend Monitoring
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the custom event |
| timestamp | string | ISO 8601 timestamp for when the event occurred |
| session | object | Session association for the event |
| user | object | User association for the event. Not accepted if session.id is provided since the session already identifies the user. |
| properties | object | Custom key-value properties for the event. Supports string, real, integer, boolean, array, and object types. |
| schema | object | Optional explicit type declarations for custom event properties |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CreateEventRequest",
"title": "CreateEventRequest",
"type": "object",
"required": [
"name"
],
"description": "Request body for creating a custom event in FullStory",
"properties": {
"name": {
"type": "string",
"description": "The name of the custom event"
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp for when the event occurred"
},
"session": {
"type": "object",
"description": "Session association for the event",
"properties": {
"id": {
"type": "string",
"description": "The session identifier to associate the event with"
},
"use_most_recent": {
"type": "boolean",
"description": "If true, the most recent session within 30 minutes will be used. If no recent session is found, the event is created without a session association."
}
}
},
"user": {
"type": "object",
"description": "User association for the event. Not accepted if session.id is provided since the session already identifies the user.",
"properties": {
"id": {
"type": "string",
"description": "The FullStory-assigned user ID"
},
"uid": {
"type": "string",
"description": "The external user identifier"
}
}
},
"properties": {
"type": "object",
"description": "Custom key-value properties for the event. Supports string, real, integer, boolean, array, and object types.",
"additionalProperties": true
},
"schema": {
"type": "object",
"description": "Optional explicit type declarations for custom event properties",
"additionalProperties": true
}
}
}
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/fullstory-createeventrequest"
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.