Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.63 KB

workspaceTemplateComment_get.rst

File metadata and controls

61 lines (44 loc) · 1.63 KB

workspaceTemplateComment_get

GET /orgs/{oid}/workspaces/{wid}/templates/{tid}/comments/{cid}

Summary

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

Retrieve a comment from a workspace.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • wid (required): the id of the workspace-object
  • oid (required): the id of the org-object
  • tid (required): the id of the gallerytemplate-object
  • cid (required): the id of the comment-object

HTTP Request Body Parameters

None

Example Request

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