Found 406 results for "docs api views"

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

Gitana 3.2 / Guide / Guide / Attachments

Effortlessly manage and store binary assets as attachments on objects within Cloud CMS, all through intuitive JSON-based handling and a user-friendly interface.

Score: 0.839933

Gitana 3.2 / Guide / Guide / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 0.839933

Gitana 4.0 / Developers / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 0.839933

Gitana 4.0 / Content Engine / Nodes / Attachments

Efficiently store and retrieve binary assets with Cloud CMS, supporting attachments for objects like Content Nodes, Users, and Archives.

Score: 0.839933

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 0.8281451

Gitana 3.2 / Guide / Guide / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 0.814727

Gitana 4.0 / Developers / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 0.814727

Gitana 4.0 / Developers / Drivers / PHP

Connect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.

Score: 0.814727

Gitana 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 0.814727

Gitana 3.2 / Guide / Guide / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 0.81277996

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / HTTP Deployment Handler

Effortlessly deploy packages to custom HTTP endpoints for advanced data management and integration with this powerful handler.

Score: 0.81277996

Gitana 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 0.81277996

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / HTTP Deployment Handler

Deploy and manage custom packages to HTTP endpoints efficiently. Integrate with databases, CDNs, and more using basic authentication.

Score: 0.81277996

Gitana 3.2 / Guide / Guide / GraphQL

Cloud CMS seamlessly integrates GraphQL for efficient content querying, offering a dynamic schema for each branch to simplify developer access to content models.

Score: 0.8028494

Gitana 4.0 / Content Engine / Graph QL

Optimize your integration with Cloud CMS using GraphQL. Discover seamless query configurations for efficient data access and management.

Score: 0.8028494

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

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

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.73

Upgrade to Cloud CMS 3.2.73, connect Elastic Search via condor client, and optimize using our command line upgrade tool.

Score: 0.7891543

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.74

Upgrade smoothly to Cloud CMS 3.2.74 with our tools for configuring Elastic Search clients and using the Command Line Client for optimal performance.

Score: 0.7891543

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.76

Upgrade to Cloud CMS 3.2.76 with new tools for seamless configuration and Elastic Search integration using the optimized condor client.

Score: 0.7891543

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

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

How do I search for nested content?

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 0.7891543

Gitana 4.0 / Reference / Types / Application

Manage your app's data store effectively with user registration, email services, and settings with our comprehensive application platform.

Score: 0.7886516

Programmatically create content in a folder?

The Cloud CMS content API lets you work with JSON to create any kind of content you'd like. It supports any JSON structure you desire and also supports a number of special properties that you can use to make life easier for you. These special properties are: _rootNodeId - The mount node ID of the root against which relatives path are computed. By default, this is the root of the repository. In general, it isn't necessary to use this property unless you have multiple mount nodes configured. And m

Score: 0.76513815