Found 777 results for "gitana 4.0 engine api datatypes node"

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

Gitana 3.2 / Guide / Guide / Optical Character Recognition

Optimize document management with OCR in Cloud CMS, enabling full-text search of scanned content and automatic data extraction from forms.

Score: 1.9941041

Gitana 3.2 / Guide / Guide / API / Pagination

Optimize data retrieval and display with pagination in Cloud CMS, organizing result sets into manageable pages for efficient sorting and querying.

Score: 1.9869282

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: 1.9664897

Gitana 3.2 / Guide / Guide / User Interface / Multilingual

Enable efficient multilingual content management with Cloud CMS, facilitating seamless document translation and localization across different locales.

Score: 1.9622853

Gitana 3.2 / Guide / Guide / Integrations / ActiveMQ

Optimize your backend applications with ActiveMQ, a high-performance message broker, integrated with Cloud CMS for seamless API notifications.

Score: 1.9543405

Gitana 4.0 / Content Engine / Integrations / ActiveMQ

Optimize your Cloud CMS integration using Apache ActiveMQ for seamless API event handling and message queuing. Enhance scalability and performance.

Score: 1.9543405

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: 1.9534962

Easy apps with Cloud CMS and Node.js

As we continue to enhance Cloud CMS, one of the directions that we’re pushing in is toward the application layer. We intend to offer increasingly more out-of-the-box applications for content authoring, curation and publishing aimed at marketing users. These applications need to be easy-to-use. They need to address the most common cases that our customers are asking for out-of-the-box. However, they also need to be easily extensible so that these same customers can take our apps and quickly custo

Score: 1.9500829

Gitana 4.0 / User Interface / User Interface / Multilingual

Optimize your content for multilingual support with features to set locales, manage translations, and apply multilingual behavior.

Score: 1.9191604

Gitana 4.0 / Developers / Drivers

Easily integrate Cloud CMS with our drivers for C#, Go, Java, JavaScript, PHP, Python, and Ruby, ensuring seamless authentication and fast API calls.

Score: 1.91906

Gitana 4.0 / Content Engine / Publishing / Lifecycle States

Explore Cloud CMS content lifecycle states, from draft to approved, with flexible branching, preview options, and seamless publishing workflows.

Score: 1.8652878

Access Cloud CMS content anonymously or as a guest user

This question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke

Score: 1.7930506

Gitana 4.0 / Forms / API / Templates

Discover Alpaca's advanced templating with custom views, layouts, and wizard options for dynamic form rendering and field overrides.

Score: 1.7849894

Gitana 3.2 / Guide / Guide / Features / Container

Learn how Cloud CMS allows flexible node relationships without assumed structures, supporting container models with the f:container feature.

Score: 1.7293159

Gitana 4.0 / Content Engine / Aspects / Container

Learn how Cloud CMS allows flexible node relationships without assumed structures, supporting container models with the f:container feature.

Score: 1.7293159

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: 1.7286475

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: 1.7286475

The best way to enable content authoring with your JS framework

Now that you’ve built that beautiful application in Angular, Aurelia, Ember, React - or the next big JavaScript framework - how do make your content authors happy? Easy: Think Headless. Never let a CMS dictate your presentation tier options. The field is too crowded and is changing too rapidly for pre-ordained “templates” to suffice. Instead, crank out that prototype in your desired framework(s) and utilise REST calls to query content a simple mockup will do returning JSON for each node Then go

Score: 1.7206781

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: 1.7167327

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

Learn how to set up and test your email provider with API methods in Cloud CMS for seamless email dispatching within applications.

Score: 1.7167327

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

Integrate Amazon SQS with Cloud CMS to manage events efficiently, ensuring fast performance and reliable message queuing for your cloud application.

Score: 1.7161822

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

Optimize your Cloud CMS with seamless Amazon SQS integration for efficient message queuing and event notifications.

Score: 1.7161822

Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extend Media Types

Learn how to add custom media types to CloudCMS, including Youtube and Vimeo, with code examples and detailed steps.

Score: 1.7020012

Gitana 4.0 / User Interface / Embedded Media / Advanced Usages / Extend Media Types

Learn how to extend media types on CloudCMS beyond Youtube and Vimeo with this tutorial. Code involved!

Score: 1.7020012

Content Previews and Thumbnails with Cloud CMS

Cloud CMS lets you generate preview images (often called thumbnails) for any content item stored in your repository. This generation can be performed ahead of time via content modeling or it can be done in real-time using a simple URL call. Content Nodes In Cloud CMS, everyone content item you create is referred to as a node. A node is a JSON document that can have any structure you’d like. That is to say, you can drop any valid JSON document you’d like into Cloud CMS and the product will automa

Score: 1.685307