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": "a4cf8673-b23d-4b91-91a2-a4bf68ab8d2f",
"CampaignId": "be06f422-b3dd-4190-b185-068ec5b68311",
"ProviderLoginId": "804f49cf-e703-4f88-a78c-586e2dc5732c",
"TenantId": "c33ba446-dc43-4aaf-b228-752b476b5828",
"UserID": "990c72d4-4ed2-43f7-94de-4f5789081c24",
"Username": "sample string 6",
"SecurityGroupId": "dd60aa1e-e9b3-4d5b-8e4c-9751e8ddfeab",
"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>be06f422-b3dd-4190-b185-068ec5b68311</CampaignId> <Id>a4cf8673-b23d-4b91-91a2-a4bf68ab8d2f</Id> <Name>sample string 9</Name> <ProviderLoginId>804f49cf-e703-4f88-a78c-586e2dc5732c</ProviderLoginId> <SecurityGroupId>dd60aa1e-e9b3-4d5b-8e4c-9751e8ddfeab</SecurityGroupId> <StatusId>10</StatusId> <TenantId>c33ba446-dc43-4aaf-b228-752b476b5828</TenantId> <TypeID>8</TypeID> <UserID>990c72d4-4ed2-43f7-94de-4f5789081c24</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>