Developer Resources

API / (GET) Show Watch

This API call returns a more detailed result for the watch.

API URL
https://youraccount.beetil.com/external_api/v1/:parent/:parent_id/watches/:id.format
HTTP Method
GET




URL parameters

ParameterFormatDefaultMandatory
parentThe name of the parent the watch belongs to (see Show Watches).stringYes
parent_idThe id of the parent the watch belongs to (see Show Watches).integerYes
idintegerYes




Example JSON Response
{
  "result": {
    "watch": {
      "created_at": "2008-07-27T07:38:38Z",
      "updated_at": "2008-07-27T07:38:38Z",
      "id": 812,
      "watched_by": {
        "user_link": "/external_api/v1/users/18",
        "avatar": {
          "public_filename": "/avatars/get/67/ca/67ca168dcb91d0e315bdaf440b6137dc76103ca1/image_png/Picture_1.png"
        },
        "id": 18,
        "full_name": "Dan Lee",
        "last_name": "Lee",
        "first_name": "Dan"
      }
    }
  },
  "version": "1.0",
  "status": "Success"
}




Last updated 31 January 2011