POST WidgetComments/CreateForEvent

Request Information

URI Parameters

None.

Body Parameters

WidgetCommentsCreateForEventForm
NameDescriptionTypeAdditional information
eventId

integer

None.

url

string

None.

crossSite

WidgetCommentsCrossSiteOption

None.

treeBranches

EventTreeBranches

None.

abilityToDelete

EventAbilityToDeleteDiscussion

None.

designType

WidgetCommentsDesignType

None.

Request Formats

application/json, text/json

Sample:
{
  "eventId": 1,
  "url": "sample string 2",
  "crossSite": 0,
  "treeBranches": 0,
  "abilityToDelete": 0,
  "designType": 0
}

Response Information

Resource Description

WidgetCommentsView
NameDescriptionTypeAdditional information
ident

WidgetCommentsIdentView

None.

host

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"
  },
  "host": "sample string 1",
  "dateCreated": "sample string 2",
  "crossSite": 0,
  "treeBranches": 0,
  "abilityToDelete": 0,
  "designType": 0
}