Get a content type's schema

get

/contentTypes/{contentTypeId}/contentSchema

Returns the list of content schema attributes for a content type.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : ResultListBOSchemaAttributeBO
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The collection of of the requested resources meeting your criteria.
Show Source
Nested Schema : SchemaAttributeBO
Type: object
Documentation for BO mode: SchemaAttributeBO
Show Source
Nested Schema : SchemaAttributeAIMetadataBO
Type: object
Show Source
Nested Schema : Children
Type: array
Title: Children
List of child nodes of the current element
Show Source
Nested Schema : FND Display Type
Type: object
Title: FND Display Type
Display type selection for FND backed list attributes. User selects how the list should be displayed (e.g. drop down, checkbox, radio button, multi-select browser)
Allowed Values: [ "LIST_DROP_DOWN", "LIST_CHECK_BOX", "LIST_MULTISELECT_BROWSER", "LIST_RADIO_BUTTON" ]
Nested Schema : Localized Attributes
Type: array
Title: Localized Attributes
List of LocalizedAttributes of this SchemaAttribute name and description in various Locales
Show Source
Nested Schema : Schema Attribute User Group List
Type: array
Title: Schema Attribute User Group List
List of user groups that can be used to secure this attribute. This should be a subset of the list of user groups assigned to the ContentType
Show Source
Nested Schema : Schema Attr Type
Type: object
Title: Schema Attr Type
Enumerated type representing the type of attribute - i.e. text field, rich text area
Allowed Values: [ "TEXT_AREA", "WYSIWYG_EDIT", "TEXT_FIELD", "FILE", "BOOLEAN", "LIST", "COUNTER", "DATE", "DATETIME", "TIME", "INTEGER", "FLOAT" ]
Nested Schema : Wysiwyg Type
Type: object
Title: Wysiwyg Type
Type of WYSIWYG rich text field - i.e. FULL, BASIC, MEDIUM
Allowed Values: [ "BASIC", "MEDIUM", "FULL" ]
Nested Schema : LocalizedAttributesBO
Type: object
Show Source
Nested Schema : SchemaAttributeUserGroupBO
Type: object
Show Source
Nested Schema : UserGroupKeyBO
Type: object
Documentation for BO mode: UserGroupKeyBO
Show Source
Nested Schema : Business Units
Type: array
Title: Business Units
The business units assigned to the user group.
Show Source
Nested Schema : BusinessUnitKeyBO
Type: object
BusinessUnitKeyBO has BusinessUnit OrgId.
Show Source
Back to Top