[Developers] Query Question

Will Moffat will at hamstersoup.com
Sat Jul 28 05:50:19 UTC 2007


Hi Ketan,

> And I want to add a query that tells me all the companies a person is board
> member of. How do I do that?

Is this what you were looking for?

{
  "query":[{
    "board_memberships":[{
      "company":null
    }],
    "id":null,
    "name":null,
    "type":"/business/board_member"
  }]
}

regards,
--Will


More information about the Developers mailing list