GET api/v1/CampaignRecipient/{campaignId}/{entityNameId}/{entityId}
Retrieves the details of the CampaignRecipient using the CampaignId generated by Switchboard and the EntityNameId and EntityID passed in when creating the campaign.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| campaignId | integer |
Required |
|
| entityNameId | byte |
Required |
|
| entityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A object containing the status of messages sent to the recipient.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |