Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.44 KB

workspaceComments_getAll.rst

File metadata and controls

61 lines (42 loc) · 1.44 KB

workspaceComments_getAll

GET /orgs/{oid}/workspaces/{wid}/comments

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.3.2

Retrieves all the comments posted in a workspace.

A list of comment-object objects are returned.

You can use a search criteria to retrieve a subset of these comments.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

  • wid (required): the id of the workspace-object
  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}/comments" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • comment-object
  • workspace-api-resources
  • workspaceComment-create
  • workspaceComment-delete
  • workspaceComment-deleteAll
  • workspaceComment-dislike
  • workspaceComment-get
  • workspaceComment-like
  • workspaceComment-reply
  • workspaceComment-reportAbuse
  • workspaceComment-update
  • workspaceComments-getAll