Skip to content

admin get_my_messages.json

Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###admin/get_my_messages.json###

All admin api's require a token to be passed in. See get_access_token.json for more information.

admin/get_my_messages.json?token=238236fa-0e1a-499c-8051-c46e2f416387

An example response looks like:

{
    "messages": [
        {
            "message_datetime": "2014-07-10 15:52:41.388892",
            "parent_message_id": null,
            "text": "Congratulations, you are now apart of Yellr!  You can start posting content right away!",
            "from_organization": null,
            "from_user_id": null,
            "to_user_id": 1,
            "subject": "Welcome to Yellr!"
            "message_id": 2,
        }
    ],
    "success": true
}
Clone this wiki locally