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

GET: /blueboards/:id

Get a single Blue Board record by ID.

When using OAuth2 access tokens, the bb.all or bb.read scope is required to perform this operation. See scopes in the authentication guide for information about how to request this scope of authorization.

Parameters

  • id: The Blue Board ID.

Example request

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

Response

Nested object containing:

  • An contact_fields object containing all most recently-reported values for;
    • address(string): Street address.
    • city(string): City.
    • contact_name(string): Name(s) of contacts at outsourcer.
    • country(string): Two-letter country code
    • primary_profile_id(int): ProZ.com entity_id of the primary associated user
    • primary_profile_uuid(string): P2 UUID of the primary associated user
    • primary_profile_name(string): Site name of primary associated user
    • fax(string): Fax number
    • name(string): Outsourcer display namer
    • phone(string): Phone number
    • postal_code(string): eg. Zip code
    • region(string): Local region
    • uri(string): Web link
  • An lwa_summary object containing a Blue Board and LWA summary identical to that returned along with a job posting
  • An lwas array of objects containing fields for all LWA entries associated with the Blue Board record. Fields:
    • provider_id(int): ProZ.com entity_id of the service provider.
    • provider_uuid(string): P2 UUID of the service provider.
    • provider_account_type(int): ProZ.com account type.
    • provider_profile_image(string): Relative path to service provider profile image.
    • provider_kudoz(int): KudoZ PRO points.
    • provider_browniz(int): Browniz points.
    • provider_is_member(bool): Whether or not service provider is an active ProZ.com member.
    • provider_is_verified(bool): Whether or not service provider has a verified identity.
    • time(string): Date/time the entry was created.
    • comment(string): Comment left by the service provider.
    • comment_reply(string): Comment left by the outsourcer in reply to the service provider.
    • lwa(int): Likelihood of Working Again entry left by service provider (1-5)

