Developer Function: JSON Data Layout: Common
Overview
This is the JSON format data layout specified when manipulating records with API or server script.
JSON data layout
| No | Property name | Column name | Data type | Notes |
| 1 | ApiVersion | API version | long | If omitted, it will operate with the version specified in "ApiVersion" in "Api.json" |
| 2 | ApiKey | Pre-created "API Key" | string | Set the API key created by a user with the appropriate permissions for the table to be operated and the operation content |
| 3 | PageSize | Upper limit value that can be obtained in the data retrieval API | long | If omitted, the value specified in "PageSize" in "Api.json" |
Supported Version
| Supported version | Contents |
| 1.4.13.0 or later | PageSize added |