Found 411 results for "docs api functions"

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

Gitana 3.2 / Guide / Guide / Docker / Kits / API Cluster

Optimize API management with our API Cluster kit, featuring load balancing and efficient service distribution across api1 and api2 servers.

Score: 5.8078556

Gitana 3.2 / Guide / Guide / API Keys / Create new Application Keys

Easily create and manage application keys for your projects. Learn how to generate and refresh API keys step-by-step in our comprehensive guide.

Score: 5.1690717

Gitana 3.2 / Guide / Guide / Integrations / IBM API Connect

IBM API Connect offers a complete API platform to create, manage, and monetize APIs across clouds, ensuring seamless digital app innovation.

Score: 5.1486177

Gitana 4.0 / Content Engine / Integrations / IBM API Connect

IBM API Connect offers a complete API platform to create, manage, and monetize APIs across clouds, ensuring seamless digital app innovation.

Score: 5.1486177

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Container Hooks

Optimize container lifecycle management in Kubernetes with HTTP hooks for smooth deployment and graceful shutdowns. Learn how to configure routes and security.

Score: 4.7898173

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

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

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

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.

Score: 3.7388115

Gitana 3.2 / Guide / Guide / Actions

Optimize content operations with Cloud CMS Action framework using JSON configuration. Explore various actions like Send Email or Fire a Web Hook efficiently.

Score: 3.7054195

Gitana 4.0 / Content Engine / Behaviors / Actions

Explore Cloud CMS Action framework for automated content operations with customizable actions like email alerts, webhooks, and more—enhancing workflow efficiency.

Score: 3.7054195

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

Gitana 3.2 / Guide / Guide / Applications / Public Services

Simplify mobile and web app development with Cloud CMS's backend services for user registration, password resets, and more.

Score: 3.6812043

Gitana 4.0 / Content Engine / Platform / Applications / Public Services

Simplify mobile and web app development with Cloud CMS's backend services for user registration, password resets, and more.

Score: 3.6812043

Gitana 3.2 / Guide / Guide / Cookbooks / Scripting Cookbook

Explore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.

Score: 3.6658463

How to limit the fields that come back in a query

Query 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: 3.6572833

Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook

Explore the Gitana JavaScript (Legacy) Cookbook to learn about connecting, node creation, asynchronous chaining, and more with detailed code examples and guides.

Score: 3.6341815

Gitana 3.2 / Guide / Guide / Cookbooks / Ruby Cookbook

Discover how to set up and connect Ruby with Cloud CMS using our Ruby Cookbook. Find code samples, connection tips, and more!

Score: 3.6004791

How does Cloud CMS compare to Contentful?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi

Score: 3.518538

How does Cloud CMS compare to Prismic.io?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic.io Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capa

Score: 3.5159714

Comparison: Cloud CMS vs Prismic

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capabil

Score: 3.5159714

Gitana 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Optimize Node.js skills with our comprehensive Cloud CMS guide. Learn connection, asynchronous chaining, queries, and more. Perfect for developers!

Score: 3.4947238

Comparison: Cloud CMS vs Contentful

Looking for the best CMS online? Review these points to help guide your headless CMS selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Flexibility JSON schema with types and associations that you can continually evolve in-place. Basic content model only, difficult to change once configured Update Strategy Documents are published individually, or as part of larger change

Score: 3.472155

Gitana 3.2 / Guide / Guide / Cookbooks / PHP Cookbook

Learn how to use the Gitana PHP driver in your projects. Connect to Gitana, query, and search efficiently with PHP. Explore our PHP Cookbook!

Score: 3.4568667

Gitana 3.2 / Guide / Guide / Cookbooks / C# Cookbook

Explore the C# Cookbook to effectively utilize the Gitana C# Driver for connecting to Cloud CMS and managing content with .NET Core.

Score: 3.3165908