ProZ.com global directory of translation services
The translation workplace
Ideas

GET: /wiwo/:id

Get a single "What I'm working on" entry by ID.

Parameters

  • id: The entry ID.

Example request

curl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/wiwo/123

Response

A JSON object with the following properties:

{
  "wiwo": {
  "id": 187,
  "self_link": "https://api.proz.com/v2/wiwo/187",
  "time": "2016-08-01T14:17:22+00:00",
  "time_updated": "2016-08-01T19:50:30+00:00",
  "user_eid": 41429,
  "user_link": "https://api.proz.com/v2/users/32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
  "message": "sadf",
  "message_language": null,
  "image_media_id": 30,
  "image_url": "https://s3.amazonaws.com/proz-media-img-dev/4ac4ee0a6f8afa6c0c069c779ed37c42.png",
  "source_language": "spa",
  "target_language": "eng",
  "wordcount": null,
  "discipline": "Accounting",
  "cat_tool": null,
  "public": true,
  "percent_complete": 0,
  "location": {
    "latitude": 35.81482,
    "longitude": -78.563981,
    "show_location": true
  },
  "representative_terms": [
    "One fish",
    "two fish",
    "red fish",
    "blue fish"
  ],
  "from_platform": {
    "label": "ProZ.com",
    "url": "http://www.proz.com/wiwo"
  },
  "num_replies": 1,
  "replies": [
    {
      "id": 42,
      "self_link": "https://api.proz.com/v2/wiwo/187/replies/42",
      "wiwo_id": 187,
      "wiwo_link": "https://api.proz.com/v2/wiwo/187",
      "time": "2016-08-04T19:01:39+00:00",
      "time_updated": "2016-08-04T19:01:45+00:00",
      "user_eid": 41429,
      "user_link": "https://api.proz.com/v2/users/32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
      "message": "testings",
      "message_language": null,
      "from_platform": {
        "label": "ProZ.com",
        "url": "http://www.proz.com/wiwo"
      }
    }
  ]
},
  "users": [
    {
  "self_link": "https://api.proz.com/v2/users/32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
  "uuid": "32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
  "site_name": "John Snow",
  "account_type": 2,
  "freelancer_profile_link": "https://api.proz.com/v2/freelancer/32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
  "profile_url": "http://www.proz.com/profile/46745",
  "image_url": "http://www.proz.com/profile_resources/100/41429_r520ea700e7876.jpg",
  "is_proz_member": true,
  "proz_membership_type": "individual",
  "is_cpn": true,
  "cpn_language_pair": "ita_eng",
  "native_languages": [ "eng" ],
  "timezone": "America/New_York",
  "country": "us",
  "skype": "johnsnow",
  "email_verified": true
}
    ]
}