Found 459 results for "api forms"

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

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / Twitter

Enable Twitter SSO in Cloud CMS with easy integration for web or mobile apps using API keys. Discover setup tips and configuration examples here.

Score: 1.2605356

Gitana 4.0 / Developers / Application Server / Authentication / Providers / Google

Optimize your Cloud CMS authentication by integrating Google SSO with our simple configuration guide.

Score: 1.2605356

Gitana 3.2 / Guide / Guide / Binary Files / File System Binary Storage

Optimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.

Score: 1.2593277

Gitana 4.0 / Content Engine / Platform / Binary Files / File System Binary Storage

Optimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.

Score: 1.2593277

Migrating Binary files to S3

By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us

Score: 1.259026

Use Case: Healthcare - Gitana

Use Case: Healthcare - 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 curate co

Score: 1.2574883

Use Case: Digital Experiences / Retail - Gitana

Use Case: Digital Experiences / Retail - 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 enh

Score: 1.2574883

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.87

Upgrade to Cloud CMS 3.2.87 for enhanced ARM-64 support, requiring MongoDB 4.0+ and Redis 6.x+. Optimize deployments with AWS Graviton.

Score: 1.2486194

How does Cloud CMS work with a CDN

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

Gitana 3.2 / Guide / Guide / API / Rate Limiting

Optimize your Cloud CMS subscription with rate limiting by managing API calls, using multiple bands, and ensuring dedicated bandwidth for critical apps.

Score: 1.2378973

Gitana 3.2 / Guide / Guide / Application Server / Installation / Docker Installation

Get started with Cloud CMS Application Server using Docker. Learn installation, configuration, and setup for seamless integration across platforms.

Score: 1.2378973

Gitana 4.0 / Developers / Application Server / Installation / Docker Installation

Easily install and configure Cloud CMS on Docker with our step-by-step guide. Learn to build, run, and connect using Docker and Git tools.

Score: 1.2378973

How to Retrieve content by their document library path

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

Gitana 3.2 / Guide / Guide / Publishing / Preview Servers

Set up Preview Servers to test website changes before going live. Customize servers for URL, API, or application endpoints.

Score: 1.2283137

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Health Check / Load Balancers

Optimize your Cloud CMS production environment with efficient load balancers for API and UI, ensuring high availability and reliability.

Score: 1.2283137

Gitana 4.0 / Content Engine / Publishing / Preview Servers

Set up Preview Servers to detect issues before going live. Customize server types: URL, API, or Application, for efficient content review.

Score: 1.2283137

Gitana 4.0 / Self Managed / Maintenance / Health Check / Load Balancers

Optimize your Cloud CMS production environment with efficient load balancers for API and UI, ensuring high availability and reliability.

Score: 1.2283137

Gitana 4.0 / Forms / API / Layouts

Optimize your form layouts with Alpaca's automatic and template-driven placement, ensuring flexible field alignment using Handlebars templates and explicit bindings.

Score: 1.2216831

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 1.2184067

Gitana 4.0 / Developers / Drivers / Java

Easily connect Java, Spring MVC, and Android apps to Gitana using the open-source Gitana Java Driver with Maven integration and extensive documentation.

Score: 1.2154045

Gitana 3.2 / Guide / Guide / Find

Discover and retrieve content efficiently with Cloud CMS Find Service, utilizing Query, Search, and Traversal mechanisms for optimized results.

Score: 1.210038

Gitana 3.2 / Guide / Guide / Integrations / Azure / Translate

Discover seamless integration with Azure Translate using Microsoft Translator API for efficient multi-language support in your applications.

Score: 1.2090195

Gitana 4.0 / Content Engine / Integrations / Azure / Translate

Effortlessly integrate Azure Translate for seamless multi-language support and automatic I18N translations in your applications.

Score: 1.2090195

Gitana 3.2 / Guide / Guide / Docker / Configuration / Encrypting Properties

Secure your sensitive data with Cloud CMS by encrypting API properties using RSA keys, safeguarding passwords and credentials effortlessly.

Score: 1.2071677

How to monitor API traffic from a node js app

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