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": "0deb0c0a-9a82-445e-afd5-2a0e8e6acda2",
"CampaignId": "96729f49-126b-40c8-a5de-309b1b2ce5f7",
"ProviderLoginId": "f981f1ea-92fa-410f-bf05-bdaf79a31824",
"TenantId": "d06f783e-2ff6-4e40-8718-ecf82d0a9a49",
"UserID": "4f4ef721-0870-4b05-8496-20cca4ea8f36",
"Username": "sample string 6",
"SecurityGroupId": "f5ddaad4-6478-4869-8954-57d09a88150f",
"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>96729f49-126b-40c8-a5de-309b1b2ce5f7</CampaignId> <Id>0deb0c0a-9a82-445e-afd5-2a0e8e6acda2</Id> <Name>sample string 9</Name> <ProviderLoginId>f981f1ea-92fa-410f-bf05-bdaf79a31824</ProviderLoginId> <SecurityGroupId>f5ddaad4-6478-4869-8954-57d09a88150f</SecurityGroupId> <StatusId>10</StatusId> <TenantId>d06f783e-2ff6-4e40-8718-ecf82d0a9a49</TenantId> <TypeID>8</TypeID> <UserID>4f4ef721-0870-4b05-8496-20cca4ea8f36</UserID> <Username>sample string 6</Username> <isTest>true</isTest> </CommunicationQueDto>