GET api/email/GetCommunicationQueCampaign/{campaignId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| campaignId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CommunicationQueDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| ProviderLoginId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| SecurityGroupId | globally unique identifier |
None. |
|
| TypeID | integer |
None. |
|
| Name | string |
None. |
|
| StatusId | integer |
None. |
|
| isTest | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "8d778abe-17b2-46c3-b321-3224bc43f04a",
"CampaignId": "1007e122-a2c8-4382-9b20-1b20bb18a11c",
"ProviderLoginId": "cbd600cb-4d42-4d73-ac1a-e08ca1e98671",
"TenantId": "15c2ef1d-24df-4f2a-be5f-6a52bc03be68",
"UserID": "0e048528-5bd1-4a2a-bd6c-6a888db33e6a",
"Username": "sample string 6",
"SecurityGroupId": "0903129d-ee51-47f7-ac2f-67e3dda6afdc",
"TypeID": 8,
"Name": "sample string 9",
"StatusId": 10,
"isTest": true
}
application/xml, text/xml
Sample:
<CommunicationQueDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DigitalSender.Models"> <CampaignId>1007e122-a2c8-4382-9b20-1b20bb18a11c</CampaignId> <Id>8d778abe-17b2-46c3-b321-3224bc43f04a</Id> <Name>sample string 9</Name> <ProviderLoginId>cbd600cb-4d42-4d73-ac1a-e08ca1e98671</ProviderLoginId> <SecurityGroupId>0903129d-ee51-47f7-ac2f-67e3dda6afdc</SecurityGroupId> <StatusId>10</StatusId> <TenantId>15c2ef1d-24df-4f2a-be5f-6a52bc03be68</TenantId> <TypeID>8</TypeID> <UserID>0e048528-5bd1-4a2a-bd6c-6a888db33e6a</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>