Get a content type

get

/contentTypes/{id}

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : ContentTypeKeyBO
Type: object
Documentation for BO mode: ContentTypeKeyBO
Show Source
  • Type of articles
    Title: Type of articles
    Read Only: true

    Article group identify type of article this conten type will have.

    The valid values are:

    • ARTICLE
    • REUSABLE_ARTICLE
  • Title: content source Type
    Read Only: true
    contentSourceType to distinguish if it is a content type for external content
  • Title: Description
    Maximum Length: 255
    The description for the ContentType object. Content Types support multiple languages. This field identifies the object associated with the language specified by the user.
  • Title: Family
    Read Only: true
    The Fusion family that this content type belongs to
  • Links
  • Title: Name
    Minimum Length: 1
    Maximum Length: 255
    The name for the ContentType object. The name field can only be used for sorting. Content Types support multiple languages. This field identifies the object associated with the language specified by the user.
  • Title: Product
    Read Only: true
    The Fusion product that this content type belongs to
  • Title: Record Id
    Read Only: true
    The unique identifier of the ContentType object.
  • Title: Reference Key
    Minimum Length: 1
    Maximum Length: 255
    The reference key for the ContentType object. ContentType objects support multiple languages. This field can be used to identify the associated objects for all languages.
  • Title: Stripe Cd
    Maximum Length: 100
    Lookup code that indicates the stripe code.
  • Title: Usage Code
    Read Only: true
    Maximum Length: 30
    Lookup code that indicates the product usage code.
  • Workflow
    Title: Workflow
    The workflow definition that the author can use while content authoring in a content type.
Nested Schema : Type of articles
Type: object
Title: Type of articles
Read Only: true

Article group identify type of article this conten type will have.

The valid values are:

  • ARTICLE
  • REUSABLE_ARTICLE
Allowed Values: [ "ARTICLE", "REUSABLE_ARTICLE" ]
Nested Schema : Workflow
Type: object
Title: Workflow
The workflow definition that the author can use while content authoring in a content type.
Match All
The workflow definition that the author can use while content authoring in a content type.
Show Source
Nested Schema : WorkflowKeyBO
Type: object
Show Source
Back to Top