GET api/sms/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": "59483910-c995-4ed8-a97a-775f774a71ab",
"CampaignId": "b9e6d152-5fc8-460e-8b43-8850a649ceae",
"ProviderLoginId": "220a56b1-0464-4668-92c6-ffe41fbbe425",
"TenantId": "2b1dbe6a-9f6b-4fd5-b8ee-c663f50110f1",
"UserID": "09c51d90-93b7-4685-949e-6c6c5bd47f1c",
"Username": "sample string 6",
"SecurityGroupId": "c8d42b60-4afe-479e-8b44-2790b14d7f40",
"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>b9e6d152-5fc8-460e-8b43-8850a649ceae</CampaignId> <Id>59483910-c995-4ed8-a97a-775f774a71ab</Id> <Name>sample string 9</Name> <ProviderLoginId>220a56b1-0464-4668-92c6-ffe41fbbe425</ProviderLoginId> <SecurityGroupId>c8d42b60-4afe-479e-8b44-2790b14d7f40</SecurityGroupId> <StatusId>10</StatusId> <TenantId>2b1dbe6a-9f6b-4fd5-b8ee-c663f50110f1</TenantId> <TypeID>8</TypeID> <UserID>09c51d90-93b7-4685-949e-6c6c5bd47f1c</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>