Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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. |
… |
… |
… |