GET api/v1/VisualReports/ShotClass/TenantTargetGroupDetails
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of TenantTargetGroupName | Description | Type | Additional information |
---|---|---|---|
TargetGroupId | integer |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
TenantId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TargetGroupId": 1, "Name": "sample string 2", "Description": "sample string 3", "TenantId": 4 }, { "TargetGroupId": 1, "Name": "sample string 2", "Description": "sample string 3", "TenantId": 4 } ]
text/html
Sample:
[{"TargetGroupId":1,"Name":"sample string 2","Description":"sample string 3","TenantId":4},{"TargetGroupId":1,"Name":"sample string 2","Description":"sample string 3","TenantId":4}]
text/xml
Sample:
<ArrayOfTenantTargetGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models"> <TenantTargetGroup> <Description>sample string 3</Description> <Name>sample string 2</Name> <TargetGroupId>1</TargetGroupId> <TenantId>4</TenantId> </TenantTargetGroup> <TenantTargetGroup> <Description>sample string 3</Description> <Name>sample string 2</Name> <TargetGroupId>1</TargetGroupId> <TenantId>4</TenantId> </TenantTargetGroup> </ArrayOfTenantTargetGroup>