Posting Blog Entries to a Community
问题 Our tool is submitting blog entries to the idation blog for a configured community by using the Connections API. Therefore, I use the following workflow, given only a community ID: 1) query /blogs/api/blogs?commUuid=<ID_HERE>&blogType=ideationblog 2) retrieve the link to the communities ideation blog from the xml result of aboves query. the xPath for this is "/app:service/app:workspace/app:collection[a:category[@term='entries']][1]/@href" 3) post the created blog entry payload to this url.