Found 505 results for "gitana 4.0 engine api datatypes directory"
The search executed in 0.0024 seconds. That's fast.
![]() |
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 / Content Modeling / Relator PropertiesDocumentation Reference Optimize relationships in Cloud CMS with relator properties linking nodes in a dynamic content graph. (Gitana 3.2)
Score: 0.9602
|
![]() |
Gitana 4.0 / Content Engine / Content Models / Relator PropertiesDocumentation Reference Enhance data connections with Cloud CMS relator properties, ensuring automated relationship management between content nodes. (Gitana 4.0)
Score: 0.9602
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / Default PathsDocumentation Reference Configure dynamic content paths with Cloud CMS. Utilize templated variables to streamline content saving and ensure SEO-friendly paths. (Gitana 3.2)
Score: 0.9586
|
![]() |
Gitana 4.0 / Content Engine / Content Models / Default PathsDocumentation Reference Configure dynamic paths for content with Cloud CMS, using templated variables for organized JSON document storage. (Gitana 4.0)
Score: 0.9586
|
![]() |
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 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon TranscribeDocumentation Reference Seamlessly convert speech to text with Amazon Transcribe through Cloud CMS integration. Effortlessly streamline content workflow. (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 / Integrations / Amazon Web Services / Amazon TranscribeDocumentation Reference Integrate Amazon Transcribe for seamless speech-to-text conversion with Cloud CMS. Enhance content management effortlessly. (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
|
![]() |
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 / BranchesDocumentation Reference 'Explore Cloud CMS's unique changeset versioning inspired by Git, offering snapshots, branches, and powerful management tools.' (Gitana 3.2)
Score: 0.9552
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto TranslateDocumentation Reference Automatically translate and store content in multiple locales with Cloud CMS I18N, leveraging translation services seamlessly. (Gitana 3.2)
Score: 0.9552
|
![]() |
Gitana 4.0 / Content Engine / Aspects / Auto TranslateDocumentation Reference Automatically translate content with Cloud CMS into desired locales, streamlining workflow and enhancing international reach. (Gitana 4.0)
Score: 0.9552
|
![]() |
Gitana 4.0 / Content Engine / Branch OverviewDocumentation Reference Explore Cloud CMS's innovative Git-like versioning and branching for superior content management. (Gitana 4.0)
Score: 0.9552
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actionsDocumentation Reference Manage document features like multilingual support or attachments with ease. Utilize actions such as lock, unlock, and more. (Gitana 3.2)
Score: 0.9327
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / document-actionsDocumentation Reference Manage documents effortlessly with actions like adding features, translations, locking, and accessibility settings. (Gitana 4.0)
Score: 0.9327
|
![]() |
Gitana 3.2 / Guide / Guide / General / Geolocation ServicesDocumentation Reference Geolocation services by Cloud CMS: look up geographic data using IP or coordinates seamlessly. (Gitana 3.2)
Score: 0.9237
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / Azure / Blob StorageDocumentation Reference Enhance your cloud storage with Microsoft Azure Blob, perfect for large-scale unstructured data and integrated CDN support. (Gitana 3.2)
Score: 0.9237
|
![]() |
Gitana 4.0 / Content Engine / General / Geolocation ServicesDocumentation Reference Geolocation services from Cloud CMS provide IP address and coordinate-based location lookup. (Gitana 4.0)
Score: 0.9237
|
![]() |
Gitana 4.0 / Content Engine / Integrations / Azure / Blob StorageDocumentation Reference Optimize storage with Azure Blob: Microsoft's solution for unstructured data, CDN origin, and seamless Cloud CMS integration. (Gitana 4.0)
Score: 0.9237
|