POST WidgetComments/CreateWithUrls

Request Information

URI Parameters

None.

Body Parameters

WidgetCommentsCreateWithUrlsForm
NameDescriptionTypeAdditional information
group

GroupIdentForm

None.

urls

Collection of string

None.

crossSite

WidgetCommentsCrossSiteOption

None.

treeBranches

EventTreeBranches

None.

abilityToDelete

EventAbilityToDeleteDiscussion

None.

designType

WidgetCommentsDesignType

None.

Request Formats

application/json, text/json

Sample:
{
  "group": {
    "groupUid": "sample string 1"
  },
  "urls": [
    "sample string 1",
    "sample string 2"
  ],
  "crossSite": 0,
  "treeBranches": 0,
  "abilityToDelete": 0,
  "designType": 0
}

Response Information

Resource Description

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
}