Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
id globally unique identifier Required

Guid ID of the comment to restore.

tz string

Optional parameter to set time zone information.

Body Parameters

None.

Response Information

Resource Description (List)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
id string

status string

Response Formats

application/xml, text/xml

Sample
<List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <id>sample string 1</id>
  <status>sample string 2</status>
</List>

application/json, text/json

Sample
{
  "id": "sample string 1",
  "status": "sample string 2"
}