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

GET: /job-quotes/:id

Get a single job quote for a specific job quote id.

Parameters

Example request

curl -H "Authorization: Bearer {OAUTH2_ACCESS_TOKEN}" https://api.proz.com/v2/job-quotes/4163996

Response

Returns a single job-quote in the following format:

{
  "id": 4163996,
  "job_posting_id": 771122,
  "self_link": "https://api.proz.com/v2/job-quotes/4163996",
  "job_posting_link": "https://api.proz.com/v2/job-posting/771122",
  "quoter_uuid": "ad00b4f1-7b79-461d-92bd-57b4373ef1cb",
  "submitted_at": "2013-06-26T13:38:12+00:00",
  "title": "Some job quote title.",
  "message": "This is a message!",
  "language_pair": "eng_spa",
  "rate": {
    "amount": 0.10,
    "unit": "word",
    "currency": "usd"
  },
  "pricing_info": "TBD",
  "proposed_completion_time": "2013-12-12T00:00:00+00:00",
  "timing_info": "",
  "show_full_name": true,
  "show_email": true,
  "show_phone": true,
  "show_cv": false
}