Found 691 results for "api node"

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

Execute Script from a Node

Gitana 4.0 / Content Engine / Behaviors / Actions / Execute Script from a Node

Documentation Reference

Execute scripts from nodes seamlessly; customize with JSON Schema for precise control. (Gitana 4.0)

Score: 3.0571
cURL

Gitana 4.0 / Developers / Frameworks / cURL

Documentation Reference

Comprehensive cURL guide for Cloud CMS API connectivity, examples, and setup instructions. (Gitana 4.0)

Score: 2.4047
Preview Servers

Gitana 3.2 / Guide / Guide / Publishing / Preview Servers

Documentation Reference

Optimize your website changes seamlessly with Preview Servers before going live. Easily discover and fix issues. (Gitana 3.2)

Score: 2.3675
Preview Servers

Gitana 4.0 / Content Engine / Publishing / Preview Servers

Documentation Reference

Set up Preview Servers to review content changes before going live. Supports URL, API, and Application types. (Gitana 4.0)

Score: 2.3675
How to Retrieve content by their document library path

How to Retrieve content by their document library path

Support Article

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 2.3402
Java

Gitana 4.0 / Developers / Drivers / Java

Documentation Reference

Connect Java, Spring MVC, and Android apps to Gitana effortlessly with the Gitana Java driver. (Gitana 4.0)

Score: 2.2674
Scripting

Gitana 3.2 / Guide / Guide / Scripting

Documentation Reference

Optimize your server-side scripts with Cloud CMS's versatile Scripting API, supporting JavaScript, Handlebars, and FreeMarker. (Gitana 3.2)

Score: 2.2667
Overview

Gitana 4.0 / Content Engine / Scripting

Documentation Reference

Optimize Cloud CMS with custom server-side scripting for seamless actions and behaviors without downtime. (Gitana 4.0)

Score: 2.2667
How to monitor API traffic from a node js app

How to monitor API traffic from a node js app

Support Article

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 2.2467
How does Cloud CMS work with a CDN

How does Cloud CMS work with a CDN

Support Article

There are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo

Score: 2.2459
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: 2.1943
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: 2.1943
Deleted Items

Gitana 3.2 / Guide / Guide / User Interface / Projects / Deleted Items

Documentation Reference

'Easily manage and restore deleted content in Cloud CMS with our intuitive deletions index, mimicking the Recycle Bin.' (Gitana 3.2)

Score: 2.1933
Deleted Items

Gitana 4.0 / User Interface / Projects / Deleted Items

Documentation Reference

Efficiently manage and restore deleted content in Cloud CMS with easy access to the Recycle Bin and comprehensive API tools. (Gitana 4.0)

Score: 2.1933
Proxy API calls

Proxy API calls

Support Article

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 2.1825
Tree Hierarchies

Tree Hierarchies

Support Article

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 2.139
Internationalization (I18N)

Internationalization (I18N)

Support Article

All of the content that you create within Cloud CMS supports localized translation. This is often referred to as internationalization (I18N) in the enterprise world. Cloud CMS has full support for localization so that any content you put into Cloud CMS supports multiple translation bundles. When content is retrieved from Cloud CMS, either through the APIs, the editorial interface or from your own applications, Cloud CMS respects the locale being requested and serves back a best-match fit for tha

Score: 2.1378
Docker

Gitana 3.2 / Guide / Guide / Docker

Documentation Reference

Optimize your Cloud CMS deployments with Docker for seamless development and production environments, on-premise or in the cloud. (Gitana 3.2)

Score: 2.1146
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: 2.111
Overview

Gitana 4.0 / Self Managed / Docker

Documentation Reference

Optimize your Cloud CMS with Docker for seamless on-premise and cloud deployments, embracing efficient microservices. (Gitana 4.0)

Score: 2.1032
@query

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

Documentation Reference

Optimize node queries with flexible parameters for types, sorting, limits, fields, and caching to streamline data retrieval. (Gitana 3.2)

Score: 2.0609
@query

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

Documentation Reference

Efficiently query and manage node data for dynamic web content with customizable parameters and caching. (Gitana 4.0)

Score: 2.0609
Overview

Gitana 4.0 / Developers / Command Line Interface

Documentation Reference

Streamline your Cloud CMS projects with a powerful, free command-line client. Install and connect seamlessly. (Gitana 4.0)

Score: 2.0548
How can I retrieve content for a tree view?

How can I retrieve content for a tree view?

Support Article

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: 2.0434
Locked

Gitana 3.2 / Guide / Guide / Features / Locked

Documentation Reference

Ensure nodes are secure and editable only by lock owners through the efficient use of API calls and the f:locked feature. (Gitana 3.2)

Score: 2.0426