Found 627 results for "gitana 4.0 engine api datatypes application"

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

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.95796204

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.95796204

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.9512152

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.9512152

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.9512152

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 0.9512152

Gitana 3.2 / Guide / Guide / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 0.94869274

Gitana 4.0 / Content Engine / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 0.94869274

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

Integrate Amazon Transcribe into your app for seamless speech-to-text conversions with Cloud CMS. Enhance content creation with automatic transcriptions.

Score: 0.94239587

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

Effortlessly convert audio to text with Amazon Transcribe and Cloud CMS integration for seamless content management.

Score: 0.94239587

Connecting via a Corporate Proxy

The Cloud CMS drivers support connectivity through a corporate proxy. The means of doing so are slightly different depending on which driver you're using. Node.js The Cloud CMS Node.js driver detects the following environment variable: HTTP_PROXY If this environment variable is specified, all API calls with be routed through the proxy server at that location. This proxy server may support either HTTP or HTTPS. For example, you may set the environment variable like this: HTTP_PROXY=http://127.0.0

Score: 0.94239587

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 0.94239587

Gitana 3.2 / Guide / Guide / Features / Auto Translate

Automatically translate and synchronize content in multiple languages using Cloud CMS with AWS, Azure, or Google services.

Score: 0.9389496

Gitana 4.0 / Content Engine / Aspects / Auto Translate

Automatically translate and localize content with Cloud CMS, supporting seamless integration with major translation services for efficient multilingual workflows.

Score: 0.9389496

Gitana 4.0 / Forms / API / Wizards

Create multi-step wizards using Alpaca; simplify form creation with customizable layouts and validation for a user-friendly experience.

Score: 0.9385903

Gitana 3.2 / Guide / Guide / Branches / Actions

Configure automated actions for release events with JSON settings. Supports Send Email and Web Hook with variables like releaseId and branchId.

Score: 0.93616927

Gitana 3.2 / Guide / Guide / Actions / Send Email

Send personalized emails with configurable templates using various providers. Simplify email sending by customizing recipients, subjects, and body content.

Score: 0.92967075

Gitana 4.0 / Content Engine / Behaviors / Actions / Send Email

'Streamline email delivery with configurable sending options. Set providers, recipients, and content templates easily for tailored communication.'

Score: 0.92967075

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression, reducing database size and purging unnecessary historical data without losing essential content.

Score: 0.9221237

Gitana 4.0 / Self Managed / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression. Reduce database size while preserving essential data structure and content history.

Score: 0.9221237

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 0.92080116

Gitana 4.0 / Content Engine / Content Models / Relator Properties

Explore Relator Properties in Cloud CMS—auto-managing relationships between nodes for easy content modeling and dynamic web provisioning.

Score: 0.92080116

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Adapters / Custom

Create custom authentication adapters for Application Server with ease. Learn to implement and configure your solution effectively.

Score: 0.9180478

Gitana 4.0 / Developers / Application Server / Authentication / Adapters / Custom

Create custom authentication adapters for your application server and seamlessly integrate third-party providers with ease.

Score: 0.9180478

Gitana 3.2 / Guide / Guide / Command Line / Transfer Commands

Optimize your Cloud CMS environments with the command-line Transfer Service for seamless content export and import operations.

Score: 0.9179315