Found 716 results for "api datatypes node"
The search executed in 0.002319179 seconds. That's fast.
![]() |
Gitana / 3.2 / Guide / Guide / Features / Auto TranslateAutomatically translate and synchronize content in multiple languages using Cloud CMS with AWS, Azure, or Google services.
Score: 2.0207677
|
![]() |
Gitana / 4.0 / Content Engine / Aspects / Auto TranslateAutomatically translate and localize content with Cloud CMS, supporting seamless integration with major translation services for efficient multilingual workflows.
Score: 2.0207677
|
![]() |
Directed and Undirected AssociationsCloud 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.009726
|
![]() |
Gitana / 4.0 / Content Engine / Find / OverviewDiscover content effortlessly with Cloud CMS Find Service using Query, Search, and Traversal for powerful, unified results.
Score: 1.9944406
|
![]() |
Gitana / 3.2 / Guide / Guide / FindDiscover and retrieve content efficiently with Cloud CMS Find Service, utilizing Query, Search, and Traversal mechanisms for optimized results.
Score: 1.988992
|
![]() |
How to limit the fields that come back in a queryQuery 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.9685686
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / MultilingualEnable efficient multilingual content management with Cloud CMS, facilitating seamless document translation and localization across different locales.
Score: 1.964634
|
![]() |
Gitana / 4.0 / User Interface / User Interface / MultilingualOptimize your content for global audiences with Cloud CMS's multilingual feature, allowing seamless translation and locale management.
Score: 1.964634
|
![]() |
Gitana / 4.0 / Developers / Frameworks / AngularJSLearn how to access Gitana content in Angular apps with step-by-step guidance and examples for API Keys and sample projects.
Score: 1.9613369
|
![]() |
Gitana / 4.0 / Developers / Frameworks / ReactLearn how to seamlessly connect React apps to Cloud CMS with step-by-step guides, API key setup, and sample project insights.
Score: 1.9613369
|
![]() |
Gitana / 4.0 / Developers / Frameworks / Vue.jsLearn how to connect Vue.js apps to Cloud CMS with API keys, examples, and setup guidance for seamless integration.
Score: 1.9613369
|
![]() |
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.9555764
|
![]() |
Gitana / 3.2 / Guide / Guide / Integrations / ActiveMQOptimize your backend applications with ActiveMQ, a high-performance message broker, integrated with Cloud CMS for seamless API notifications.
Score: 1.9536867
|
![]() |
Gitana / 4.0 / Content Engine / Integrations / ActiveMQOptimize your Cloud CMS integration using Apache ActiveMQ for seamless API event handling and message queuing. Enhance scalability and performance.
Score: 1.9536867
|
![]() |
Gitana / 4.0 / Developers / Frameworks / Nuxt.jsBuild static sites effortlessly with Nuxt.js and Cloud CMS. Access content seamlessly and explore sample projects for easy integration.
Score: 1.9511867
|
![]() |
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: 1.9465661
|
![]() |
Gitana / 4.0 / Developers / Drivers / OverviewEasily integrate Cloud CMS with our drivers for C#, Go, Java, JavaScript, PHP, Python, and Ruby, ensuring seamless authentication and fast API calls.
Score: 1.9200687
|
![]() |
Introducing the Cloud CMS Open Source App ServerCloud CMS lets you create content once and reuse it everywhere - across all of your devices, web sites, mobile applications, tradeshow kiosks, digital signage surfaces and more. Our editorial environment is fully featured, extensible easy to use, letting you manage content and deliver it via our enterprise-class Content API. With Cloud CMS, customers are free to build apps on top of best-of-breed open-source frameworks while leveraging open-standards. They are empowered to continue to use the de
Score: 1.8804165
|
![]() |
Gitana / 3.2 / Guide / Guide / Application Server / Services / DusterOptimize your web development process with Duster, a powerful service using LinkedIn Dust.js for efficient template rendering and automatic cache management.
Score: 1.8363883
|
![]() |
Gitana / 4.0 / Developers / Application Server / Services / DusterOptimize your web rendering with Duster Service using Dust.js for dynamic HTML and JSON outputs. Boost performance with seamless fragment caching.
Score: 1.8363883
|
![]() |
Gitana / 3.2 / Guide / Guide / Actions / Web HookOptimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.
Score: 1.7986448
|
![]() |
Gitana / 4.0 / Content Engine / Behaviors / Actions / Web HookOptimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.
Score: 1.7986448
|
![]() |
Access Cloud CMS content anonymously or as a guest userThis 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.7923455
|
![]() |
Is there a programmatic way to add more content to workflows?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.7876098
|
![]() |
Gitana / 4.0 / Developers / Drivers / PHPConnect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.
Score: 1.7714683
|