Box · Schema
Real-time server
A real-time server that can be used for long polling user events
Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
Properties
| Name | Type | Description |
|---|---|---|
| type | string | `realtime_server` |
| url | string | The URL for the server. |
| ttl | integer | The time in minutes for which this server is available |
| max_retries | integer | The maximum number of retries this server will allow before a new long poll should be started by getting a [new list of server](#options-events). |
| retry_timeout | integer | The maximum number of seconds without a response after which you should retry the long poll connection. This helps to overcome network issues where the long poll looks to be working but no packages ar |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RealtimeServer",
"title": "Real-time server",
"type": "object",
"x-box-resource-id": "realtime_server",
"description": "A real-time server that can be used for\nlong polling user events",
"properties": {
"type": {
"description": "`realtime_server`",
"type": "string",
"example": "realtime_server"
},
"url": {
"type": "string",
"example": "http://2.realtime.services.box.net/subscribe?channel=cc807c9c4869ffb1c81a&stream_type=all",
"description": "The URL for the server."
},
"ttl": {
"description": "The time in minutes for which this server is available",
"type": "integer",
"example": 10
},
"max_retries": {
"description": "The maximum number of retries this server will\nallow before a new long poll should be started by\ngetting a [new list of server](#options-events).",
"type": "integer",
"example": 10
},
"retry_timeout": {
"description": "The maximum number of seconds without a response\nafter which you should retry the long poll connection.\n\nThis helps to overcome network issues where the long\npoll looks to be working but no packages are coming\nthrough.",
"type": "integer",
"example": 610
}
}
}
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/box-realtimeserver"
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.