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": "6f68f9d9-f0ac-4407-95ac-efa9183bd27f",
"CampaignId": "8e9f80d7-67f1-41bd-a2b1-63b676a0aa5c",
"ProviderLoginId": "ea9e5159-1a6c-4764-94ea-183070c00791",
"TenantId": "9e3cba01-26a4-4af7-b826-41a9a7b6604f",
"UserID": "a43ea2ec-2883-4dbc-8aad-ca546df2e1cb",
"Username": "sample string 6",
"SecurityGroupId": "8248e190-1fa6-48a4-b061-f9b4c20ee351",
"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>8e9f80d7-67f1-41bd-a2b1-63b676a0aa5c</CampaignId> <Id>6f68f9d9-f0ac-4407-95ac-efa9183bd27f</Id> <Name>sample string 9</Name> <ProviderLoginId>ea9e5159-1a6c-4764-94ea-183070c00791</ProviderLoginId> <SecurityGroupId>8248e190-1fa6-48a4-b061-f9b4c20ee351</SecurityGroupId> <StatusId>10</StatusId> <TenantId>9e3cba01-26a4-4af7-b826-41a9a7b6604f</TenantId> <TypeID>8</TypeID> <UserID>a43ea2ec-2883-4dbc-8aad-ca546df2e1cb</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>