Found 560 results for "gitana 4.0 developers api resources server get-healthcheck"

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

Platform

Gitana 4.0 / Reference / Types / Platform

Documentation Reference

Access platform-specific data stores and objects with Cloud CMS authentication. Use language drivers to streamline development. (Gitana 4.0)

Score: 1.0154
Reset Password Flow

Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password Flow

Documentation Reference

Securely reset passwords using Cloud CMS. Guide your users through the process with ease and protect their accounts. (Gitana 3.2)

Score: 1.0149
Reset Password Flow

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Reset Password Flow

Documentation Reference

Securely reset forgotten passwords with Cloud CMS's convenient flow, using emails or usernames for verification. (Gitana 4.0)

Score: 1.0149
deployment-subcontext

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / deployment-subcontext

Documentation Reference

Explore deployment contexts with detailed overviews, properties, API keys, and Amazon SNS for your project applications. (Gitana 3.2)

Score: 1.0041
deployment-subcontext

Gitana 4.0 / Developers / User Interface Customization / Contexts / deployment-subcontext

Documentation Reference

Explore deployment subcontext details, including overview, properties, API keys, and Amazon SNS settings. (Gitana 4.0)

Score: 1.0041
Deployment Strategy

Gitana 3.2 / Guide / Guide / Deployment / Deployment Strategy

Documentation Reference

Optimize your content deployment with an automated strategy in Cloud CMS for effective and timely delivery. (Gitana 3.2)

Score: 1.0033
Deployment Strategy

Gitana 4.0 / Content Engine / Deployment / Deployment Strategy

Documentation Reference

Optimize your content delivery with an automated Deployment Strategy for Cloud CMS, ensuring timely data updates across all platforms. (Gitana 4.0)

Score: 1.0033
Configure Search

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Documentation Reference

Optimize your project search page with custom filter controls and search templates using Cloud CMS. (Gitana 3.2)

Score: 0.9741
Configure Search

Gitana 4.0 / User Interface / Projects / Configure Search

Documentation Reference

Optimize your Cloud CMS search configuration with customizable JSON settings and seamless UI integration. (Gitana 4.0)

Score: 0.9741
Content Modeling

Gitana 3.2 / Guide / Guide / Getting Started / Content Modeling

Documentation Reference

Effortlessly model and manage all content types with Cloud CMS, ensuring robust enterprise-class content services without coding. (Gitana 3.2)

Score: 0.9721
Overview

Gitana 4.0 / Getting Started / Working with Content

Documentation Reference

Easily manage and model all types of content in Cloud CMS, streamlining definitions and associations for robust data handling. (Gitana 4.0)

Score: 0.9721
Permissions

Gitana 3.2 / Guide / Guide / Security / Permissions

Documentation Reference

Optimize access control with Cloud CMS by assigning roles and checking permissions for data stores and objects efficiently. (Gitana 3.2)

Score: 0.9706
Overview

Gitana 4.0 / Content Engine / Permissions

Documentation Reference

Optimize access control with Cloud CMS by assigning roles to ensure precise permissions for data stores and objects. (Gitana 4.0)

Score: 0.9706
Locked

Gitana 3.2 / Guide / Guide / Features / Locked

Documentation Reference

Ensure nodes are secure and editable only by lock owners through the efficient use of API calls and the f:locked feature. (Gitana 3.2)

Score: 0.9667
Locked

Gitana 4.0 / Content Engine / Aspects / Locked

Documentation Reference

Learn how to manage locked nodes, ensuring secure, owner-only access through API calls and lock inspections. (Gitana 4.0)

Score: 0.9667
Pagination options

Pagination options

Support Article

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.9667
How to limit the fields that come back in a query

How to limit the fields that come back in a query

Support Article

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: 0.9667
Public Services

Gitana 3.2 / Guide / Guide / Applications / Public Services

Documentation Reference

Simplify user registration and password management with Cloud CMS's specialized application services. (Gitana 3.2)

Score: 0.9578
Public Services

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

Documentation Reference

Optimize your front-end applications with Cloud CMS's convenient services for effortless user management. (Gitana 4.0)

Score: 0.9578
How to get a content definition JSON from the Cloud CMS API?

How to get a content definition JSON from the Cloud CMS API?

Support Article

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: 0.9578
How does multi-tenancy work?

How does multi-tenancy work?

Support Article

How does multi-tenancy work? ie I want to have multiple companies with sub-groups of users in each company - to follow, how would we customize the interface for each company? There are two good ways to achieve multi-tenancy with Cloud CMS. - One is to use multiple "projects" - i.e. one per customer. Each project has it's own domain of users and groups, as well as it's own content definitions, instances and ACLs. As such, you can use each project to store the content on a per-client basis. You ca

Score: 0.9561
Actions

Gitana 3.2 / Guide / Guide / Releases / Actions

Documentation Reference

Configure actions for release events: send emails, trigger web hooks, and integrate with Slack effectively. (Gitana 3.2)

Score: 0.9427
Actions

Gitana 4.0 / Content Engine / Branch Overview / Releases / Actions

Documentation Reference

Configure actions like sending emails, Slack messages, and web hooks for live releases in Gitana 4.0. (Gitana 4.0)

Score: 0.9427
Repository Compression

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Repository Compression

Documentation Reference

Optimize your Cloud CMS repository with compression to save space without compromising data structure. Efficiently manage content size! (Gitana 3.2)

Score: 0.9381
Repository Compression

Gitana 4.0 / Self Managed / Maintenance / Repository Compression

Documentation Reference

Optimize your Cloud CMS storage with repository compression, reducing database size while maintaining data integrity. (Gitana 4.0)

Score: 0.9381