Retrieving space properties on a space returns empty results

XMLWordPrintable

    • 2
    • Minor
    • Warranty

      Problem

      The endpoint to get space properties in a space is not functional and always returns empty results.

      Environment

      Confluence Cloud REST API v2

      Steps to Reproduce

      1. Use the following GET request to retrieve space properties:
        curl --request GET \
          --url 'https://{your-domain}/wiki/api/v2/spaces/{space-id}/properties' \
          --user 'email@example.com:<api_token>' \
          --header 'Accept: application/json'
        
      2. Observe the response.

      Expected Results

      The response should contain a list of space properties associated with the specified space ID.

      Actual Results

      The response always returns:

      {
        "results": [],
        "_links": {
          "base": "https://{your-domain}.atlassian.net/wiki"
        }
      }
      

      Workaround

      Removing "properties" from the endpoint URL seems to work, but it does not retrieve space properties.

      Notes

      The issue persists across different spaces and with valid credentials. The endpoint documentation is available here.

            Assignee:
            Unassigned
            Reporter:
            Edson B [Atlassian Support]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: