TESSA Web API
    Preparing search index...

    Class ContentService

    Service for content managing.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Retrieves content based on the provided type, content identifier and access token.

      Parameters

      • type: string

        Type of requested content.

      • contentId: string

        Identifier of requested content.

      • token: string

        Token for accessing content.

      Returns Promise<IContentResult>

      An IContentResult object, containing the content data and validation result.