# Get Campaign Draft: Detail Content

Retrieve the content of your campaign draft email. It will be split between a Text part, HTML part, MJML content and/or additional headers. To obtain a valid draft_ID, first call GET /v3/REST/campaigndraft to list your campaign drafts.

Endpoint: GET /v3/REST/campaigndraft/{draft_ID}/detailcontent
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `draft_ID` (integer, required)
    Unique numeric ID for the campaign draft you want to retrieve the content for.
    Example: 4000

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.Headers` (object)
    A JSON object, where you can list all main headers. The header values override
properties such as Subject if specified.

  - `Data.Html-part` (string)
    The HTML-formatted part of the message.

  - `Data.MJMLContent` (string)
    The content of the message in MJML.

> Note: Any update of the MJMLContent property of the /campaigndraft/{draft_ID}/detailcontent resource will not automatically generate the Html-part version of the content. In this case, you should regenerate the Html-part with the MJML tools.

  - `Data.Text-part` (string)
    The plain text part of the message.

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
