GET Response/GetResponseGroups

Gets the response groups for the specified responses.

Request Information

URI Parameters

None.

Body Parameters

The IDs of the responses to get the response groups for.

Collection of globally unique identifier

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>8a3e558e-b427-459c-ab4e-851fef07b9dd</guid>
  <guid>a7fa32e2-900c-4fc3-b611-5555e8193c01</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ResponseGroupDTO
NameDescriptionTypeAdditional information
Name

Name

string

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "ID": "404694d0-1590-477c-94d1-44802dcaf523",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "ID": "404694d0-1590-477c-94d1-44802dcaf523",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","ID":"404694d0-1590-477c-94d1-44802dcaf523","Timestamp":"QEA="},{"Name":"sample string 1","ID":"404694d0-1590-477c-94d1-44802dcaf523","Timestamp":"QEA="}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfResponseGroupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ResponseGroupDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">404694d0-1590-477c-94d1-44802dcaf523</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Name>sample string 1</Name>
  </ResponseGroupDTO>
  <ResponseGroupDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">404694d0-1590-477c-94d1-44802dcaf523</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Name>sample string 1</Name>
  </ResponseGroupDTO>
</ArrayOfResponseGroupDTO>