Found 574 results for "gitana 4.0 engine api datatypes repository"

The search executed in 0.002719294 seconds. That's fast.

Gitana 3.2 / Guide / Guide / Multifactor Authentication / Providers / Twilio Authy

Configure Twilio Authy for secure multifactor authentication with Cloud CMS, using Service Descriptors and System Authenticators.

Score: 1.0138533

Gitana 4.0 / Content Engine / Multifactor Authentication / Providers / Twilio Authy

Secure your Cloud CMS with Twilio Authy for Multifactor Authentication. Learn configuration details and API integration steps.

Score: 1.0138533

Gitana 4.0 / Content Engine / Platform / Antivirus Scanning

Enable advanced virus scanning for Cloud CMS content with our robust antivirus integration, ensuring secure data management across platforms.

Score: 1.0138533

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon SNS

Optimize your messaging infrastructure with Amazon SNS, a fast, flexible service offering push notifications, email, and SMS for real-time app engagement.

Score: 1.0130401

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon SNS

Amazon SNS provides fast messaging for cloud apps via push notifications, emails, or SMS, enhancing mobile app responses with Cloud CMS integration.

Score: 1.0130401

Internationalization (I18N)

All of the content that you create within Cloud CMS supports localized translation. This is often referred to as internationalization (I18N) in the enterprise world. Cloud CMS has full support for localization so that any content you put into Cloud CMS supports multiple translation bundles. When content is retrieved from Cloud CMS, either through the APIs, the editorial interface or from your own applications, Cloud CMS respects the locale being requested and serves back a best-match fit for tha

Score: 1.0130401

Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password Flow

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 0.9964934

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Reset Password Flow

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 0.9964934

Gitana 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Learn how to set up and test email providers for your app, configure settings, and use API methods effectively.

Score: 0.992831

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Setting up your Email Provider

Set up and test your email provider to send messages via Cloud CMS effortlessly. Learn configuration and API methods quickly.

Score: 0.992831

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / deployment-subcontext

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 0.9866739

Gitana 4.0 / Developers / User Interface Customization / Contexts / deployment-subcontext

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 0.9866739

Does Cloud CMS build my web site or mobile app for me?

No. Cloud CMS manages the backend lifecycle of your content and makes it available to your own applications via its REST API. You have to create your own applications (iOS, Android or web-based applications). Using our Partner network, Cloud CMS provides implementation services if you're looking for assistance with developing your front end applications, middleware or any custom data APIs. Cloud CMS also provides hosting for HTML5 applications and custom APIs within it's Node.js based applicatio

Score: 0.9866739

Gitana 3.2 / Guide / Guide / Modules

Build custom add-on modules for Cloud CMS using GitHub and JavaScript. Easily register and deploy your module to enhance the Cloud CMS interface.

Score: 0.9609641

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon Comprehend

Optimize your content analysis with Amazon Comprehend, using NLP to detect language, sentiment, and key phrases for insightful data integration.

Score: 0.9609641

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon Comprehend

Enhance content insights with Amazon Comprehend's NLP, detecting entities, key phrases, language, and sentiment in documents for innovative applications.

Score: 0.9609641

Gitana 4.0 / User Interface / Modules

Learn to build and deploy add-on modules for Cloud CMS using GitHub, enhancing the user interface with customizable module extensions.

Score: 0.9609641

Gitana 4.0 / User Interface / User Interface / Releases

Optimize your content workflow with Cloud CMS Releases, enabling seamless branch management and scheduled publishing with conflict resolution and more.

Score: 0.9594407

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Configure your Cloud CMS project search with custom filters and settings for a tailored search experience.

Score: 0.95654684

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 0.95654684

Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 0.95654684

Gitana 4.0 / User Interface / Projects / Configure Search

Optimize project search settings on Cloud CMS with JSON configurations for enhanced UI and administration efficiency.

Score: 0.95654684

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.9497577

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.9497577

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.9497577