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": "33049cf3-89fc-405b-90d9-bd6beee1a556",
"CampaignId": "26737966-834f-4b4a-8b29-9f8a6cce5f39",
"ProviderLoginId": "f411aaca-efcf-4993-97dd-7046ac2f5b01",
"TenantId": "d0f8dc3a-641a-4ebb-9eb7-a895d06dae99",
"UserID": "c5f75548-ce02-468f-bddc-ef44fbae6725",
"Username": "sample string 6",
"SecurityGroupId": "6ab6e0e6-15d4-43a8-994c-97ebbd097895",
"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>26737966-834f-4b4a-8b29-9f8a6cce5f39</CampaignId> <Id>33049cf3-89fc-405b-90d9-bd6beee1a556</Id> <Name>sample string 9</Name> <ProviderLoginId>f411aaca-efcf-4993-97dd-7046ac2f5b01</ProviderLoginId> <SecurityGroupId>6ab6e0e6-15d4-43a8-994c-97ebbd097895</SecurityGroupId> <StatusId>10</StatusId> <TenantId>d0f8dc3a-641a-4ebb-9eb7-a895d06dae99</TenantId> <TypeID>8</TypeID> <UserID>c5f75548-ce02-468f-bddc-ef44fbae6725</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>