Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Teams
, (opens new window)

Comala Document Management for Data Center
Results will update as you type.
  • Overview
  • Get started
  • User Guide
  • Workflow Authoring Guide
  • How to's and tutorials
  • Reporting Guide
  • Administration Guides
  • Developer Guides
    • Status REST API
    • Document Activity REST API
    • Java API
    • CQL REST API
      • CQL Fields
  • Integration Guides
  • Migrating to Confluence Cloud
  • Release notes
  • Support
    You‘re viewing this with anonymous access, so some content might be blocked.
    /
    CQL REST API
    Updated May 08, 2024

    CQL REST API

    Overview

    The Comala Document Management app provides several new CQL fields that can be used to filter search results using Confluence Search REST API.

    Confluence CQL-enabled search requires Confluence 5.9 or above

    You can also use Confluence CQL filters in Comala Document Management reporting macros (Comala Document Management v6.16.6+)

    CQL Fields

    CQL Field Search Example

    To search for content where the current state is "Draft" (state=Draft), the REST API URL would look like:

    http://<confluence_url>/rest/api/content/search?cql=state=Draft

    Content Properties

    Comala Document Management uses JSON Content Properties to store and keep track of workflows data and support the new reporting utilities (for version 6.0 and later).

    Workflow information is available as an API expansion point using metadata.properties.comalaworkflows

    Not all values provided in the current implementation may be supported in future updates but the following core values are unlikely to change.

    Name

    Name

    workflowName

    currentState

    currentStateColour

    currentStateStart

    See also

    Reporting Guide

    • Confluence Search

    • Content by Label macro

    • Page Properties Report macro

    • CQL filters in Document States report macro

    External Links

    • Content Properties in the REST API

    • Advanced Searching Using CQL

    • CQL Field Reference

    • CQL Function Reference

    • CQL Keywords Reference

    • CQL Operators Reference

    • Performing Text Searches with CQL

    Need support? Create a request with our support team.

    Copyright © 2005 - 2025 Appfire | All rights reserved.

    {"serverDuration": 14, "requestCorrelationId": "1fa11f1896af4c639f33ffad5c1b772e"}