Available Methods
Method calls to the 43 Things web service require an API Key that you can apply for by creating an account and going to this web service setup page. Once you have an approved API Key, you can call the following methods using this syntax:
http://www.43things.com/service/[method_name]?api_key=[your api key]
Some methods will have additional required or optional parameters as specified below. For methods that require authentication (marked so below), we have two different ways to authenticate.
General Methods:
- echo
- authentication_test (requires authentication)
Goal Methods:
- search_goals
- get_goal_by_id
- get_goal_by_name
- get_goals_similarities
- get_goals_people
- get_goals_entries
People Methods:
- search_people
- search_people_by_email
- get_person
- get_persons_completed_things
- get_persons_entries
- get_persons_progress_on_goal
- get_persons_teammates
- get_persons_neighbors
- get_persons_tags
- get_persons_tag_cloud
- get_subscriptions
Team Methods:
Entry Methods:
Tag Methods:
Action Methods
- add_goal_by_id (requires authentication)
- add_goal_by_name (requires authentication)
- complete_goal (requires authentication)
- remove_goal (requires authentication)
- update_goal (requires authentication)
ATOM Methods:
- introspection
- entry (requires secure authentication)