Found 477 results for "docs api templates"
The search executed in 0.00223517 seconds. That's fast.
![]() |
Gitana 4.0 / Developers / Cookbooks / Ruby CookbookLearn how to connect to Gitana, manage Git-like branches, and create custom content types with the Ruby Cloud CMS driver.
Score: 7.2864547
|
![]() |
Gitana 3.2 / Guide / Guide / CookbooksExplore our cookbooks to kickstart your coding with Cloud CMS, covering languages like JavaScript, Python, PHP, and more.
Score: 7.2565937
|
![]() |
Gitana 4.0 / Developers / CookbooksExplore our comprehensive cookbooks for coding with Cloud CMS drivers, featuring guides for Java, Python, JavaScript, C#, REST API, and more.
Score: 7.2565937
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Node.js CookbookExplore our Node.js Cookbook to master using the Cloud CMS Node.js driver for efficient API calls, authentication, data handling, and more.
Score: 7.2066655
|
![]() |
Gitana 4.0 / Developers / Cookbooks / C# CookbookExplore C# with Gitana: Easy setup, connect using JSON or direct values, and master querying and node management in .NET Core projects.
Score: 7.1606636
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Java CookbookExplore our comprehensive Java Cookbook for Gitana Drivers and learn how to get started, connect, create nodes, and make associations with code samples.
Score: 6.8199344
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Monitoring API Server with an APMMonitor your Cloud CMS API server with New Relic APM; optimize Java performance while minimizing production impact with our step-by-step setup guide.
Score: 6.6327133
|
![]() |
Gitana 4.0 / Developers / Cookbooks / JavaScript 2.0 CookbookExplore the Gitana JavaScript 2.0 Driver for seamless JavaScript app integration with async/await, promises, and callbacks.
Score: 6.52567
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Extend Field TemplatesExtend your field templates by adding custom modules like the Summernote WYSIWYG editor, elevating content editing flexibility and customization.
Score: 6.0984273
|
![]() |
Gitana 4.0 / Content Engine / Content Models / Content Model Builder / Extend Field TemplatesEnhance your web editing with custom field templates using Summernote WYSIWYG in just a few steps. Access the full guide and code example here.
Score: 6.0984273
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-field-templatesOptimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.
Score: 5.9795384
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / project-field-templatesOptimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.
Score: 5.9795384
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Kits / API ClusterOptimize 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 KeysEasily 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 ConnectIBM 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 ConnectIBM API Connect offers a complete API platform to create, manage, and monetize APIs across clouds, ensuring seamless digital app innovation.
Score: 5.1486177
|
![]() |
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
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / TagsExplore comprehensive documentation on Gitana's app server tags including associations, content, debug, form, layout, link, params, query, and more.
Score: 4.452825
|
![]() |
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.283333
|
![]() |
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.7054195
|
![]() |
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.7054195
|
![]() |
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.6658463
|
![]() |
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.6572833
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) CookbookExplore the Gitana JavaScript (Legacy) Cookbook to learn about connecting, node creation, asynchronous chaining, and more with detailed code examples and guides.
Score: 3.6341815
|