Found 510 results for "api datatypes application"

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

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

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

Content Intelligence - Gitana

Content Intelligence - 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.1568999

Gitana 4.0 / Self Managed / Containers

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

Score: 1.1495265

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

Efficiently manage and restore deleted content with Cloud CMS's intuitive tools, ensuring data is never lost entirely. Explore our unique features today!

Score: 1.1457251

Gitana 4.0 / User Interface / Projects / Deleted Items

Manage content recovery effortlessly with Cloud CMS's 'copy on write' system, offering a simple way to view, restore, or purge deleted items.

Score: 1.1457251

Gitana 3.2 / Guide / Guide / Docker / Configuration

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

Score: 1.1447709

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

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / registrations

Explore comprehensive platform and project registrations with detailed dashboards, menus, and pages for optimal workflow and management.

Score: 1.1365819

Gitana 4.0 / Developers / User Interface Customization / Contexts / registrations

Explore comprehensive platform and project registrations with detailed dashboards, menus, and pages for optimal workflow and management.

Score: 1.1365819

Gitana 4.0 / Content Engine / Platform

Build, manage, and deliver content effortlessly with Cloud CMS's multi-tenant platform supporting unlimited projects and user-specific permissions.

Score: 1.1365819

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

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

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

Gitana 3.2 / Guide / Guide / Actions / Execute Script

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

Score: 1.12723

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

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

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

Gitana 3.2 / Guide / Guide / Features / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 1.1101756

Gitana 4.0 / Content Engine / Aspects / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 1.1101756

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

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

Content Automation - Gitana

Content Automation - 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 cont

Score: 1.1088133

Tree Hierarchies

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