Box · Schema
Recent item
A recent item accessed by a user.
Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing
Properties
| Name | Type | Description |
|---|---|---|
| type | string | `recent_item` |
| item | object | |
| interaction_type | string | The most recent type of access the user performed on the item. |
| interacted_at | string | The time of the most recent interaction. |
| interaction_shared_link | string | If the item was accessed through a shared link it will appear here, otherwise this will be null. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RecentItem",
"title": "Recent item",
"type": "object",
"x-box-resource-id": "recent_item",
"description": "A recent item accessed by a user.",
"x-box-tag": "recent_items",
"properties": {
"type": {
"type": "string",
"description": "`recent_item`",
"example": "recent_item"
},
"item": {
"allOf": [
{
"oneOf": [
{
"$ref": "#/components/schemas/File--Full"
},
{
"$ref": "#/components/schemas/Folder--Full"
},
{
"$ref": "#/components/schemas/WebLink"
}
]
},
{
"description": "The item that was recently accessed."
}
]
},
"interaction_type": {
"type": "string",
"example": "item_preview",
"description": "The most recent type of access the user performed on\nthe item.",
"enum": [
"item_preview",
"item_upload",
"item_comment",
"item_open",
"item_modify"
]
},
"interacted_at": {
"type": "string",
"format": "date-time",
"description": "The time of the most recent interaction.",
"example": "2018-04-13T13:53:23-07:00"
},
"interaction_shared_link": {
"type": "string",
"example": "https://www.box.com/shared/static/rh935iit6ewrmw0unyul.jpeg",
"description": "If the item was accessed through a shared link it will appear here,\notherwise this will be null."
}
}
}
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-recentitem"
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.