Zoho Creator · Schema
Zoho Creator Record
A data record in a Zoho Creator application form or report.
Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications
Properties
| Name | Type | Description |
|---|---|---|
| ID | string | Unique identifier for the record within the report or form. |
| Added_Time | string | Timestamp when the record was created. |
| Modified_Time | string | Timestamp when the record was last modified. |
| Added_User | object | User who added the record. |
| Modified_User | object | User who last modified the record. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/zoho-creator/main/json-schema/zoho-creator-record.json",
"title": "Zoho Creator Record",
"description": "A data record in a Zoho Creator application form or report.",
"type": "object",
"properties": {
"ID": {
"type": "string",
"description": "Unique identifier for the record within the report or form."
},
"Added_Time": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the record was created."
},
"Modified_Time": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the record was last modified."
},
"Added_User": {
"type": "object",
"description": "User who added the record.",
"properties": {
"ID": { "type": "string" },
"display_value": { "type": "string" }
}
},
"Modified_User": {
"type": "object",
"description": "User who last modified the record.",
"properties": {
"ID": { "type": "string" },
"display_value": { "type": "string" }
}
}
},
"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/zoho-creator-record"
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.