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": "6326f079-3c10-4e42-a73f-e35d48f54ed4",
"CampaignId": "0aa2b723-aff2-4258-aae6-0ba6807167cb",
"ProviderLoginId": "ab9812aa-748a-42cf-bfab-3798f029e65e",
"TenantId": "19e766c7-95e5-4fcb-9637-b54ffe0e2d42",
"UserID": "77a5449a-3398-4893-bf9b-2da3b2a48c36",
"Username": "sample string 6",
"SecurityGroupId": "e3840015-f79c-43b1-9c04-6ecc24256621",
"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>0aa2b723-aff2-4258-aae6-0ba6807167cb</CampaignId> <Id>6326f079-3c10-4e42-a73f-e35d48f54ed4</Id> <Name>sample string 9</Name> <ProviderLoginId>ab9812aa-748a-42cf-bfab-3798f029e65e</ProviderLoginId> <SecurityGroupId>e3840015-f79c-43b1-9c04-6ecc24256621</SecurityGroupId> <StatusId>10</StatusId> <TenantId>19e766c7-95e5-4fcb-9637-b54ffe0e2d42</TenantId> <TypeID>8</TypeID> <UserID>77a5449a-3398-4893-bf9b-2da3b2a48c36</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>