Version

result Object Structure

Property

Type

Description

contentType

Array

Array of existing content types.

result.contentType Object Structure

Property

Type

Description

id

String

Content type identifier.

name

String

Content type name.

description

Number

Content type description.

fields

Array

Array of existing fields.

result.contentType.fields 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.

…​

…​

…​