- Created by Administrator on Jan 14, 2020
Microblogging for Confluence
Share information, have conversations, write messages and updatesSee the documentation for your Release
REST APIs
Base path: /microblog/1.0
e.g.: {domain}/rest/microblog/1.0/topic/{topicId}
URL | Method | Parameter | Description |
---|---|---|---|
/hashtag/{hashtag} | GET |
| Returns all micro posts which are attached to the given space key and hashtag. Searches globally if no space key is given. |
/micropost | POST |
| Creates a micro post with the given content (html) within the given topicId. |
/microposts | GET |
| Returns all micro posts. |
/microposts/since/{id} | GET |
| Returns all micro posts with a newer modification date than the given post id. |
/microposts/{id} | DELETE | Deletes a micro post referenced by the given id. | |
/microposts/{id} | GET | Returns a single micro post referenced by the given id. | |
/microposts/{id}/like | POST | Creates a like or remove it for the given micro post id. If a like exists for the post it will be removed. | |
/microposts/{id}/likes | GET | Returns the user names of users that liked the micro post referenced by the given id. | |
/microposts/{parentId}
| POST |
| Creates a micro post with the given content (html) as a reply to the given parent post id. The post will be attached to the topic of the parent micropost. |
/space/{spaceKey} | GET |
| Returns all micro posts which are attached to the given space key. |
/space/{spaceKey}/users/{username} | GET |
| Returns all micro posts which are attached to the given space key and created by the given username. |
/subscription | GET | Returns the subscription status of the current user. | |
/subscription | POST |
| Sets the subscription of the current user. ddTime should be send in 24h notation formatted like "hh:mm" (example: "14:00"). |
/subscription | DELETE | Deletes the subscription status of the current user. | |
/topics | GET |
| Returns all topics grouped by space. |
/topics/permission/writable | GET | Returns all topics grouped by space, on which the current user has permission to write. | |
/topics | POST |
| Creates a new topic in the given space. |
/topics/{topicId} | POST |
| Updates the given topic with a new name or space. |
/topics/{topicId} | DELETE | Deletes the given topic and all microposts contained inside. | |
/topics/{topicId}/microposts | GET |
| Returns all micro posts which are attached to the given topic. |
- No labels
This content was last updated on 01/14/2020.
This content hasn't been updated in a while. That doesn't have to be a problem. Some of our pages live for years without becoming obsolete.
Old content can be incorrect, misleading or outdated. Please get in contact with us via a form on this page, our live chat or via email with content@seibert.group if you are in doubt, have a question, suggestion, or want changes from us.