Is there any filter to get content fragment metadata with a field of isPublished as boolean? Or is there any other API like querybuilder or replication API to get the status?
I see https://BASEURL/bin/replicate.json can be used to set the status however I am interested to get the status of a given content fragment.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You can use query builder api to do that.
path=/content/dam/aemlab/oneweb/cf
type=dam:Asset
1_property=jcr:content/contentFragment
1_property.value=true
2_property=jcr:content/cq:lastReplicationAction
2_property.value=Activate
p.hits=selective
p.properties=jcr:path
p.limit=-1
Corresponding API for above query
Views
Replies
Total Likes
Hi ,
Hi,
Content fragment supported api
But there is no specific api for getting replication status.
Thanks
Views
Replies
Total Likes
Hi,
You can use query builder api to do that.
path=/content/dam/aemlab/oneweb/cf
type=dam:Asset
1_property=jcr:content/contentFragment
1_property.value=true
2_property=jcr:content/cq:lastReplicationAction
2_property.value=Activate
p.hits=selective
p.properties=jcr:path
p.limit=-1
Corresponding API for above query
Views
Replies
Total Likes
Views
Likes
Replies