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

WiwoReply

Description

A reply to a "what I'm working on" entry.

Example

{
  "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": "Sounds like an interesting project.",
  "message_language": "eng",
  "from_platform": {
    "label": "ProZ.com",
    "url": "http://www.proz.com/wiwo"
  }
}

Fields

WiwoReply

id integer
(read-only)
The reply ID.
self_link string
(read-only)
The API link for getting the reply via the API.
wiwo_id integer
(read-only)
The parent entry ID.
wiwo_link string
(read-only)
The API link for getting the parent entry via the API.
time ISO 8601 datetime
(read-only)
The time the reply was originally posted, in ISO 8601 format. Ex. 2015-04-19T12:59:23+00:00.
time_updated ISO 8601 datetime
(read-only)
The time the reply was last updated, or null if it has not been updated since it was published.
user_eid integer
(read-only)
The ID of the user who posted the reply.
user_link string
(read-only)
An API link to the user summary for the user who posted the reply.
message string A message describing what the user is working on.
message_language language code The language in which message is written, or null if unknown.
from_platform object
(read-only)
Information about the platform from which the reply was posted, or null if no platform information is available.
from_platform.label string
(read-only)
A label identifying the platform.
from_platform.url string
(read-only)
A web URL for more information about the platform.

Endpoints that use this resource