Get Record Details
Get Record Details - kintone.app.record.get()
Retrieves record data of the currently open record in JSON format.
Function
Desktop
kintone.app.record.get()
Mobile
kintone.mobile.app.record.get()
Parameters
None
Returns
- An object with record details, or null.
- Null is returned for pages where it cannot be used.
- If the API is used on the Record Create or Record Edit page, the returned data will include the current edited data.
- Attachment file data is already converted to an empty array on the Record Create and Record Edit pages.
- Invalid values in the Number field will return
#INVALID!
.
Sample Request
|
|
Available Pages (Desktop)
- Record Details
- Record Create
- Record Edit
- Record Print
Available Pages (Mobile)
- Record Details
- Record Create
- Record Edit
Notes
- kintone.app.record.get and kintone.mobile.app.record.get cannot be called in the kintone.events.on handler. If you need to retrieve record data in the event handler, utilize the event object, as that has the record data inside.