Found 663 results for "gitana 4.0 developers api definitions application"

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

Gitana 3.2 / Guide / Guide / Integrations

Connect Cloud CMS to AWS, Azure, Google, and more. Securely manage services for storage, DNS updates, and event handling. Explore seamless integrations now!

Score: 1.160267

Gitana 4.0 / Content Engine / Integrations

Connect your Cloud CMS projects to leading cloud services securely, with reusable service descriptors for seamless integrations.

Score: 1.160267

Gitana 3.2 / Guide / Guide / UI Developers Guide / Templates

Customize UI templates to personalize and enhance your webpage content by controlling the display of detailed information for each list item.

Score: 1.151605

Gitana 4.0 / Developers / User Interface Customization / Templates

Customize your pages with UI templates for content presentation. Create, manage, and apply unique templates easily for better user experience.

Score: 1.151605

Content Entry Forms Example

Cloud CMS lets you easily design and deploy forms for your web applications and content contributors. In this blog entry, we’ll walk through how you can do this within the Cloud CMS user interface. In this example, we’ll create a form that allows editors to create City Guide information. Note: in the Cloud CMS Trial there is a City Guide Content definition which can be used as a starting point or as a reference for this example. Add a Definition The Content Definitions can be found in the Cloud

Score: 1.151605

Gitana 3.2 / Guide / Guide / Application Server / Services / Local

Access local server files effortlessly with support for virtual hosts, enhancing your web application's functionality.

Score: 1.134206

Gitana 4.0 / Developers / Application Server / Services / Local

Access local server files effortlessly with support for virtual hosts, enhancing your web application's functionality.

Score: 1.134206

Gitana 3.2 / Guide / Guide / API / Data Types

Explore comprehensive documentation on various data types including Application, Archive, Authentication Grant, and more. Perfect for developers and API users.

Score: 1.1296576

Gitana 4.0 / Self Managed / Containers

Explore configuration guides for Antivirus, API, and UI servers in Gitana's self-managed containers documentation.

Score: 1.1251044

Gitana 3.2 / Guide / Guide / Docker / Configuration

Explore configuration guides for Docker components including antivirus, API, encryption, support, and UI server.

Score: 1.1204106

CEM - shuffling deck chairs on the titanic

Going back 15 years, we’ve seen the core of providing websites shift across various types of “platforms” - from Web Content Management (WCM) to Enterprise Content Management (ECM) to Customer Experience Management (CEM). Every iteration involved another set of technologies, and associated migration headaches. Each expansion also consumed more and more of the resulting presentation tier. At first, this was mostly a good thing as no standard mechanisms existed to facilitate efforts. However, in th

Score: 1.1091521

Gitana 3.2 / Guide / Guide / Platform

Build, manage, and deliver content with Cloud CMS. Enjoy multi-tenant architecture, customizable user roles, and unlimited projects on one platform.

Score: 1.1026845

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 1.1026845

Gitana 4.0 / Content Engine / Platform

Create and manage content effortlessly with Cloud CMS, offering multi-project support, user-friendly permissions, and a robust multi-tenant architecture.

Score: 1.1026845

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web Hook

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 1.1026845

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Datastore Deletion

Learn how to manually remove MongoDB databases after deleting a Cloud CMS datastore, ensuring data backup and retention with administrator guidance.

Score: 1.1004306

Can Cloud CMS help develop my app?

Cloud CMS provides implementation services to help build your iOS, Android or HTML5 application and connect it to Cloud CMS for dynamic content delivery. As experts in both the front-end and back-end technologies, we provide quality work and deliver on schedule. For a quote, please contact us and tell us about your project.

Score: 1.1002424

Gitana 3.2 / Guide / Guide / Features / Multilingual

Enhance multilingual content with Cloud CMS, providing seamless translation support for diverse locales in your web nodes.

Score: 1.0970694

Gitana 4.0 / Content Engine / Aspects / Multilingual

Enhance multilingual content with Cloud CMS, providing seamless translation support for diverse locales in your web nodes.

Score: 1.0970694

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

Gitana 3.2 / Guide / Guide / Actions / Execute Script

Execute scripts on nodes with customizable JSON configurations, enhancing functionality with ease and flexibility.

Score: 1.0945421

Gitana 4.0 / Content Engine / Behaviors / Actions / Execute Script

Execute scripts on nodes with customizable JSON configurations, enhancing functionality with ease and flexibility.

Score: 1.0945421

Gitana 4.0 / Forms / API

Explore comprehensive API documentation including callbacks, functions, validation, and more for Gitana 4.0 forms. Ideal for developers and tech enthusiasts.

Score: 1.0900912

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.0852472

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.0852472