Found 560 results for "gitana 4.0 developers api resources server get-healthcheck"
The search executed in 0.008 seconds. That's fast.
![]() |
Gitana 4.0 / Reference / Types / PlatformDocumentation Reference Access platform-specific data stores and objects with Cloud CMS authentication. Use language drivers to streamline development. (Gitana 4.0)
Score: 1.0154
|
![]() |
Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password FlowDocumentation 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
|
![]() |
Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Reset Password FlowDocumentation Reference Securely reset forgotten passwords with Cloud CMS's convenient flow, using emails or usernames for verification. (Gitana 4.0)
Score: 1.0149
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / deployment-subcontextDocumentation Reference Explore deployment contexts with detailed overviews, properties, API keys, and Amazon SNS for your project applications. (Gitana 3.2)
Score: 1.0041
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / deployment-subcontextDocumentation Reference Explore deployment subcontext details, including overview, properties, API keys, and Amazon SNS settings. (Gitana 4.0)
Score: 1.0041
|
![]() |
Gitana 3.2 / Guide / Guide / Deployment / Deployment StrategyDocumentation Reference Optimize your content deployment with an automated strategy in Cloud CMS for effective and timely delivery. (Gitana 3.2)
Score: 1.0033
|
![]() |
Gitana 4.0 / Content Engine / Deployment / Deployment StrategyDocumentation 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
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure SearchDocumentation Reference Optimize your project search page with custom filter controls and search templates using Cloud CMS. (Gitana 3.2)
Score: 0.9741
|
![]() |
Gitana 4.0 / User Interface / Projects / Configure SearchDocumentation Reference Optimize your Cloud CMS search configuration with customizable JSON settings and seamless UI integration. (Gitana 4.0)
Score: 0.9741
|
![]() |
Gitana 3.2 / Guide / Guide / Getting Started / Content ModelingDocumentation 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
|
![]() |
Gitana 4.0 / Getting Started / Working with ContentDocumentation 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
|
![]() |
Gitana 3.2 / Guide / Guide / Security / PermissionsDocumentation 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
|
![]() |
Gitana 4.0 / Content Engine / PermissionsDocumentation 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
|
![]() |
Gitana 3.2 / Guide / Guide / Features / LockedDocumentation 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
|
![]() |
Gitana 4.0 / Content Engine / Aspects / LockedDocumentation 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 optionsSupport 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 querySupport 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
|
![]() |
Gitana 3.2 / Guide / Guide / Applications / Public ServicesDocumentation Reference Simplify user registration and password management with Cloud CMS's specialized application services. (Gitana 3.2)
Score: 0.9578
|
![]() |
Gitana 4.0 / Content Engine / Platform / Applications / Public ServicesDocumentation 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?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?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
|
![]() |
Gitana 3.2 / Guide / Guide / Releases / ActionsDocumentation Reference Configure actions for release events: send emails, trigger web hooks, and integrate with Slack effectively. (Gitana 3.2)
Score: 0.9427
|
![]() |
Gitana 4.0 / Content Engine / Branch Overview / Releases / ActionsDocumentation Reference Configure actions like sending emails, Slack messages, and web hooks for live releases in Gitana 4.0. (Gitana 4.0)
Score: 0.9427
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / Repository CompressionDocumentation 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
|
![]() |
Gitana 4.0 / Self Managed / Maintenance / Repository CompressionDocumentation Reference Optimize your Cloud CMS storage with repository compression, reducing database size while maintaining data integrity. (Gitana 4.0)
Score: 0.9381
|