Found 684 results for "gitana 4.0 developers api resources platform get-jobs-jobid-data-attachments"

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

Gitana 4.0 / Reference / Types / Deployment Target

Explore our comprehensive guide on Deployment Target objects, including methods, properties, and schema details to accelerate development.

Score: 1.009628

Gitana 4.0 / Reference / Types / Deployment Strategy

Explore comprehensive API methods and properties for managing deployment strategies on Giganta's platform, enhancing development with language driver support.

Score: 1.009628

Gitana 4.0 / Reference / Types / Deployment Receiver

Comprehensive guide on Gitana Deployment Receiver: properties, methods, examples, and more to streamline your development.

Score: 1.009628

How to find the Repository ID for a Project?

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

Gitana 4.0 / Reference / Types / Domain User

Learn how to utilize Gitana's Domain User object with comprehensive properties and methods for efficient development. Get started with our cookbooks.

Score: 1.0035424

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

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 0.998418

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

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 0.998418

Gitana 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Learn how to set up and test email providers for your app, configure settings, and use API methods effectively.

Score: 0.99474543

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Setting up your Email Provider

Set up and test your email provider to send messages via Cloud CMS effortlessly. Learn configuration and API methods quickly.

Score: 0.99474543

Gitana 3.2 / Guide / Guide / Integrations / Slack

Integrate Slack with Cloud CMS to receive real-time content updates. Learn to set up bots and send Slack messages efficiently.

Score: 0.9942458

Gitana 3.2 / Guide / Guide / User Interface / Projects / Copy a Project

Easily duplicate your projects in our platform with step-by-step guidance for seamless content and user membership replication.

Score: 0.9942458

Gitana 4.0 / Content Engine / Integrations / Slack

Integrate Slack with Cloud CMS for instant messaging and updates. Set up a Slack bot easily to receive real-time notifications.

Score: 0.9942458

Gitana 4.0 / User Interface / Projects / Copy a Project

Learn how to easily duplicate projects in your platform using the Copy Project Wizard. Perfect for managing content efficiently.

Score: 0.9942458

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

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 0.9885165

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

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 0.9885165

Does Cloud CMS build my web site or mobile app for me?

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

Create a Role

Cloud CMS lets you create custom roles for your organization. A role provides a mechanism for setting up security and access rights to your content. Roles also play an important part in customizing the user interface. Cloud CMS comes with several roles out of the box. You can also create your own at any time. To create and modify roles, you must be logged in as a manager or an administrator of your platform. Here are the steps to follow: Log into Cloud CMS and either create a project or navigate

Score: 0.9761598

Gitana 3.2 / Guide / Guide / Binary Files

Upload and manage binary files effortlessly with Cloud CMS. Enjoy automatic antivirus scanning, metadata extraction, and seamless storage solutions.

Score: 0.9637164

Gitana 4.0 / Content Engine / Platform / Binary Files

Upload and store binary files safely in Cloud CMS with auto antivirus scans, metadata extraction, thumbnails, and custom processing.

Score: 0.9637164

Gitana 4.0 / Reference / Types

Explore various schema types including Cluster, Stack, Release, and more, with comprehensive documentation on Gitana 4.0.

Score: 0.95872015

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

Optimize your project search page with customizable filters using Cloud CMS. Tailor search templates and configurations easily through the intuitive interface.

Score: 0.9583825

Gitana 4.0 / User Interface / Projects / Configure Search

Customize your Cloud CMS project search with flexible filter settings for a tailored search experience using JSON descriptors.

Score: 0.9583825

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.9515443

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.9515443

Pagination options

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