Toshl Developer

Get notification

Get a specific notification.

GET /me/notifications/{id}

Required scope:

Parameters

id *
required
string

Notification id.

* denotes required field/parameter.

Request

$ curl https://api.toshl.com/me/notifications/42 \
  -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl"

Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "id": "42",
  "type": "entry",
  "action": "43",
  "date": "2013-06-19T16:23:05+00:00Z",
  "modified": "2012-09-04T13:55:15Z",
  "deleted": false
}