Unique identifier for the resource.
Response Fields
1 min readStableIntermediate
The ResponseField component documents the shape of API response bodies — name, type, and required status, with dot notation for nested objects.
Quick Start
Two required fields.
idstringrequiredtitlestringrequiredDocument title as provided during creation.
Adding Options
Optional fields and a type label.
createdAtstring (ISO 8601)Timestamp of when the document was created.
statusstringCurrent document status. Only included for authenticated editors.
Advanced
Nested objects using dot notation.
paginationobjectrequiredPagination metadata for navigating result pages.
pagination.pageintegerrequiredCurrent page number.
pagination.totalintegerrequiredTotal number of items across all pages.
pagination.hasMorebooleanrequiredWhether additional pages are available.
Options
namestringrequiredField name; use dot notation for nesting.
typestringData type label.
requiredbooleanDefault: falseShows a red "required" label.
deprecatedbooleanDefault: falseShows an amber "deprecated" label.
childrenReactNodeDescription text under the field; supports inline Markdown.
Related pages
Was this page helpful?