Found 621 results for "blog 1.0 blog all post 130255550580 comparison-cloud-cms-vs-diy"

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

Gitana 4.0 / Developers / Drivers / JavaScript / Node

Documentation Reference

Connect Node apps to Gitana with our JavaScript 2.0 driver, supporting ECMAScript promises for seamless integration with popular frameworks.

Score: 2.9034

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

Documentation Reference

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

Score: 2.8925

Gitana 4.0 / Developers / Command Line Interface / Transfer Commands

Documentation Reference

Efficiently manage your Cloud CMS content with CLI commands for exporting and importing archives for seamless data transfers.

Score: 2.8925

Misc 1.0 / Tools / CLI / Transfer Commands

Documentation Reference

Effortlessly transfer content across Cloud CMS, leveraging command-line tools to export, import, and replicate data seamlessly.

Score: 2.8925

Bulk uploading of binaries

Support Article

Cloud CMS supports two options here: Multipart HTTP POST. You can post multiple files for upload that all goes as part of the same HTTP request. The general "upload files" option in our UI actually does this (you can drag/drop multiple files into it and they'll all go at the same time) or you can call this kind of this manually. It's standard HTTP multipart and so this works natively for anything you upload. Import an archive. We provide a command-line tool that you can use to take documents and

Score: 2.8257

Gitana 3.2 / Guide / Guide / Features / Translation

Documentation Reference

Explore how translated content in web nodes works with master nodes, locale, and edition properties for seamless multilingual integration.

Score: 2.7457

Gitana 4.0 / Content Engine / Aspects / Translation

Documentation Reference

Explore how translated content in web nodes works with master nodes, locale, and edition properties for seamless multilingual integration.

Score: 2.7457

Gitana 3.2 / Guide / Guide / Cookbooks / REST API Cookbook

Documentation Reference

Discover Cloud CMS REST API: detailed guides on OAuth2 authentication, API requests via HTTP clients, node creation, associations, querying, and searching.

Score: 2.6913

Gitana 4.0 / Developers / Cookbooks / REST API Cookbook

Documentation Reference

Explore our comprehensive REST API Cookbook, featuring guides on Gitana OAuth2 connection, node creation, associations, and MongoDB queries.

Score: 2.6913

Gitana 3.2 / Guide / Guide / Query

Documentation Reference

Optimize content management with Cloud CMS's powerful query capabilities using MongoDB and ElasticSearch. Access high-performance content queries effortlessly.

Score: 2.6844

Gitana 4.0 / Content Engine / Query

Documentation Reference

Effortlessly execute complex queries in Cloud CMS using SQL-like syntax powered by MongoDB. Enhance performance with composite queries and automated indexing.

Score: 2.6844

Gitana 3.2 / Guide / Guide / Search / Examples

Documentation Reference

Explore Cloud CMS search examples with ElasticSearch integration, allowing powerful queries using DSL or JSON for comprehensive content indexing and retrieval.

Score: 2.5497

Gitana 4.0 / Content Engine / Search / Examples

Documentation Reference

Explore full-text and DSL search examples with Cloud CMS and ElasticSearch integration. Learn query techniques for effective content searches.

Score: 2.5497

Developers | Gitana 4.0 docs

Web Page

Developers | Gitana 4.0 docs Status Releases Registry Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. Publishin

Score: 2.5446

Gitana 3.2 / Guide / Guide / Tree

Documentation Reference

Retrieve and manage entire path-based folder structures with the Tree API, supporting dynamic loading, filtering, and composite queries.

Score: 2.4258

Gitana 4.0 / Content Engine / Tree

Documentation Reference

Retrieve and manage entire path-based folder structures with the Tree API, supporting dynamic loading, filtering, and composite queries.

Score: 2.4258

Gitana 4.0 / Reference / Types / Access Policy

Documentation Reference

Explore our comprehensive guide on Access Policy, including methods, properties, and examples to enhance your platform security.

Score: 2.3686

Gitana 3.2 / Guide / Guide / Bulk Import / XML

Documentation Reference

Easily import XML data into Cloud CMS with the Bulk Import tool. Ideal for converting legacy databases and managing content efficiently.

Score: 2.3609

Gitana 4.0 / Content Engine / Bulk Import / XML

Documentation Reference

Effortlessly import XML content into Cloud CMS with the Bulk Import tool; ideal for managing expansive datasets like global soccer leagues.

Score: 2.3609

Gitana 3.2 / Guide / Guide / Find

Documentation Reference

Discover and retrieve content with Cloud CMS's Find Service using MongoDB, ElasticSearch, and Graph Traversal for powerful, unified results.

Score: 2.357

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

Documentation Reference

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

Score: 2.3487

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

Documentation Reference

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

Score: 2.3487

Gitana 3.2 / Guide / Guide / GraphQL

Documentation Reference

'Explore Cloud CMS's powerful GraphQL API for seamless content integration and management, ideal for developers seeking efficient data retrieval and manipulation.'

Score: 2.3326

Gitana 4.0 / Content Engine / Graph QL

Documentation Reference

Explore how Cloud CMS integrates with GraphQL for advanced content querying and manipulation, streamlining CMS management for developers.

Score: 2.3326

How to Retrieve content by their document library path

Support Article

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 2.3306