-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Extensibility - Space
-
None
-
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
- 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'
- 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.
- is related to
-
CONFCLOUD-75888 Ability to get space details by API
- Gathering Interest
-
CONFCLOUD-79380 Search space property keys in a site via API
- Gathering Interest