Found 677 results for "gitana 4.0 developers api resources project get-projects-projectid"

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

Default Paths

Gitana 4.0 / Content Engine / Content Models / Default Paths

Documentation Reference

Configure dynamic paths for content with Cloud CMS, using templated variables for organized JSON document storage. (Gitana 4.0)

Score: 1.1402
Bulk Import

Gitana 3.2 / Guide / Guide / Bulk Import

Documentation Reference

Effortlessly migrate content to Cloud CMS using our bulk import tool, compatible with XML, JSON, CSV, and more. (Gitana 3.2)

Score: 1.133
Overview

Gitana 4.0 / Content Engine / Bulk Import

Documentation Reference

Seamlessly migrate content with Cloud CMS's bulk import tool, handling formats like XML, JSON, and CSV for efficient integration. (Gitana 4.0)

Score: 1.133
Flow

Gitana 3.2 / Guide / Guide / Application Server / Services / Flow

Documentation Reference

Optimize your UI app with Flow's API services for seamless browser-side wizard integration. (Gitana 3.2)

Score: 1.1298
Flow

Gitana 4.0 / Developers / Application Server / Services / Flow

Documentation Reference

Unlock seamless browser-side UI configuration with Flow's JSON-defined API services. (Gitana 4.0)

Score: 1.1298
projectbar-buttons

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / projectbar-buttons

Documentation Reference

Optimize project management with customizable projectbar buttons for improved workflow efficiency. (Gitana 3.2)

Score: 1.1295
projectbar-buttons

Gitana 4.0 / Developers / User Interface Customization / Contexts / projectbar-buttons

Documentation Reference

Optimize project management using customizable projectbar buttons for efficient workflow management. (Gitana 4.0)

Score: 1.1295
Security

Gitana 3.2 / Guide / Guide / User Interface / Security

Documentation Reference

Learn to create roles, form teams, and add users to projects with our security management guide. (Gitana 3.2)

Score: 1.1234
Overview

Gitana 4.0 / User Interface / Security

Documentation Reference

Manage roles, teams, and users for enhanced security. Learn how to create roles, teams, and add users to projects efficiently. (Gitana 4.0)

Score: 1.1234
Transfer

Gitana 3.2 / Guide / Guide / Transfer

Documentation Reference

Effortlessly transfer, import, and export your data within Cloud CMS installations, ensuring seamless backup and data mobility. (Gitana 3.2)

Score: 1.1215
Overview

Gitana 4.0 / Content Engine / Transfer

Documentation Reference

Effortlessly transfer and manage your data within Cloud CMS installations using our universal import/export feature for seamless backups and content migration. (Gitana 4.0)

Score: 1.1215
Platform

Gitana 3.2 / Guide / Guide / Getting Started / Platform

Documentation Reference

Cloud CMS provides a multi-tenant platform to efficiently manage and serve web and mobile content globally. (Gitana 3.2)

Score: 1.121
Overview

Gitana 4.0 / Getting Started / Using your Data Platform

Documentation Reference

Cloud CMS offers a centralized content platform for web and mobile, supporting single or multi-project needs worldwide. (Gitana 4.0)

Score: 1.121
How do I retrieve the folder path for my content?

How do I retrieve the folder path for my content?

Support Article

In Cloud CMS, you may choose to associate nodes with folders. This allows the content to be worked with by editorial teams such that they can navigate to content within folders, move content between folders and generally organize their content as they wish. It also allows for content to be retrieved by path via the API, if you wish. Technically speaking, Cloud CMS does not require folders or paths. In fact, plenty of customers use Cloud CMS in such a way that they don't require folders at all. C

Score: 1.1207
Virtual Driver

Gitana 3.2 / Guide / Guide / Application Server / Services / Virtual Driver

Documentation Reference

Manage API key retrieval for tenants with a virtual driver connection setup. (Gitana 3.2)

Score: 1.1162
Virtual Driver

Gitana 4.0 / Developers / Application Server / Services / Virtual Driver

Documentation Reference

Efficiently access and manage API keys with our virtual driver connection for seamless tenant integration. (Gitana 4.0)

Score: 1.1162
Conditions

Gitana 4.0 / Content Engine / Access Policies / Conditions

Documentation Reference

Explore Access Policy Conditions including And, Branch, Changeset, Data Store, and more for comprehensive engine management. (Gitana 4.0)

Score: 1.1142
Overview

Gitana 4.0 / Forms / API

Documentation Reference

Explore comprehensive API documentation for forms, featuring topics like callbacks, connectors, custom fields, and wizards. (Gitana 4.0)

Score: 1.1132
context-group

Gitana 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-group

Documentation Reference

Explore the observation of Group principals, whether Platform or Project members. (Gitana 3.2)

Score: 1.1127
context-user

Gitana 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-user

Documentation Reference

Understanding context-user for Platform or Project members being observed. (Gitana 3.2)

Score: 1.1127
context-group

Gitana 4.0 / Developers / User Interface Customization / Evaluators / context-group

Documentation Reference

Explore context-group processes for observing Platform or Project member activities effectively. (Gitana 4.0)

Score: 1.1127
context-user

Gitana 4.0 / Developers / User Interface Customization / Evaluators / context-user

Documentation Reference

Discover insights on platform or project member observation with context-user evaluation. (Gitana 4.0)

Score: 1.1127
Multilingual

Gitana 3.2 / Guide / Guide / Features / Multilingual

Documentation Reference

Enable dynamic multilingual content with Cloud CMS, supporting translations and customizable editions for global audiences. (Gitana 3.2)

Score: 1.1094
Multilingual

Gitana 4.0 / Content Engine / Aspects / Multilingual

Documentation Reference

Enable multilingual support in your content with Cloud CMS for seamless translation and localization across various languages. (Gitana 4.0)

Score: 1.1094
Using the JavaScript driver to run an elasticsearch query

Using the JavaScript driver to run an elasticsearch query

Support Article

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.1094