GET Api/Designs/DesignUsageReportRecipients
Request Information
URI Parameters
None.
Body Parameters
ReportRecipientsRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| ClientId | string | None. | |
| ReportType | ReportType | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "ClientId": "sample string 1",
  "ReportType": 0
}
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
Collection of ReportRecipient| Name | Description | Type | Additional information | 
|---|---|---|---|
| Name | string | None. | |
| string | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "Name": "sample string 1",
    "Email": "sample string 2"
  },
  {
    "Name": "sample string 1",
    "Email": "sample string 2"
  }
]