Web Service Methods

API → Teams


get_teams_progress

Returns a list of people who are working on this goal as a team, along with the entries that they’ve written about it, and the tags that they’ve associated with it.

Arguments:
  • api_key (required)
  • id (required)
An Example Response:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://43things.com/xml/2005/rc#">
  <title>Team of 3's progress on "start a company that survives longer than 2 years" at 43 Things</title>
  <link href="http://www.43things.com/teams/progress/7" rel="alternate" type="text/html"/>
  <members>
    <PERSON OBJECT>
    <PERSON OBJECT>
    <PERSON OBJECT>
  </members>
  <tags>
    <tag>start-up</tag>
    <tag>entrepreneur</tag>
    <tag>business</tag>
  </tags>
  <ENTRY OBJECT>
  <ENTRY OBJECT>
  <ENTRY OBJECT>
</feed>

The response contains these common objects: Person, Entry

Demo: /service/get_teams_progress?id=7