GET Response/CanViewAggregateResponses?requestID={requestID}

Gets if a user can view aggregate responses for a specific request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
requestID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
{
  "results": [
    true
  ]
}

text/javascript

Sample:
{"results":[true]}

application/bson

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

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>