POST api/Reports/GetMyReports

Request Information

URI Parameters

None.

Body Parameters

TokenSurvey
NameDescriptionTypeAdditional information
AccessToken

string

Required

String length: inclusive between 1 and 50

RptIDs

string

Required

String length: inclusive between 1 and 100000

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "RptIDs": "sample string 2"
}

application/octet-stream

Sample:
{"AccessToken":"sample string 1","RptIDs":"sample string 2"}

application/xml, text/xml

Sample:
<TokenSurvey xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AccessToken>sample string 1</AccessToken>
  <RptIDs>sample string 2</RptIDs>
</TokenSurvey>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TokenSurvey'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.