GET WidgetComments/ListWithUrls

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupUid

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WidgetCommentsHostsView
NameDescriptionTypeAdditional information
ident

WidgetCommentsIdentView

None.

hosts

Collection of string

None.

dateCreated

string

None.

crossSite

WidgetCommentsCrossSiteOption

None.

treeBranches

EventTreeBranches

None.

abilityToDelete

EventAbilityToDeleteDiscussion

None.

designType

WidgetCommentsDesignType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ident": {
      "uid": "sample string 1"
    },
    "hosts": [
      "sample string 1",
      "sample string 2"
    ],
    "dateCreated": "sample string 1",
    "crossSite": 0,
    "treeBranches": 0,
    "abilityToDelete": 0,
    "designType": 0
  },
  {
    "ident": {
      "uid": "sample string 1"
    },
    "hosts": [
      "sample string 1",
      "sample string 2"
    ],
    "dateCreated": "sample string 1",
    "crossSite": 0,
    "treeBranches": 0,
    "abilityToDelete": 0,
    "designType": 0
  }
]