Version

Returned Object Structure

Property

Type

Description

customFormActionType

String

The action type the user is performing (New, Edit, or Display).

web

Dictionary

Dictionary with the web information.

contentType

Dictionary

Dictionary with content type information.

list

Dictionary

Dictionary with list information.

item

Dictionary

Dictionary with item information.

.web Object Structure

Property

Type

Description

url

String

URL to the SharePoint site containing the list.

.contentType Object Structure

Property

Type

Description

id

String

Content type identifier.

name

String

Content type name.

contentType

String

Content type description.

list

Array

Array of fields.

.contentType.field Object Structure

Property

Type

Description

name

String

The field’s name.

type

String

The field’s type.

required

Boolean

True when the field is required.

…​

…​

…​

.list Object Structure

Property

Type

Description

name

String

The list’s name.

title

String

The list’s title.

…​

…​

…​

.item Object Structure

Property

Type

Description

id

String

GUID of the SharePoint item.

attributes

Dictionary

Dictionary with values for every field

attachments

Dictionary

Dictionary with the filename of every attachment.

.item.attributes Object Structure example

Dictionary with the filename of every attachment.

item.attachments Object Structure example

{filename1,filename2,filename3, ... filenameN}