Found 356 results for "docs fields search"

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

Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.4399858

Gitana / 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 5.405999

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.8608847

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-search-list-selected-actions

Manage and optimize project actions with configurable deploy, delete, view, and export options to streamline your workflow efficiently.

Score: 4.651307

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-search-list-selected-actions

Manage and optimize project actions with configurable deploy, delete, view, and export options to streamline your workflow efficiently.

Score: 4.651307

How to limit the fields that come back in a query

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: 4.3321548

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: 3.388009

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 3.2739758

How to Retrieve content by their document library path

You 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: 3.0218217

What is the reason for "Failed to index node"?

If you scan your log entries and see "Failed to index node", this indicates that Elastic Search failed to update its index for a node. Cloud CMS tells Elastic Search to updates its index whenever a node is created or updated. When a node is deleted, Cloud CMS tells Elastic Search to remove the node from its index. This error message means that Elastic Search failed to update the index and therefore the index wasn't updated. If you open up the error, you may see further information that indicates

Score: 2.9467897

Gitana / 4.0 / Forms / Fields / Overview

Explore a comprehensive list of form fields with detailed documentation for multiple field types including text, date, email, and more.

Score: 2.8809042

Gitana / 3.2 / Guide / Guide / User Interface / Add-ons

Enhance your Cloud CMS with Add-Ons for seamless integration with YouTube, Vimeo, Google Docs & more. Boost editorial features effortlessly.

Score: 2.7150674

Gitana / 4.0 / User Interface / Add-ons / Overview

Enhance your Cloud CMS with powerful add-ons for seamless third-party integration with YouTube, Vimeo, and more. Customize UI, logic, and content effortlessly.

Score: 2.7150674

Gitana / 3.2 / Guide / Guide / API / Rate Limiting

Optimize your Cloud CMS subscription with rate limiting by managing API calls, using multiple bands, and ensuring dedicated bandwidth for critical apps.

Score: 2.692606

Gitana / 3.2 / Guide / Guide / Reports

Generate comprehensive reports in CSV, PDF, or ZIP with Cloud CMS, using export configurations tailored for your business needs.

Score: 2.5820012

Gitana / 4.0 / Content Engine / Nodes / Reports

Generate comprehensive reports in CSV, PDF, or ZIP with Cloud CMS, using export configurations tailored for your business needs.

Score: 2.5820012

Gitana / 3.2 / Guide / Guide / Forms / Fields / CK Editor

Enhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.

Score: 2.5192208

Gitana / 4.0 / Forms / CMS / Fields / CK Editor

Enhance your editorial team's productivity with CKEditor, offering a customizable, feature-rich HTML editor integrated into your forms.

Score: 2.5192208

Gitana 4.0 Developers Guide | Overview - Gitana

Gitana 4.0 Developers Guide | Overview - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enh

Score: 2.5171416

Gitana / 4.0 / Forms / Fields / Date Field

Enhance your date fields with Bootstrap Datetime Picker and Moment.js formatting for versatile and user-friendly data input.

Score: 2.5049083

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 2.5049083

Gitana / 3.2 / Guide / Guide / User Interface / Awareness

Collaborate in real-time with Awareness; view, edit documents with others seamlessly, similar to Google Docs. Auto-lock ensures efficient editing.

Score: 2.4374585

Gitana / 4.0 / User Interface / User Interface / Awareness

Real-time document collaboration with user avatars and auto-lock editing for seamless teamwork, similar to Google Docs.

Score: 2.4374585

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-field-templates

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 2.3671336

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-field-templates

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 2.3671336