# Campaign Overview by ID

Retrieve information about a specific draft, AB Testing object or sent campaign. You will see its type, edit tool used and creation time, as well as general info like the title and subject line for the campaign.

Endpoint: GET /v3/REST/campaignoverview/{ID}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `ID` (string, required)
    A combination of the IDType and the unique numeric ID of the object you want to retrieve, separated with a vertical line. E.g. Campaign|1234.
    Example: "Campaign|6000"

## 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.ClickedCount` (integer)
    Indicates the number of clicked messages for this object.

  - `Data.DeliveredCount` (integer)
    Indicates the number of delivered messages for this object.

  - `Data.EditMode` (string)
    Indicates the type of template editor used for this campaign / draft / AB Testing object:

- tool - Legacy drag-and-drop template editor
- html - Legacy HTML editor
- tool2 - Passport drag-and-drop template editor
- html2 - HTML editor in Passport
- mjml - MJML editor in Passport

  - `Data.EditType` (string)
    Indicates the edit type used for this object:

- full
- unknown

  - `Data.ID` (integer)
    Unique numeric ID of this campaign / draft / AB Testing object.

  - `Data.IDType` (string)
    Indicates the type of the object:

- Campaign - Sent campaign
- AX - AB Testing object
- NL - Draft

  - `Data.OpenedCount` (integer)
    Indicates the number of opened messages for this object.

  - `Data.ProcessedCount` (integer)
    Indicates the number of processed messages for this object.

  - `Data.SendTimeStart` (integer)
    For drafts, this will show the creation time of the draft. For sent campaigns, it will display the sending time. Format - Unix timestamp.

  - `Data.Starred` (boolean)
    Indicates whether this object is marked as starred or not.

  - `Data.Subject` (string)
    Subject line for this campaign / draft / AB Testing object.

  - `Data.Title` (string)
    Internal user-selected title for this campaign / draft / AB Testing object.

  - `Data.Status` (integer)
    The status of the campaign or draft.

  - `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
