Skip to content

(Core API) diary GET

Thomas Muldowney edited this page Apr 6, 2011 · 3 revisions

Retrieves an array of the current days diary messages.

Method

GET

Arguments

None

Result Content-Type

application/json

Result

  • 200: A JSON array of the diay entries.

    [
        {
            "timestamp":"2011-03-25T06:35:46.202Z",
            "level":0,
            "message":"Updated 6 contacts in Google Contacts"
        },
        {
            "timestamp":"2011-03-25T06:45:23.202Z",
            "level":0,
            "message":"Updated 6 contacts in Google Contacts"
        }
    ]
    
Clone this wiki locally