Found 690 results for "api node"
The search executed in 0.0065 seconds. That's fast.
![]() |
Gitana 4.0 / Developers / Drivers / GoDocumentation Reference Connect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.
Score: 2.0369
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto TranslateDocumentation Reference Automatically translate and synchronize content in multiple languages using Cloud CMS with AWS, Azure, or Google services.
Score: 2.0274
|
![]() |
Gitana 4.0 / Content Engine / Aspects / Auto TranslateDocumentation Reference Automatically translate and localize content with Cloud CMS, supporting seamless integration with major translation services for efficient multilingual workflows.
Score: 2.0274
|
![]() |
Gitana 4.0 / Content Engine / FindDocumentation Reference Discover and retrieve content effortlessly with Cloud CMS Find Service, using Query, Search, and Traversal for composite result sets.
Score: 2.0133
|
![]() |
Directed and Undirected AssociationsSupport 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: 2.0125
|
![]() |
Gitana 3.2 / Guide / Guide / FindDocumentation Reference Discover and retrieve content with Cloud CMS's Find Service using MongoDB, ElasticSearch, and Graph Traversal for powerful, unified results.
Score: 2.0091
|
![]() |
Gitana 4.0 / Developers / Frameworks / AngularJSDocumentation Reference Connect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.
Score: 1.9852
|
![]() |
Gitana 4.0 / Developers / Frameworks / ReactDocumentation Reference Learn to connect React apps with Cloud CMS. Access API keys, explore bookstore site, and setup using Gitana SDK for seamless content integration.
Score: 1.9852
|
![]() |
Gitana 4.0 / Developers / Frameworks / Vue.jsDocumentation Reference Learn to connect Vue.js apps to Cloud CMS with this guide, featuring API key setup and a sample bookstore project for Nuxt.js developers.
Score: 1.9852
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / ActiveMQDocumentation Reference Optimize your backend applications with ActiveMQ, a high-performance message broker, integrated with Cloud CMS for seamless API notifications.
Score: 1.9765
|
![]() |
Gitana 4.0 / Content Engine / Integrations / ActiveMQDocumentation Reference Optimize your Cloud CMS integration using Apache ActiveMQ for seamless API event handling and message queuing. Enhance scalability and performance.
Score: 1.9765
|
![]() |
Gitana 4.0 / Developers / Frameworks / Nuxt.jsDocumentation Reference Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.
Score: 1.9757
|
![]() |
How to limit the fields that come back in a querySupport 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.9747
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / MultilingualDocumentation Reference Enable efficient multilingual content management with Cloud CMS, facilitating seamless document translation and localization across different locales.
Score: 1.9705
|
![]() |
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.9617
|
![]() |
Gitana 4.0 / Developers / Drivers / C#Documentation Reference Easily connect your .NET applications to Gitana with the C# driver. Supports API integration, node management, and more. 100% open-source.
Score: 1.9552
|
![]() |
Gitana 4.0 / Developers / DriversDocumentation Reference Easily integrate Cloud CMS with our drivers for C#, Go, Java, JavaScript, PHP, Python, and Ruby, ensuring seamless authentication and fast API calls.
Score: 1.9311
|
![]() |
Gitana 4.0 / User Interface / User Interface / MultilingualDocumentation Reference Optimize your content for multilingual support with features to set locales, manage translations, and apply multilingual behavior.
Score: 1.9271
|
![]() |
Gitana 4.0 / Developers / API / FormatsDocumentation Reference Optimize your Cloud CMS integration with support for various request and response formats like JSON, XML, YAML, and more.
Score: 1.8244
|
![]() |
Access Cloud CMS content anonymously or as a guest userSupport Article This question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke
Score: 1.8148
|
![]() |
Is there a programmatic way to add more content to workflows?Support Article There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor
Score: 1.8051
|
![]() |
Gitana 3.2 / Guide / Guide / Actions / Web HookDocumentation Reference Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.
Score: 1.8048
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Actions / Web HookDocumentation Reference Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.
Score: 1.8048
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / DefinitionsDocumentation Reference Learn 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: 1.7776
|
![]() |
Gitana 4.0 / Content Engine / Content Models / DefinitionsDocumentation Reference Learn about Cloud CMS content definitions, JSON schema, and how to manage and extend content types effortlessly.
Score: 1.7776
|