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": "5fb91553-06ac-4f5d-a431-0b206d9551ea",
"CampaignId": "6b98ac5b-45db-44c3-b2d2-2d73e91ae42f",
"ProviderLoginId": "cfdbd0c5-40c3-476f-84e4-6c536a464645",
"TenantId": "3fcb30e2-1f0f-4341-8ffb-b52e5dbe4c99",
"UserID": "9fbf1701-c7e9-400d-95f3-9147c2f886d5",
"Username": "sample string 6",
"SecurityGroupId": "3a18c818-89fe-4402-aceb-2cfae1594fc5",
"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>6b98ac5b-45db-44c3-b2d2-2d73e91ae42f</CampaignId> <Id>5fb91553-06ac-4f5d-a431-0b206d9551ea</Id> <Name>sample string 9</Name> <ProviderLoginId>cfdbd0c5-40c3-476f-84e4-6c536a464645</ProviderLoginId> <SecurityGroupId>3a18c818-89fe-4402-aceb-2cfae1594fc5</SecurityGroupId> <StatusId>10</StatusId> <TenantId>3fcb30e2-1f0f-4341-8ffb-b52e5dbe4c99</TenantId> <TypeID>8</TypeID> <UserID>9fbf1701-c7e9-400d-95f3-9147c2f886d5</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>