# Get Campaign Draft: Schedule

Retrieve the sending schedule of a campaign draft. To obtain a valid draft_ID, first call GET /v3/REST/campaigndraft to list your campaign drafts.

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

## Path parameters:

  - `draft_ID` (integer, required)
    Unique numeric ID of the campaign draft you want to retrieve the sending schedule of.
    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.Date` (string)
    The timestamp, when the campaign draft will be sent out. When the campaign is scheduled for immediate sending, an empty value will be returned.

  - `Data.Status` (string)
    The status of the campaign draft. Upon successful scheduling the status will be set to Programmed.

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