Found 520 results for "gitana 4.0 developers api resources domain get-domains-domainid-teams-teamkey-members"
The search executed in 0.0029 seconds. That's fast.
![]() |
Gitana 4.0 / Content Engine / Multifactor Authentication / Providers / Twilio AuthyDocumentation Reference Enable secure multifactor authentication with Twilio Authy in Cloud CMS. Configure API settings for robust protection. (Gitana 4.0)
Score: 1.0322
|
![]() |
Gitana 4.0 / Content Engine / Platform / Antivirus ScanningDocumentation Reference Ensure secure content with Cloud CMS's robust antivirus scanning, available for both SaaS and on-premise installations. (Gitana 4.0)
Score: 1.0322
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon SNSDocumentation Reference Unlock real-time messaging with Amazon SNS in Cloud CMS. Seamlessly integrate, manage notifications, and enhance app performance. (Gitana 3.2)
Score: 1.0316
|
![]() |
Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon SNSDocumentation Reference Optimize your messaging experience with Amazon SNS, a versatile cloud-based notification service for mobile apps. (Gitana 4.0)
Score: 1.0316
|
![]() |
Internationalization (I18N)Support Article All of the content that you create within Cloud CMS supports localized translation. This is often referred to as internationalization (I18N) in the enterprise world. Cloud CMS has full support for localization so that any content you put into Cloud CMS supports multiple translation bundles. When content is retrieved from Cloud CMS, either through the APIs, the editorial interface or from your own applications, Cloud CMS respects the locale being requested and serves back a best-match fit for tha
Score: 1.0316
|
![]() |
How to find the Repository ID for a Project?Support Article There are a few ways to get the repository ID for a project. The easiest way is: log in to your tenant go to your Project add "/stack" to the url The "/stack" suffix will show you the members of the stack. If you then click on "workbench 'content' repository", you'll see the ID for the repository in the URL. Another way is to click on a document in your project and then click on "View in API". The URL that comes up will have the repository ID in it as well.
Score: 1.024
|
![]() |
Gitana 4.0 / Developers / API / FormatsDocumentation Reference Cloud CMS easily converts request and response payloads among formats like JSON, XML, YAML, CSV, and more. (Gitana 4.0)
Score: 1.0175
|
![]() |
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
|
![]() |
Does Cloud CMS build my web site or mobile app for me?Support Article No. Cloud CMS manages the backend lifecycle of your content and makes it available to your own applications via its REST API. You have to create your own applications (iOS, Android or web-based applications). Using our Partner network, Cloud CMS provides implementation services if you're looking for assistance with developing your front end applications, middleware or any custom data APIs. Cloud CMS also provides hosting for HTML5 applications and custom APIs within it's Node.js based applicatio
Score: 1.0041
|
![]() |
Gitana 3.2 / Guide / Guide / Binary FilesDocumentation Reference Upload and manage binary files in Cloud CMS with automatic antivirus scanning, metadata extraction, and secure storage options. (Gitana 3.2)
Score: 0.9796
|
![]() |
Gitana 4.0 / Content Engine / Platform / Binary FilesDocumentation Reference Effortlessly manage, store, and process binary files with Cloud CMS, featuring antivirus scanning and metadata extraction. (Gitana 4.0)
Score: 0.9796
|
![]() |
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 / 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 3.2 / Guide / Guide / Application Server / Services / InsightDocumentation Reference Unlock valuable insights and streamline data analytics with Cloud CMS Insight's real-time browser to server integration. (Gitana 3.2)
Score: 0.9578
|
![]() |
Gitana 4.0 / Developers / Application Server / Services / InsightDocumentation Reference Enhance your web app with Cloud CMS Insight for seamless analytics data collection and storage integration. (Gitana 4.0)
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
|
![]() |
Connecting via a Corporate ProxySupport Article The Cloud CMS drivers support connectivity through a corporate proxy. The means of doing so are slightly different depending on which driver you're using. Node.js The Cloud CMS Node.js driver detects the following environment variable: HTTP_PROXY If this environment variable is specified, all API calls with be routed through the proxy server at that location. This proxy server may support either HTTP or HTTPS. For example, you may set the environment variable like this: HTTP_PROXY=http://127.0.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
|
![]() |
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
|