Found 301 results for "bulk-import nodes"

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

Locked

Gitana 4.0 / Content Engine / Aspects / Locked

Documentation Reference

Learn how to manage locked nodes, ensuring secure, owner-only access through API calls and lock inspections. (Gitana 4.0)

Score: 1.0686
How to limit the fields that come back in a query

How to limit the fields that come back in a query

Support Article

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.0686
Events Example

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Events Example

Documentation Reference

Explore this example workflow model to understand event handling processes effectively. (Gitana 3.2)

Score: 1.0587
Simple Publish

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Simple Publish

Documentation Reference

Optimize your content publishing with Simple Publish workflow in Cloud CMS for efficient draft to live transitions. (Gitana 3.2)

Score: 1.0587
Events Example

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Events Example

Documentation Reference

Explore event handlers in workflows with this demonstration model, a reference tool for setup examples. (Gitana 4.0)

Score: 1.0587
Simple Publish

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Simple Publish

Documentation Reference

Optimize publishing workflows effortlessly within Cloud CMS using the Simple Publish out-of-the-box tool. (Gitana 4.0)

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

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

Support Article

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.0587
JavaScript (Legacy) Cookbook

Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook

Documentation Reference

Discover how to connect, query, and work with nodes using the Gitana JavaScript Legacy Driver in this comprehensive guide. (Gitana 3.2)

Score: 1.0556
Node.js Cookbook

Gitana 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Documentation Reference

Explore our comprehensive Node.js Cookbook for connecting to Cloud CMS, asynchronous chaining, and more with code examples. (Gitana 3.2)

Score: 1.0556
JavaScript (Legacy) Cookbook

Gitana 4.0 / Developers / Cookbooks / JavaScript (Legacy) Cookbook

Documentation Reference

Explore the Gitana JavaScript (Legacy) Cookbook to master API connections, async chaining, node creation, and Elasticsearch. (Gitana 4.0)

Score: 1.0556
Node.js Cookbook

Gitana 4.0 / Developers / Cookbooks / Node.js Cookbook

Documentation Reference

Explore Node.js Cookbook for practical examples on using Cloud CMS, setting up connections, and managing nodes efficiently. (Gitana 4.0)

Score: 1.0556
C# Cookbook

Gitana 4.0 / Developers / Cookbooks / C# Cookbook

Documentation Reference

Explore our comprehensive C# Cookbook with guides on connecting to Gitana, code samples, and using the Gitana JSON file. (Gitana 4.0)

Score: 1.0429
Preview Servers

Gitana 3.2 / Guide / Guide / Publishing / Preview Servers

Documentation Reference

Optimize your website changes seamlessly with Preview Servers before going live. Easily discover and fix issues. (Gitana 3.2)

Score: 1.0378
Preview Servers

Gitana 4.0 / Content Engine / Publishing / Preview Servers

Documentation Reference

Set up Preview Servers to review content changes before going live. Supports URL, API, and Application types. (Gitana 4.0)

Score: 1.0378
Node Policies

Gitana 3.2 / Guide / Guide / Policies / Node Policies

Documentation Reference

Optimize node policies with custom behaviors for node creation, updates, and deletions in your content graph. (Gitana 3.2)

Score: 1.0369
Node Policies

Gitana 4.0 / Content Engine / Behaviors / Policies / Node Policies

Documentation Reference

Optimize your content graph with custom node policies to enhance behavior management on nodes creation, updates, and deletions. (Gitana 4.0)

Score: 1.0369
PHP Cookbook

Gitana 3.2 / Guide / Guide / Cookbooks / PHP Cookbook

Documentation Reference

Explore PHP solutions with the Gitana PHP Driver. Easy setup, code samples, and powerful querying insights. (Gitana 3.2)

Score: 1.0256
PHP Cookbook

Gitana 4.0 / Developers / Cookbooks / PHP Cookbook

Documentation Reference

Optimize your PHP projects with our comprehensive Gitana PHP Driver Guide, covering setup, connection, and code samples. (Gitana 4.0)

Score: 1.0256
Copy Node

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Copy Node

Documentation Reference

Enhance workflows by copying nodes to specified folders using IDs or paths with configurable options. (Gitana 3.2)

Score: 1.0211
Copy Node

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Copy Node

Documentation Reference

Efficiently copy workflow nodes to desired folders or branches with configurable options and target specifications. (Gitana 4.0)

Score: 1.0211
C# Cookbook

Gitana 3.2 / Guide / Guide / Cookbooks / C# Cookbook

Documentation Reference

Explore the C# Cookbook for connecting to Cloud CMS using .NET, featuring installation guides, tips, and code samples. (Gitana 3.2)

Score: 1.0182
Query

Gitana 3.2 / Guide / Guide / Query

Documentation Reference

Optimize your content management with Cloud CMS, featuring SQL-like queries, MongoDB support, and advanced indexing. (Gitana 3.2)

Score: 1.0069
Overview

Gitana 4.0 / Content Engine / Query

Documentation Reference

Optimize content queries with Cloud CMS' SQL-like syntax and MongoDB power, enabling rich, fast lookups for applications. (Gitana 4.0)

Score: 1.0069
File Picker

Gitana 4.0 / Forms / CMS / Fields / File Picker

Documentation Reference

Effortlessly browse and select files with Cloud CMS File Picker, offering flexible navigation and customization options. (Gitana 4.0)

Score: 1.0069
Directed and Undirected Associations

Directed and Undirected Associations

Support Article

Cloud CMS has the notion of both directed and undirected associations. In the API and within the drivers, when you work with associations, you can query for associations that are "incoming" or "outgoing": These are both directed associations which are relative to a given node. Outgoing means start from this node and find associations pointing to another node. Incoming means find associations that point to me. It also supports the notion of "mutual" associations which are undirected. The source o

Score: 1.0032