ref: form code
form_code: Universal Identifier of the form
short_name: form short name in the session language
parent_type: can be either TASK or EVENT
parent_id: the task or event identifier
parent_status: status of the parent TASK (see TASK STATUS OBJECT). Introduced in API Version 2.7.19
parent_locked: (true/false) Indicates if the parent TASK is locked. Introduced in API Version 2.7.19
date: Is the closed date (if closed) or program date (if open)
status:
content_type: type of object (FORM, REPORT, DOCUMENT, PHOTO, DEVICE)
nav_mode: Navigation mode. Suggestion about how to present the questions of the FORM. See NAVIGATION_MODE property of ITEM TEMPLATE OBJECT. Introduced in API version 2.7.21
template: the original template_id
attachments: List of files attached to this FORM. See ITEM TYPE: "ATTACHMENT" for more information. Each attachment consists of the following information. This node exists since API Version 2.7.9
filename: Name of the attachment (includes name and file extension)
mime_type: MIME type of the attached file. See MIME Types & File extensions for more information
url: A relative URL to download the resource bytes via HTML5 Streaming
permissions: list of permissions on the requested FORM granted to the active user. Introduced in API Version 2.8.1
open: Permission to open the FORM (if it is closed)
close: Permission to close the FORM (if it is open)
edit: permission to edit the properties of the FORM
delete: permission to delete the FORM
alter_contents: permission to modify the contents of the FORM (inner ITEMS)