<-- When [Output destination of attachment] or [Input source of attachment] is [Data (Base64)]-- >
<array comment="">
<file name="" size="" contentType="">
<content/>
</file>
</array>
<-- When [Output destination of attachment] or [Input source of attachment] is [File] -->
<array comment="">
<file name="" size="" contentType="">
<path/>
</file>
</array>
Element name
Attribute name
Description
Remarks
array
-
Shows array of Array type.
file
-
Shows value of value type.
Key to identify the file will be set in the value.
-
name
Shows the file name.
-
size
Shows the file size.
As it could not be written, it doesn't appear in input schema.
-
contentType
Shows content type of the file.
As it could not be written, it doesn't appear in input schema.
content
-
Shows the contents of attachment
path
-
Shows the path of output destination or input source of the attachment.
API schema shows input and output parameters of API used in Call API operation. For more details, refer to kintone REST API of API Docs (https://developer.kintone.io/hc/en-us/articles/212495178).
API parameters are displayed by mutual conversion between JSON and XML for schema body (elements under root element).
Object type, array type and string type of JSON format type are in the following formats.
<JSON member name comment="attribute value which shows format">
Element name
Attribute name
Description
Remarks
JSON member name
-
Shows JSON array type.
-
comment
Attribute value which shows format
For more details on format, refer to “Get API Schema” (https://developer.kintone.io/hc/en-us/articles/115006107628) page of kintone API specifications.