Found 510 results for "api datatypes branch"
The search executed in 0.001482638 seconds. That's fast.
![]() |
Gitana 4.0 / Developers / Drivers / GoConnect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.
Score: 2.3636317
|
![]() |
Gitana 4.0 / Developers / Drivers / C#Easily connect your .NET applications to Gitana with the C# driver. Supports API integration, node management, and more. 100% open-source.
Score: 2.3504047
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / DefinitionsLearn about JSON schema definitions in Cloud CMS, enabling dynamic content creation and robust validation for data integrity. Explore content types, inheritance, and integration with Cloud CMS API.
Score: 2.3412292
|
![]() |
Gitana 4.0 / Content Engine / Content Models / DefinitionsLearn about Cloud CMS content definitions, JSON schema, and how to manage and extend content types effortlessly.
Score: 2.3412292
|
![]() |
Gitana 4.0 / Developers / Drivers / PythonEasily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.
Score: 2.3196976
|
![]() |
Gitana 4.0 / Developers / Drivers / JavaConnect Java and Android apps effortlessly with Gitana's driver. Explore Maven, API keys, and open-source options for seamless integration.
Score: 2.307479
|
![]() |
Gitana 4.0 / Developers / Command Line Interface / CommandsExplore Cloud CMS CLI commands for managing repositories, nodes, domains, projects, and more efficiently. Your guide to streamlined operations.
Score: 2.2960622
|
![]() |
Gitana 3.2 / Guide / Guide / SearchExplore efficient content indexing and comprehensive search capabilities with Cloud CMS using ElasticSearch, enabling powerful and precise queries across multiple projects.
Score: 2.291698
|
![]() |
Gitana 4.0 / Content Engine / SearchOptimize your content search with Cloud CMS, using ElasticSearch for full-text and structured queries. Effortlessly index and retrieve data.
Score: 2.291698
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / LockingOptimize your document management with Cloud CMS's robust locking system for transactional and manual locks, ensuring data integrity and collaboration.
Score: 2.2217174
|
![]() |
Gitana 4.0 / User Interface / User Interface / LockingCloud CMS uses data locks to manage transactional write operations, ensuring consistency and preventing conflicts in document editing.
Score: 2.2217174
|
![]() |
CMS editor LockingThere are two levels of locking which usually come into play in a scenario like this. One is a "UI lock" which is taken out when a user begins editing something within the user interface. This lock is released when they finished editing (either by hitting save or canceling). The other lock is a "data lock" which is a transactional lock taken out when the write of multiple documents begins. This is a transactional lock in the sense that it blocks other write operations against those documents and
Score: 2.2217174
|
![]() |
How to unpublish contentCloud CMS provides a range of options for making content available to your presentation tier. The most common scenarios are: 1) Use the Publishing setup within Cloud CMS; Workflow, Lifecycle states, deployment configurations. https://www.cloudcms.com/documentation/welcome/publishing.html With Publishing Enabled for a project, there are 2 simple workflows: `simple publish` and `simple unpublish`. See the Publishing example for further details: https://www.cloudcms.com/documentation/publishing/exa
Score: 2.1990037
|
![]() |
Gitana 3.2 / Guide / Guide / Features / LockedLearn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.
Score: 2.170033
|
![]() |
Gitana 4.0 / Content Engine / Aspects / LockedLearn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.
Score: 2.170033
|
![]() |
Pagination optionsYou 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: 2.170033
|
![]() |
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: 2.1499112
|
![]() |
Gitana 4.0 / Reference / Types / ChangesetExplore Changeset API for Cloud CMS to manage your branch content with ease. Enhance content curation and authoring with advanced features.
Score: 2.1362357
|
![]() |
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: 2.0770822
|
![]() |
Gitana 4.0 / Content Engine / Graph QLExplore how Cloud CMS integrates with GraphQL for advanced content querying and manipulation, streamlining CMS management for developers.
Score: 2.0770822
|
![]() |
Content Services Platform - GitanaContent Services Platform - Gitana Status Releases Registry Blog Cloud CMS 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 cura
Score: 2.0709143
|
![]() |
Query PerformanceApplication queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi
Score: 2.0366058
|
![]() |
How do I retrieve the folder path for my content?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: 2.0343158
|
![]() |
How can I retrieve content for a tree view?The Cloud CMS API offers a number of convenience API methods that go beyond basic CRUD and bulk content operations. Among these methods are those that allow you to retrieve content from your repository branch in a tree-friendly format. A tree-organized format means that the data comes back in a such a way as to make it easy to load into front-end tree controls. Typical front-end tree controls requires the ability to load a "snapshot" of the tree as a starting point as well as iteratively grow or
Score: 1.9927062
|
![]() |
Gitana 3.2 / Guide / Guide / Command Line / Transfer CommandsOptimize your Cloud CMS environments with the command-line Transfer Service for seamless content export and import operations.
Score: 1.9888703
|