{
  "contact_fields": {
    "address": "The address apt 990",
    "city": "Brockton Suburbs",
    "contact_name": null,
    "country": "tw",
    "primary_profile_id": 41429,
    "primary_profile_uuid": "32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
    "primary_profile_name": "Jason Grimes",
    "fax": "406-666-6666",
    "name": "Test Agency (updated name)",
    "phone": "11-55+-555-5555",
    "postal_code": null,
    "region": "ma",
    "uri": "http://www.test.com"
  },
  "lwa_summary": {
    "id": 23,
    "web_url": "http://www.proz.com/blueboard/23",
    "name": "Test Agency",
    "country": "us",
    "overall_lwa_avg": 3.9,
    "overall_lwa_num_entries": 11,
    "12mo_lwa_avg": null,
    "12mo_lwa_num_entries": 0,
    "_links": {
      "self": {
        "href": "https://api.proz.com/v2/blueboards/23"
      }
    }
  },
  "lwas": [
    {
      "provider_id": 2127,
      "provider_uuid": "792b8cba-0af1-45f8-b4dd-5644a0143384",
      "provider_name": "Evert DELOOF-SYS",
      "provider_account_type": 3,
      "provider_profile_image": "/profile_resources/002127_r40b7d2a25e25e.jpg",
      "provider_kudoz": 10272,
      "provider_browniz": 84358,
      "provider_is_member": true,
      "provider_is_verified": true,
      "time": "2008-10-06T09:54:12+00:00",
      "comment": null,
      "comment_reply": null,
      "lwa": 1
    },
    {
      "provider_id": 97309,
      "provider_uuid": "20c66651-85f4-40c7-9d53-13201bde6ad2",
      "provider_name": "Patrick Dotterer",
      "provider_account_type": 4,
      "provider_profile_image": "/profile_resources/97309_r4cdbf4bf5a02b.jpg",
      "provider_kudoz": 4,
      "provider_browniz": 256963,
      "provider_is_member": true,
      "provider_is_verified": true,
      "time": "2008-09-22T22:36:38+00:00",
      "comment": null,
      "comment_reply": null,
      "lwa": 5
    },
    {
      "provider_id": 663952,
      "provider_uuid": "85ab6bc3-dcf0-4ed2-b409-6c6e6b7ce309",
      "provider_name": "Jared",
      "provider_account_type": 2,
      "provider_profile_image": "/profile_resources/663952_r4df792a2dc3fe.jpg",
      "provider_kudoz": 16,
      "provider_browniz": 6948,
      "provider_is_member": false,
      "provider_is_verified": true,
      "time": "2008-05-12T16:09:13+00:00",
      "comment": "test edit",
      "comment_reply": null,
      "lwa": 4
    },
    {
      "provider_id": 761,
      "provider_uuid": "31503bf5-846a-43d9-99fe-51ff77b2a4fc",
      "provider_name": "Yolanda Broad",
      "provider_account_type": 2,
      "provider_profile_image": "/profile_resources/761_r45b12a3d32a63.jpg",
      "provider_kudoz": 4185,
      "provider_browniz": 95202,
      "provider_is_member": false,
      "provider_is_verified": true,
      "time": "2005-06-18T16:14:20+00:00",
      "comment": "I just added my test profile as an associated profile, so maybe someone should delete this entry?  ;-)",
      "comment_reply": "Testing too",
      "lwa": 5
    },
    {
      "provider_id": 1,
      "provider_uuid": "34c5bce9-fc06-43a2-8a03-6a7905976f82",
      "provider_name": "Henry Dotterer",
      "provider_account_type": 2,
      "provider_profile_image": "/profile_resources/1_r4c9ce267e1031.jpg",
      "provider_kudoz": 36,
      "provider_browniz": 20103,
      "provider_is_member": true,
      "provider_is_verified": false,
      "time": "2005-06-02T19:56:15+00:00",
      "comment": "noway",
      "comment_reply": null,
      "lwa": 2
    },
    {
      "provider_id": 41429,
      "provider_uuid": "32a9a4d0-cb6e-463f-a0ab-63d0a0418bc7",
      "provider_name": "Jason Grimes",
      "provider_account_type": 2,
      "provider_profile_image": "/profile_resources/41429_r520ea700e7876.jpg",
      "provider_kudoz": 0,
      "provider_browniz": 29755,
      "provider_is_member": false,
      "provider_is_verified": false,
      "time": "2005-03-16T16:25:45+00:00",
      "comment": null,
      "comment_reply": "Jason has the eye of the tiger.",
      "lwa": 5
    },
    {
      "provider_id": 7198,
      "provider_uuid": "9f5c369a-bad9-4840-bdd1-59de22bfbd7f",
      "provider_name": "ProZ.com Staff",
      "provider_account_type": 2,
      "provider_profile_image": null,
      "provider_kudoz": 42,
      "provider_browniz": 18532,
      "provider_is_member": false,
      "provider_is_verified": true,
      "time": "2002-01-22T19:16:54+00:00",
      "comment": "NG",
      "comment_reply": null,
      "lwa": 3
    },
    {
      "provider_id": 16635,
      "provider_uuid": "7dcef50f-f480-4e20-82b5-27d64872fc1b",
      "provider_name": "allangua",
      "provider_account_type": 1,
      "provider_profile_image": "/profile_resources/16635_r481c645f4482e.jpg",
      "provider_kudoz": 0,
      "provider_browniz": 570,
      "provider_is_member": false,
      "provider_is_verified": true,
      "time": "2002-01-03T13:15:22+00:00",
      "comment": "Does not pay in time",
      "comment_reply": null,
      "lwa": 5
    },
    {
      "provider_id": 8472,
      "provider_uuid": "0afb6f02-2a5b-495a-8890-a01f4ae5d35f",
      "provider_name": "Carla Zwanenberg",
      "provider_account_type": 2,
      "provider_profile_image": "/profile_resources/008472_r4848f91e48b0f.jpg",
      "provider_kudoz": 1386,
      "provider_browniz": 159,
      "provider_is_member": false,
      "provider_is_verified": true,
      "time": "2001-12-03T23:38:00+00:00",
      "comment": null,
      "comment_reply": null,
      "lwa": 4
    },
    {
      "provider_id": 1276,
      "provider_uuid": "8500ccf6-44cf-48a7-ae49-ef46ac2962da",
      "provider_name": "Monika Coulson",
      "provider_account_type": 3,
      "provider_profile_image": "/profile_resources/001276_r4693cb40b9f89.jpg",
      "provider_kudoz": 1146,
      "provider_browniz": 102335,
      "provider_is_member": true,
      "provider_is_verified": true,
      "time": "2001-12-03T22:08:24+00:00",
      "comment": null,
      "comment_reply": null,
      "lwa": 5
    },
    {
      "provider_id": 21593,
      "provider_uuid": "cbac8262-2c51-4dce-b8f8-667c8ffcc511",
      "provider_name": "Jason",
      "provider_account_type": 2,
      "provider_profile_image": "/profile_resources/021593_r3d1a40f97ffec.png",
      "provider_kudoz": 5,
      "provider_browniz": 2308,
      "provider_is_member": false,
      "provider_is_verified": false,
      "time": null,
      "comment": "A comment!",
      "comment_reply": null,
      "lwa": 4
    }
  ]
}