GET api/v1/Campaign/{id}

Retrieves the details of the Campaign using the provided id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the Campaign you want to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A object containing the status of the overall campaign, along with the status of each CampaignRecipient.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.