Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    List Replies


    Returns an array of text message replies.

    Query Parameters
    idnumber
    The text message id to retrieve replies for. If not set, all replies are returned across all messages.
    Header Parameters
    startstring
    The start date in the format yyyy-MM-dd, e.g. 2025-05-01 for May 1st 2025. If not set defaults to the first day of the current month.
    endstring
    The end date in the format yyyy-MM-dd, e.g. 2025-06-01 for June 1st 2025. If not set defaults to the last day of the current month.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "replies": [ { "name": "Rob Howard", "dsid": "37dcdc9ddea7156c6cbeb90dd670df7b", "leadid": 1, "date_replied": "2023-08-13T20:32:34.5", "message": "Thanks", "mobilephone": "+15551234567", "sms_id": 17738 } ] } }


    How helpful was this article?

    👍 or 👎

    Related Articles

    Markdown Version