-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
Component/s: Ecosystem, FC - Ecosystem - API Framework
-
None
-
1
-
Major
-
2
Issue Summary
Get content rest api doesn't return property value.
Steps to Reproduce
- Go to confluence site, Click on create button to create page in draft mode. Note down the content id from url.
- Use postman collection or any similar tool to call "Create content property" api using content id that we got from above step.
- Call "Get Content Properties" api to confirm the property key and value.
- Call "Get Content" with `expand=metadata.properties` and you will see only keys with blank value.
- API: protocol://host/{{basePath}}api/content/124256257?expand=metadata.properties
Expected Results
Expected key and value of properties in response.
Actual Results

Workaround
Client can use "Get content properties" to get property key and value.