Found 416 results for "gitana 3.2 guide guide access-policies conditions branch"

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

Gitana 3.2 / Guide / Guide / Authentication / OAuth 2.0

Explore OAuth 2.0 in Cloud CMS for secure server authorization. Learn best practices and different flows, including real-world examples using OAuth2.

Score: 1.2775085

Gitana 4.0 / Developers / Authentication / OAuth 2.0

Learn all about OAuth 2.0 with Cloud CMS, a secure authorization framework supported by top industry players like Facebook and Twitter.

Score: 1.2775085

Gitana 3.2 / Guide / Guide / GraphQL

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

Score: 1.2569728

Gitana 4.0 / Content Engine / Graph QL

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

Score: 1.2569728

Gitana 3.2 / Guide / Guide / Actions / Capture Screenshot

Capture and store screenshots with customizable options, including dimensions and clipping. Perfect for tailored web snapshots.

Score: 1.2565342

Gitana 4.0 / Content Engine / Behaviors / Actions / Capture Screenshot

Capture and store screenshots with customizable options, including dimensions and clipping. Perfect for tailored web snapshots.

Score: 1.2565342

Gitana 3.2 / Guide / Guide / Bulk Import

Effortlessly migrate content to Cloud CMS with our bulk import tool, supporting various file formats, seamless integration, and offline archive creation.

Score: 1.2498302

Gitana 4.0 / Content Engine / Bulk Import

Effortlessly migrate and import your content into Cloud CMS with our versatile bulk import tool, supporting various formats and legacy CMS integrations.

Score: 1.2498302

Gitana 3.2 / Guide / Guide / Bulk Import / Nodes

Easily import content with Cloud CMS Bulk Import tool from structured files on disk, supporting articles and authors like Daenerys and Jon.

Score: 1.2423959

Gitana 3.2 / Guide / Guide / Bulk Import / XML

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

Score: 1.2423959

Gitana 3.2 / Guide / Guide / Application Server / Installation / Standalone Installation

Easily set up the Cloud CMS Application Server with Node.js, Git, and simple configuration steps for seamless content delivery.

Score: 1.2423959

Gitana 4.0 / Developers / Application Server / Installation / Standalone Installation

Set up the Cloud CMS Application Server with Node.js and Git for seamless content management. Download, configure, and launch easily.

Score: 1.2423959

Gitana 4.0 / Content Engine / Bulk Import / Nodes

Efficiently import and manage content with Cloud CMS Bulk Import tool using structured data files, perfect for organizing projects with ease.

Score: 1.2423959

Gitana 4.0 / Content Engine / Bulk Import / XML

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

Score: 1.2423959

Gitana 4.0 / Content Engine / Sidekick

Enhance team efficiency and creativity with Sidekick—AI-powered task assistants and conversational insights for streamlined content management.

Score: 1.2406025

Gitana 3.2 / Guide / Guide / Content Modeling / Definitions / Content Type Definition

Learn how to define and manage content types in Cloud CMS, with JSON schema, for organized content creation and editing.

Score: 1.2387283

Gitana 4.0 / Content Engine / Content Models / Definitions / Content Type Definition

Learn about content types in Cloud CMS, their schema, creation, editing, and management using JSON schema and Content Model Builder.

Score: 1.2387283

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

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

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

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

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

Gitana 3.2 / Guide / Guide / Policies

Optimize your content management with Cloud CMS policies, triggering custom actions on events to streamline your workflow efficiently.

Score: 1.1979725

Gitana 4.0 / Content Engine / Behaviors / Policies

Explore Cloud CMS policies to automate actions and manage content lifecycle through custom logic integration and sensible default handlers.

Score: 1.1979725

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