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

Quick poll response

Description

A user's response to a quick poll.

Example

{
  "id": 45678,
  "quickpoll": "https://api.proz.com/v2/quickpolls/12345",
  "user": "https://api.proz.com/v2/users/32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
  "created_at": "2015-04-19T12:59:23+00:00",
  "option_value": 3
}

Fields

Quick poll response

id integer
(read-only)
The quick poll response ID.
quickpoll string
(read-only)
The API link for getting the quick poll via the API.
user string
(read-only)
An API link to the User summary for user who submitted the response.
created_at ISO 8601 datetime
(read-only)
The time the response was posted, in ISO 8601 format. Ex. 2015-04-19T12:59:23+00:00.
option_value integer The value of the poll option the user chose.

Endpoints that use this resource