# Get Newsletter: Schedule (deprecated)

Retrieve the sending schedule of a newsletter. To obtain a valid newsletter_ID, first call GET /v3/REST/newsletter to list your newsletters.

Endpoint: GET /v3/REST/newsletter/{newsletter_ID}/schedule
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `newsletter_ID` (integer, required)
    Unique numeric ID for the newsletter you want to retrieve the sending schedule of.
    Example: 5000

## 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 newsletter draft will be sent out. When the newsletter is scheduled for immediate sending, an empty value will be returned.

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