Found 389 results for "docs api custom-fields"
The search executed in 0.00176657 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / API Keys / Create new Application KeysManage API keys efficiently by creating separate applications for each project. Learn how to create and refresh keys securely in Cloud CMS.
Score: 5.1800146
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / IBM API ConnectIBM API Connect offers a complete API platform to create, manage, and monetize APIs across clouds, ensuring seamless digital app innovation.
Score: 5.154868
|
![]() |
Gitana 4.0 / Content Engine / Integrations / IBM API ConnectIBM API Connect enables seamless creation, management, and monetization of APIs to power digital apps across clouds, enhancing innovation.
Score: 5.154868
|
![]() |
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.479111
|
![]() |
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.468372
|
![]() |
How to Retrieve content by their document library pathYou 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.265789
|
![]() |
Gitana 3.2 / Guide / Guide / ActionsOptimize content operations with Cloud CMS Action framework using JSON configuration. Explore various actions like Send Email or Fire a Web Hook efficiently.
Score: 3.8335943
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / ActionsExplore Cloud CMS Action framework for automated content operations with customizable actions like email alerts, webhooks, and more—enhancing workflow efficiency.
Score: 3.8335943
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Scripting CookbookExplore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.
Score: 3.6635206
|
![]() |
How to limit the fields that come back in a queryQuery 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.641243
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook'Discover the comprehensive JavaScript (Legacy) Cookbook for connecting to Gitana, asynchronous API calls, node creation, and advanced queries.'
Score: 3.638329
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Ruby CookbookDiscover how to set up and connect Ruby with Cloud CMS using our Ruby Cookbook. Find code samples, connection tips, and more!
Score: 3.6043632
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Node.js CookbookOptimize your Node.js applications with Cloud CMS. Learn to connect, chain API calls, and query nodes for efficient data management.
Score: 3.498888
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / PHP CookbookLearn to use Gitana's PHP driver for database connections, code samples, and advanced querying with this comprehensive guide.
Score: 3.4582033
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / C# CookbookExplore the C# Cloud CMS driver with detailed setup steps, connection methods, and extensive code samples for efficient content management.
Score: 3.3199685
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Java CookbookOptimize your Java development with our comprehensive Java Cookbook. Get started with the Gitana Java Driver now!
Score: 3.2145915
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Python CookbookMaster Gitana's Python Driver to manage repositories, branches, nodes, and queries effectively with Python 3. Ideal for developers seeking seamless Git-like functionality.
Score: 3.1994436
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / Container HooksOptimize container lifecycle management in Kubernetes with HTTP hooks for smooth deployment and graceful shutdowns. Learn how to configure routes and security.
Score: 3.150534
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 CookbookOptimize your JavaScript integration with the Gitana JavaScript 2.0 Driver. Utilize promises, async/await, and callbacks for seamless Cloud CMS integration.
Score: 3.110322
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Go CookbookExplore the Go Cookbook for integrating Cloud CMS with examples, code samples, and guides for connecting, querying, and creating nodes efficiently.
Score: 3.1002824
|
![]() |
REST based access callsThe authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t
Score: 2.963933
|
![]() |
Gitana 3.2 / Guide / Guide / API / Rate LimitingOptimize your Cloud CMS usage with rate limiting. Manage API requests effectively to maintain seamless app performance. Learn about bands and headers.
Score: 2.7752545
|
![]() |
Gitana 4.0 / Developers / Drivers / JavaScript (Legacy)Connect Gitana with your browser apps using the versatile JavaScript driver, compatible with jQuery, Vue.js, and more.
Score: 2.7675219
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Add-onsEnhance your Cloud CMS with Add-Ons for seamless integration with YouTube, Vimeo, Google Docs & more. Boost editorial features effortlessly.
Score: 2.7166915
|
![]() |
Gitana 4.0 / User Interface / Add-onsEnhance your Cloud CMS with powerful add-ons for seamless third-party integration with YouTube, Vimeo, and more. Customize UI, logic, and content effortlessly.
Score: 2.7166915
|